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

How to change project name in flutter
This is very simple in flutter. Please follow steps mentioned on below url -​https://allexperts16.blogspot.com/2019/06/how-to-change-project-name-in-flutter.html

June 12, 2019 at 07:17PM by chetan1689
http://bit.ly/2IbOQFI
New post on /r/flutterdev subreddit:

Best State Management for your typical habit tracking productivity app?
Hey folks, I recently graduated highschool and decided to teach myself flutter by building a passion project of mine.Since I've always struggled to stick to one thing over a long period of time I decided to build a habit tracker. After learning the basics of flutter, I'm faced with the big decision of which state management to use.I've been thinking about using Bloc, but it kind of seems a bit overkill for my use case.What state management solution would you use?I'd be super grateful for some advice from the more seasoned devs out there :)Cheers!

June 12, 2019 at 07:06PM by flexindev
http://bit.ly/2wQOGwY
New post on /r/flutterdev subreddit:

Introducing Darq - A Dart port of .NET's LINQ Enumerable functionality
http://bit.ly/2Ra69tx

June 12, 2019 at 07:40PM by Abion47
http://bit.ly/2F5ZNXv
New post on Flutter Dev Google group:

Shared preferences plugin doc
Hi! I was developing tests with this plugin with some variable initialization, but as expected I tried to create one map with my keys and values however this isn't the standard. What the plugin expects me to do is to create my keys starting with "flutter." before them, but this isn't said

June 12, 2019 at 09:10PM by Elvis Nobrega de Alcantara
http://bit.ly/2KfzVg8
New post on /r/flutterdev subreddit:

provider_persist : Flutter Template to show how to persist provider. Example of how to persist UI state with Provider. Also shows how to auto generate the json classes and parse the json on a separate isolate.
http://bit.ly/31tJOvW

June 12, 2019 at 09:23PM by EngineerScientist
http://bit.ly/2IFmse1
New post on /r/flutterdev subreddit:

Improving Your Flutter Code
http://bit.ly/31sNEWa

June 12, 2019 at 09:02PM by EngineerScientist
http://bit.ly/2IBjrLT
New post on Flutter Dev Google group:

flutter collapsed sliver app bar ios status bar
I have a collapsed navbar in my app with the sliver package from Flutter. Just like on the website of Flutter. this works without problems. However, I would like it to look like the Facebook app for IOS. Now it is that the Navbar is completely gone while scrolling. but it should only disappear

June 12, 2019 at 10:05PM by Maximilian Scheffel
http://bit.ly/2WvqRoU
New post on /r/flutterdev subreddit:

I know there are login through Instagram plugins, but is there any way to embed photos from Users Instagrams into Flutter?
Tinder does this, once a user connects their Instagram it will display pictures from their profile.

June 12, 2019 at 10:46PM by gutsJunior
http://bit.ly/2KdKCzH
New post on /r/flutterdev subreddit:

Pop! pp made in flutter :)
I have finish flutter training from https://www.appbrewery.co and made a app. I name it Pop! Who is More Popular? There are 2 categories music artists and movies. Based on Billboard's artist ranking and The Movie Database popular movies.There is the link in the Play Store https://play.google.com/store/apps/details?id=ph.bai.popand the Source code in github https://github.com/bailabs/popFlutter is awesome! :)

June 12, 2019 at 06:03PM by ccfiel
http://bit.ly/2MFhiUz
New post on /r/flutterdev subreddit:

Using ONLY Firebase for state management
Since Firestore gives you data streams it should be possible to just build an app with only Firestore and without complex state management patterns like BLoC or Redux since you can assign each stream to a specific UI event.What is your opinion on that? Possible? Feasible? Have you tried it out?

June 12, 2019 at 11:46PM by iamarr0gant
http://bit.ly/2KMUijV
New post on /r/flutterdev subreddit:

Flutter return Screen instead of Navigator.push
Hi all, so I've been wondering, is it okay to sometimes just return a desired screen instead of using Navigator to get to that screen? Example say I want the onTap callback of an Inkwell to send me to NewScreen, can I just do return NewScreen() instead of using Navigator.push?

June 13, 2019 at 10:06AM by mcalila
http://bit.ly/2ZovHGu
New post on Flutter Dev Google group:

[Integration Test] not able to find object byType.
What properties we need to look for in dev code in order to find the object “byType" while writing integration test. can someone explain with example?

June 13, 2019 at 01:45PM by Babita Adhikari
http://bit.ly/2X4yozt
New post on Flutter Dev Google group:

How get variable on server from a http.post...
Hello to all ! From my signup page in flutter, when user click on signup button, i send data in json.encode to my server. How can i access the POST data in my php server. For now in Flutter i did : List> info = [{ "firstname": _user.firstname, "lastname":

June 13, 2019 at 03:35PM by Pascal Fournier
http://bit.ly/2ID0o3J
New post on /r/flutterdev subreddit:

ScopedModel from a Alert Dialog
Hello my brothers,I am pretty new to Flutter and currently I am learning how to use scope_model.​I am having the problem, that i can't change the state of my homepage from an AlertDialog via scoped_model. It seems, that my AlertDialog requieres an own ScopedModel, that is independent of the homepage. But if it has its own ScopedModel, it is not changing the homepages ScopedModel.If I don't set an own ScopedModel i get the error: Could not find the correct ScopedModel.​Does someone have experiences?Thanks!

June 13, 2019 at 04:37PM by BrawlStarMaster
http://bit.ly/2X7PCvL