New post on /r/flutterdev subreddit:
⛅️ Flutter Weather App | http://bit.ly/2GlnKLV
http://bit.ly/2GjBfM5
February 03, 2019 at 11:43PM by felangel1
http://bit.ly/2SnhSrJ
⛅️ Flutter Weather App | http://bit.ly/2GlnKLV
http://bit.ly/2GjBfM5
February 03, 2019 at 11:43PM by felangel1
http://bit.ly/2SnhSrJ
New post on /r/flutterdev subreddit:
How to manage BLoCs
Hello everyone,I am fairly new to Flutter and I've read and watched a lot of things about state management and BLoC in particular.I really like this pattern and I'm wondering what is the best way to provide the bloc to my widgets.I saw this really cool video which show different implementations. In the video he shows a combination of an
February 03, 2019 at 10:35PM by Yutsa
http://bit.ly/2G87q1Q
How to manage BLoCs
Hello everyone,I am fairly new to Flutter and I've read and watched a lot of things about state management and BLoC in particular.I really like this pattern and I'm wondering what is the best way to provide the bloc to my widgets.I saw this really cool video which show different implementations. In the video he shows a combination of an
InheritedWidget
and a StatefulWidget
and I really like this idea.He also says that there is the provider package that is available using this implementation.The version using StatefulWidget
is deprecated but there is a similar version using flutter_hook
. It looks pretty cool to me but again, I'm fairly new to Flutter.I was wondering what do you guys think of this implementation to provide the BLoCs to you Widgets ? Which way do you use ?February 03, 2019 at 10:35PM by Yutsa
http://bit.ly/2G87q1Q
YouTube
Flutter Best Practices - Building a Generic BLoC Provider - Advanced Flutter Project Part Three
In this Video, we continue building the Utopian Rocks Application by implementing a Generic BLoC Provider.
Github Repository: https://github.com/tensor-programming/utopian-rocks-demo/tree/tensor-programming-patch-1
Provider Library: https://github.c…
Github Repository: https://github.com/tensor-programming/utopian-rocks-demo/tree/tensor-programming-patch-1
Provider Library: https://github.c…
New post on Flutter Dev Google group:
Can I run a Python interpreter within a Flutter app?
I'm new to Flutter and trying it for the first time (I'm not an experienced mobile developer either) and was wondering how to go about running a Python interpreter within my app. What I'd actually like to create is an app with Python katas or challenges so that when the user solves a challenge
February 04, 2019 at 01:01AM by anar...@gmail.com
http://bit.ly/2Sn39x7
Can I run a Python interpreter within a Flutter app?
I'm new to Flutter and trying it for the first time (I'm not an experienced mobile developer either) and was wondering how to go about running a Python interpreter within my app. What I'd actually like to create is an app with Python katas or challenges so that when the user solves a challenge
February 04, 2019 at 01:01AM by anar...@gmail.com
http://bit.ly/2Sn39x7
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Introducing: Flutter Widget-Maker, a Flutter App-Builder written in Flutter
http://bit.ly/2GjUvZY
February 04, 2019 at 12:40AM by PedroMassango
http://bit.ly/2D3ddBI
Introducing: Flutter Widget-Maker, a Flutter App-Builder written in Flutter
http://bit.ly/2GjUvZY
February 04, 2019 at 12:40AM by PedroMassango
http://bit.ly/2D3ddBI
Medium
Introducing: Flutter Widget-Maker, a Flutter App-Builder written in Flutter
Much more than just a layout builder
New post on /r/flutterdev subreddit:
google_maps_flutter cluster view
I am trying to find a clustering implementation for map markers but having no luck. There are tons for native objC, kotlin, java, swift, etc. Have any of you heard about one? If it is not implemented by the community yet, what path should I take? I am not an expert developer
February 04, 2019 at 03:05AM by aytunch
http://bit.ly/2S6WW9e
google_maps_flutter cluster view
I am trying to find a clustering implementation for map markers but having no luck. There are tons for native objC, kotlin, java, swift, etc. Have any of you heard about one? If it is not implemented by the community yet, what path should I take? I am not an expert developer
February 04, 2019 at 03:05AM by aytunch
http://bit.ly/2S6WW9e
reddit
r/FlutterDev - google_maps_flutter cluster view
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is this possible in current flutter? Run flutter app when screen on
http://bit.ly/2HNsex6
February 04, 2019 at 10:17AM by moanrisy
http://bit.ly/2t4gEnh
Is this possible in current flutter? Run flutter app when screen on
http://bit.ly/2HNsex6
February 04, 2019 at 10:17AM by moanrisy
http://bit.ly/2t4gEnh
Stack Overflow
BroadcastReceiver for Screen On/Off in ANDROID When App is not running
I want to detect screen off and on event for that i have created BroadcastReceiver, It only works fine when app is running and when i remove the app from task manager then it does not works.
Activ...
Activ...
New post on /r/flutterdev subreddit:
It's All Widgets podcast: Nilay Yener
http://bit.ly/2S7Onej
February 04, 2019 at 10:09AM by Elixane
http://bit.ly/2Uy6wP8
It's All Widgets podcast: Nilay Yener
http://bit.ly/2S7Onej
February 04, 2019 at 10:09AM by Elixane
http://bit.ly/2Uy6wP8
It's All Widgets!
Nilay Yener | It's All Widgets!
Nilay works at Flutter DevRel team as a program manager, mostly working with communities and events. She likes talking to people. If you are interested in running a Flutter event, want to be a Flutter GDE or have questions, reach out to her on Twitter!
New post on /r/flutterdev subreddit:
Clipping your way through designs : Flutter
http://bit.ly/2S7OgiN
February 04, 2019 at 10:03AM by Elixane
http://bit.ly/2UFK9aI
Clipping your way through designs : Flutter
http://bit.ly/2S7OgiN
February 04, 2019 at 10:03AM by Elixane
http://bit.ly/2UFK9aI
YoungInnovations' Blog
Clipping your way through designs with Flutter
Having a fancy design to work is fun and challenging. That will soon turn into frustrating job if even for simple customization in the UI…
New post on /r/flutterdev subreddit:
Is flutter forcing us to use bloc pattern?
Am trying to use showSearch feature (https://docs.flutter.io/flutter/material/showSearch.html ) to implement search feature but looks like it will work only with bloc architecture.I have used setState() feature in most of my logic, now am forced to use bloc stream pattern.Note: i know setState() is bad, but mine is simple app.
February 04, 2019 at 11:08AM by vivekkandregula
http://bit.ly/2MO3IL3
Is flutter forcing us to use bloc pattern?
Am trying to use showSearch feature (https://docs.flutter.io/flutter/material/showSearch.html ) to implement search feature but looks like it will work only with bloc architecture.I have used setState() feature in most of my logic, now am forced to use bloc stream pattern.Note: i know setState() is bad, but mine is simple app.
February 04, 2019 at 11:08AM by vivekkandregula
http://bit.ly/2MO3IL3
docs.flutter.io
showSearch function - material library - Dart API
API docs for the showSearch function from the material library, for the Dart programming language.
New post on /r/flutterdev subreddit:
Clipping your way through designs: Flutter
http://bit.ly/2S7OgiN
February 04, 2019 at 12:29PM by PedroMassango
http://bit.ly/2DREI2T
Clipping your way through designs: Flutter
http://bit.ly/2S7OgiN
February 04, 2019 at 12:29PM by PedroMassango
http://bit.ly/2DREI2T
YoungInnovations' Blog
Clipping your way through designs with Flutter
Having a fancy design to work is fun and challenging. That will soon turn into frustrating job if even for simple customization in the UI…
New post on /r/flutterdev subreddit:
Apply style as a Theme in a Text widget.
Hey Guys,Am back with new Tip,#FlutterTip#DartTip#FlutterFebruaryApply style as a Theme in a Text widget.Check out the explanatory article for the same:https://medium.com/flutter-community/flutter-apply-style-as-a-theme-in-a-text-widget-90268328bd23Check out my GitHub repository for the same:https://github.com/ibhavikmakwana/FlutterDartTips
February 04, 2019 at 01:30PM by ibhavikmakwana
http://bit.ly/2UzRZlW
Apply style as a Theme in a Text widget.
Hey Guys,Am back with new Tip,#FlutterTip#DartTip#FlutterFebruaryApply style as a Theme in a Text widget.Check out the explanatory article for the same:https://medium.com/flutter-community/flutter-apply-style-as-a-theme-in-a-text-widget-90268328bd23Check out my GitHub repository for the same:https://github.com/ibhavikmakwana/FlutterDartTips
February 04, 2019 at 01:30PM by ibhavikmakwana
http://bit.ly/2UzRZlW
Medium
Flutter: Apply style as a Theme in a Text widget
I am writing this article as a part of my weekly Flutter and Dart Tip. I know what you are thinking Tip should not be small or not big as…
New post on Flutter Dev Google group:
Having issue with flutter url_luncher
I'm having some challenges with flutter URL_luncher. I want if a button in my flutter app is pressed, it should open phone dialer, I used URL_schema with is "tel:". I challenge is that I want to pass this text format "tel:*555*pin number#" using URL_luncher but it's not working, it's converting
February 04, 2019 at 02:37PM by Promise Amadi
http://bit.ly/2DTkHJa
Having issue with flutter url_luncher
I'm having some challenges with flutter URL_luncher. I want if a button in my flutter app is pressed, it should open phone dialer, I used URL_schema with is "tel:". I challenge is that I want to pass this text format "tel:*555*pin number#" using URL_luncher but it's not working, it's converting
February 04, 2019 at 02:37PM by Promise Amadi
http://bit.ly/2DTkHJa
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
How do I navigate from my different cards?
I have four cards with a +, - * and /. The goal is when the user presses one card the program will output a random calculation with the right type (+, -, * or /). The calculation will be presented to the user as for example "2 + 3 = " or "8 - 6 = ", where the user will put in the answer. My
February 04, 2019 at 05:18PM by Battleaxes
http://bit.ly/2G74WAR
How do I navigate from my different cards?
I have four cards with a +, - * and /. The goal is when the user presses one card the program will output a random calculation with the right type (+, -, * or /). The calculation will be presented to the user as for example "2 + 3 = " or "8 - 6 = ", where the user will put in the answer. My
February 04, 2019 at 05:18PM by Battleaxes
http://bit.ly/2G74WAR
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
bank screen in webview when ssl url is loaded
Hi, I need help with this, when i load a ssl url in webview it gives me blank screen. any solution given will be appreciated. thanks.
February 04, 2019 at 05:47PM by J Appiah
http://bit.ly/2DSewFj
bank screen in webview when ssl url is loaded
Hi, I need help with this, when i load a ssl url in webview it gives me blank screen. any solution given will be appreciated. thanks.
February 04, 2019 at 05:47PM by J Appiah
http://bit.ly/2DSewFj
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
How to Force Stack to recreate custom widget?
http://bit.ly/2MPVWAC
February 04, 2019 at 05:44PM by lambasoft
http://bit.ly/2DSfFwB
How to Force Stack to recreate custom widget?
http://bit.ly/2MPVWAC
February 04, 2019 at 05:44PM by lambasoft
http://bit.ly/2DSfFwB
Stack Overflow
Force Stack to recreate custom widget
I have a Stack of two custom widgets, which both are Positioned:
ProfileCard
ProfileCardDummy
ProfileCard: This custom Stateful Widget is the widget of the first stack, the stack on the top. This
ProfileCard
ProfileCardDummy
ProfileCard: This custom Stateful Widget is the widget of the first stack, the stack on the top. This
New post on /r/flutterdev subreddit:
What is the difference between Widget sample and Widget get sample?
Hi, beginner in Flutter here,Does anybody know the difference, or significance of the keyword get in the context of instantiating a widget?I'm declaring a widget here
February 04, 2019 at 03:48PM by rxddit_
http://bit.ly/2Gl9EtX
What is the difference between Widget sample and Widget get sample?
Hi, beginner in Flutter here,Does anybody know the difference, or significance of the keyword get in the context of instantiating a widget?I'm declaring a widget here
ListTile projectSelector { return ListTile(); }In this scenario, I'm getting an error of Methods must have an explicit list of parameters., to be solved by coding it as a method by adding () to the widgetname.But here,
ListTile get projectSelector { return ListTile(); }Everything works out alright... I tried searching around but I can't nail down the relevant article.Please help. thanks.
February 04, 2019 at 03:48PM by rxddit_
http://bit.ly/2Gl9EtX
reddit
r/FlutterDev - What is the difference between Widget sample and Widget get sample?
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Build Gmail with Flutter Ep1: Build the Mail List in 5 Minutes. Full Source Code in Video Description.
https://youtu.be/0IOy32zQ9_s
February 04, 2019 at 06:44PM by impatientdeveloper
http://bit.ly/2REjI31
Build Gmail with Flutter Ep1: Build the Mail List in 5 Minutes. Full Source Code in Video Description.
https://youtu.be/0IOy32zQ9_s
February 04, 2019 at 06:44PM by impatientdeveloper
http://bit.ly/2REjI31
YouTube
Flutter for the Impatient - 10 - Build Gmail with Flutter (1) Mail List
This is the first video of a series aiming to reproduce the new 2019 Gmail material design. In this video, I create a proof of concept mail list that similar...
New post on /r/flutterdev subreddit:
What's the difference between 'sink.add' & 'add' method of RXDart?
Below updateEmail function working both ways but can you please explain me what's is the difference between sink.add and add method?final emailController = BehaviorSubject<String>(); //Add data to the stream Function(String) get updateEmail => emailController.sink.add;//Add data to the stream Function(String) get updateEmail => emailController.add;
February 04, 2019 at 08:05PM by vaibhav_2018
http://bit.ly/2Scbh4n
What's the difference between 'sink.add' & 'add' method of RXDart?
Below updateEmail function working both ways but can you please explain me what's is the difference between sink.add and add method?final emailController = BehaviorSubject<String>(); //Add data to the stream Function(String) get updateEmail => emailController.sink.add;//Add data to the stream Function(String) get updateEmail => emailController.add;
February 04, 2019 at 08:05PM by vaibhav_2018
http://bit.ly/2Scbh4n
reddit
r/FlutterDev - What's the difference between 'sink.add' & 'add' method of RXDart?
1 vote and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Widget identity, equality, and state
I find the docs on state etc. quite opaque, no offense. Is the following correct? - equality of runtime type and key implies equality of State, even for distinct (non-identical) instances of the StateWidget that hosts the State object. - the data of a State object lies somewhere between
February 04, 2019 at 09:18PM by Gregg Reynolds
http://bit.ly/2UFDL2Z
Widget identity, equality, and state
I find the docs on state etc. quite opaque, no offense. Is the following correct? - equality of runtime type and key implies equality of State, even for distinct (non-identical) instances of the StateWidget that hosts the State object. - the data of a State object lies somewhere between
February 04, 2019 at 09:18PM by Gregg Reynolds
http://bit.ly/2UFDL2Z
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
How to I make a rotating wheel using flutter?
https://i.redd.it/dprc8d980me21.png
February 04, 2019 at 09:14PM by zapoJMR
http://bit.ly/2UGdFwV
How to I make a rotating wheel using flutter?
https://i.redd.it/dprc8d980me21.png
February 04, 2019 at 09:14PM by zapoJMR
http://bit.ly/2UGdFwV