Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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 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
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
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
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
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
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-90268328bd23​Check out my GitHub repository for the same:​https://github.com/ibhavikmakwana/FlutterDartTips

February 04, 2019 at 01:30PM by ibhavikmakwana
http://bit.ly/2UzRZlW
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
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
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
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
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
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
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
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