Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Sketch to Flutter (Visual Studio)
Hi, I am a designer and was wondering how you can translate a design on sketch to stateful code within Visual Studio in Flutter? Am I able to do that without the design being compromised?

September 17, 2019 at 06:46AM by Locihub
https://ift.tt/34NAogu
New post on /r/flutterdev subreddit:

Stripe card list api is returning null !! Any suggestions
No text found

September 17, 2019 at 11:43AM by shubhhhh
https://ift.tt/2ZXXgub
New post on /r/flutterdev subreddit:

Choosing the right strategy with dependencies when using Provider/ProxyProvider
A question for developers that have used Provider&Flutter. I am trying to set all dependencies using Provider and not using get_it or other kind of instantiation in initStateI am trying to use Provider for all dependencies and not use get_it
return MultiProvider( providers: [ Provider<UserRepository>(builder: (_) => FbUserRepository()), ChangeNotifierProvider<AppModel>(builder: (context) => AppModel()), ChangeNotifierProvider<OtherModel>(builder: (context) => OtherModel()), ProxyProvider3<UserRepository,OtherModel, AppModel, AppViewModel>( updateShouldNotify: (_, __) => false, initialBuilder: (_) => AppViewModel(), builder: (_, repo, otherModel, appModel, app) => app..model = appModel ..userRepository = repo, ), ], 
The AppViewModel(or any other viewModel used in some section of the app) has methods that will change the AppModel. Changes in AppModel will reflect in different places on the app.How I can call some start()/init() method on AppViewModel on all the dependencies are set? (I cant use the AppViewModel constructor to pass the dependencies, as they(the dependencies) are not passed on initialBuilder).

September 17, 2019 at 11:37AM by objectbeam
https://ift.tt/31uT7LD
New post on /r/flutterdev subreddit:

Free Flutter Templates from Telerik
I just came upon the following blog post from Telerik (one of the biggest 3rd party widget vendors). It seems they are going to provide free templates. Nice. :)https://www.telerik.com/blogs/how-can-we-ease-your-development-with-flutter

September 17, 2019 at 12:14PM by APopatanassov
https://ift.tt/2LAishJ
New tweet from FlutterDev:

⭐️Tencent is using Flutter throughout their business!

The company shares a common vision: create a beautiful, smooth, and connected experience. To keep this vision alive, they've used Flutter in 6 of their apps!

Watch here &rarr; https://t.co/YFgDso8RYv pic.twitter.com/Yi9noyE3Pp— Flutter (@FlutterDev) September 17, 2019

September 17, 2019 at 05:38PM
http://twitter.com/FlutterDev/status/1173984615947591680
New post on Flutter Dev Google group:

Call flutter method from native service
Hi guys. I have a question about the channels. Can I call my flutter app from a native (Swift/kotlin) service? I'm implementing an autofill extension for my app and I can't seem to call a method in my flutter core functions from my native app. The goal of this is to reuse my API calls made in

September 17, 2019 at 07:17PM by Sebastien Aubin
https://ift.tt/2LzVZkL
New post on /r/flutterdev subreddit:

Hey r/FlutterDev! Leave a comment with your App and I'll try it out and give constructive feedback.
I know that many developers are struggling with getting their first users.
I'm really curious about what all of you are building. I don't care if it's a game or some really niche thing, just share it.
It also doesn't have to be open source but it has to be made with Flutter.
I tried this with r/Entrepreneur yesterday and I received some really great things. Now I want to try this again with the community that's closest to my heart.(Please don't forget a short description to make it easier for others to find apps they might be interested in)

September 17, 2019 at 07:01PM by modulovalue
https://ift.tt/30oeP2w
New post on Flutter Dev Google group:

Flutter Video Player disposing video
Hi there, i am making app like instagram. I am having issues with video player. I am loading posts in to listview but when video player not visible its disposing video then re loading. i didnt find a good solution for loading videos. smooth and onetime

September 17, 2019 at 09:00PM by Huzeyfe Coşkun
https://ift.tt/2LSLgB2
New post on Flutter Dev Google group:

Flutter Developer Advice
Hi guys, i was checking my contact list to make some calls and i came across an old friend contact. I put up a call and i got to know he's depressed and tired of how everything with him at the moment. What's your best advice for someone who's on the verge of giving up? Thanks in advance.

September 18, 2019 at 01:06AM by Aderoju Olaitan
https://ift.tt/2Qiw9Go
New post on /r/flutterdev subreddit:

Dart version
Hello there,I have a stupid question,is it better to always setup my Flutter project targeting the latest version of Dart?I guess it won't impact the smartphone compatibility? Will it impact performance or other stuff ?Thank you!

September 18, 2019 at 05:20AM by Ocelyn
https://ift.tt/305jZW4
New post on /r/flutterdev subreddit:

What are you favorite Flutter apps?
Popular apps, diamonds in the rough, anything else. What are some good/inspiring apps that you’ve used that were made in Flutter?

September 18, 2019 at 05:10AM by shalchjr
https://ift.tt/2LAwekj
New post on Flutter Dev Google group:

bigquery using flutter
I have a question about bigquery 1.how to read data in bigquery using flutter? 2.how to save data in bigquery using flutter? 3.how to create dataset and table in bigquery using flutter?

September 18, 2019 at 06:56AM by Mahesh Sesetti
https://ift.tt/2IcLeD1
New post on Flutter Dev Google group:

big query in flutter
how to access data using bigquery in flutter.

September 18, 2019 at 07:21AM by Mahesh Sesetti
https://ift.tt/32Ufnz3
New post on Flutter Dev Google group:

Add Google Cloud Function To Flutter Apps.
Anyone Can Help Me to How Can I Add Google Cloud Platform To My Flutter Application. Thank You

September 18, 2019 at 09:39AM by George Mike
https://ift.tt/2AtOKEU