Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Opinions wanted: Is Flutter the best choice for a beautiful UI?
I have a simple app that I am working on, and I thought that Flutter may be a good choice so as to have only one code base to maintain. However, after looking at the gallery of Flutter apps at http://bit.ly/2E5JzNz , I came away not so sure that Flutter can make apps that look as good as

June 15, 2019 at 12:03PM by Jim Hubbard
http://bit.ly/2KSE3C6
New post on /r/flutterdev subreddit:

Can Flutter compete with native app UI designs?
I have a simple app that I am working on, and I thought that Flutter may be a good choice so as to have only one code base to maintain. However, after looking at the gallery of Flutter apps at https://flutter.dev/showcase , I am not so sure that Flutter can make apps that look as good as native apps - and, IMHO, looks are at least half the war in selling an app.Flutter has been around for a few years now, but the app design does not seem to have progressed very far. Since my app really has all of it's main work done by an online service, and very little work is done in the actual app, would it be best to go ahead and write an Android UI and an iOS UI so that they can both be as beautiful as possible?

June 15, 2019 at 11:57AM by kittenofd00m
http://bit.ly/2IjiGs6
New post on Flutter Dev Google group:

ReorderableListView inside a Container which has to expand inside a column in flutter
Card( child: Container( padding: EdgeInsets.all(10), child: Row( children: [ Expanded( child: Column( mainAxisSize: MainAxisSize.max, children: [ Container( decoration: BoxDecoration(

June 15, 2019 at 02:13PM by Parth Vora
http://bit.ly/2ZnIKrF
New post on /r/flutterdev subreddit:

Reply Material Design case study built with Flutter - a proof of concept that you can actually implement beautiful, pixel-perfect transitions in Flutter
http://bit.ly/2MOVvdo

June 15, 2019 at 04:12PM by EngineerScientist
http://bit.ly/2Rgyb6R
New post on /r/flutterdev subreddit:

Flutter bottom navigation app template
I've started looking at creating more opinionated templates that can be used for starting to create a new application. Repository can be found at https://github.com/MaikuB/flutter_app_templates with an explanation on how state is managed in my blog post https://crossingthestreams.io/flutter-application-templates/

June 15, 2019 at 04:01PM by MaikuB84
http://bit.ly/31zhYyp
New post on Flutter Dev Google group:

Flutter Firebase - Checkbox is not enabled in SliverList
I'm reading fields carName, sportsCheckbox, familyCheckboxfrom firebase collection 'testcrud', and displaying in Listview. 1) The output in the ListView looks like (Left Arrow, carName, SportCarCheckBox [], FamilyCarCheckbox[]>, Right Arrow) The code should allow me to check or uncheck any

June 15, 2019 at 06:53PM by flutter testing
http://bit.ly/2KUft3B
New tweet from FlutterDev:

Bring your icons to life with Flutter’s AnimatedIcon widget!

Choose a supported icon, provide an animation, and animate until your heart’s content.

Watch the #WidgetoftheWeek playlist here → https://t.co/E4dbXB4vT2 pic.twitter.com/fqNur3mqXG— Flutter (@FlutterDev) June 15, 2019

June 15, 2019 at 07:00PM
http://twitter.com/FlutterDev/status/1139940634662277121
New post on /r/flutterdev subreddit:

Can Flutter find objects to take a picture of like Microsoft Lens?
This is a screenshot of Microsoft's Lens app trying to find the borders of an object before I hit the button and it captures the image, straightens it and zooms in on it. You can see the orange rectangle as it tries to find the edges of the object being photographed in this image - https://i.imgur.com/2aBWJX1.pngBank apps do the same thing when you try and take a picture of a check for digital deposits.Can Flutter do this? The idea is to get the end user to fill as much of the screen with an image of the target as possible so that as much detail as possible is captured in the photo and image recognition has an easier time determining just what the image is. The image recognition will be done by a service, but I want to get as much detail as possible in the image sent to the image recognition service so as to get the best possible response.

June 15, 2019 at 06:47PM by kittenofd00m
http://bit.ly/2XdXawT
New post on /r/flutterdev subreddit:

Example of MultiProvider in a real-world app?
I am trying to wrap my head around Provider and MultiProvider. But the recent switch to Provider v3 plus their confusing README leaves me wanting know a better way.​Can you please provide me with some examples of using Provider and MultiProvider in apps?

June 15, 2019 at 08:18PM by maylortaylor
http://bit.ly/2wTUeqr
New post on /r/flutterdev subreddit:

Newbie issue: Unable to use 'flutter run' with both android & iOS emulator open
Hey everyone, please don't hate me I am new to flutter.​I have just set up flutter following the steps on the flutter website, when I try and use 'flutter run' when I have both the iOS and Android emulators open I get an error which you can see here https://pastebin.com/pTu0J6BU.​Flutter doctor says everything is fine and picks up both devices when I run it and says there are no errors. The strange thing is the command will run when there is only 1 emulator open, has anyone encountered this before?​I would be forever grateful if someone could point me in the right direction even if it's just to post this issue onto GitHub, I said I would try here first. Thank you in advance

June 15, 2019 at 10:08PM by drunkdarthvader
http://bit.ly/2Ri56rE
New post on /r/flutterdev subreddit:

Flutter & iPadOS
Has anyone had any experience creating flutter apps for Android and iOS that responsively update and utilize iPad/tablet functionality like slide over, resizing windows, drag and drop from app to another app, etc?I looked at a few flutter apps from the showcase, and it seems like the iOS apps that have an iPad version are just blown up iPhone apps. I did see a flutter tutorial online for a split view controller, but not sure if that would actually work when resized on a tablet (it builds the master/detail view based on the size of the screen).Thanks for any insight; I’m just getting started with flutter so any help is appreciated.

June 16, 2019 at 12:43AM by thebrandontyler
http://bit.ly/2MRJ40t
New post on /r/flutterdev subreddit:

FlutterForce — Week 31
http://bit.ly/2WJh3Ib

June 16, 2019 at 09:56AM by flutterist
http://bit.ly/2XePjiN
New post on Flutter Dev Google group:

IOS duplicate flow?
Hi! I'm starting with Flutter. I have created a new app and I have just put a print ("MyApp") in WidGet MyApp and another print ("_ MyHomePageState") in _MyHomePageState. In IOS this is the result: [image: 2019-06-16_0947.png] In IOS the print command is being done twice The same code in

June 16, 2019 at 10:55AM by Tban Rguez
http://bit.ly/2FdYLsr
New post on /r/flutterdev subreddit:

Working with Sqlite (using Sqflite)
I'm trying to work with local Sqlite database in Flutter and I'm having issues. I have seen that the onCreate method is only called once when the database is created. I'm working on a section of the code that populates data when the database is first created. The problem is my changes are never applied because the onCreate method is never called again after the database has been created once. I'm forced to uninstall the app every time I make changes which is a rather tedious process. Is there any way I can force the onCreate method to be called every time I start the app (at least in the development phase)?

June 16, 2019 at 11:52AM by takdw
http://bit.ly/2IkFdEM
New post on /r/flutterdev subreddit:

How do your handle Fetching data inside didChangeDependencies?
How do your handle Fetching data inside didChangeDependencies? Currently I use BloC provider to "get" my BloC from root of the widget three and then I call someBloc.fetchData();. Problem is that didChangeDependencies can be triggered multiple times. I could add a new boolean dataLoaded, but is there some other better way?

June 16, 2019 at 01:42PM by HomeDope
http://bit.ly/2WMq8Qc
New post on /r/flutterdev subreddit:

Flutter Chat app with Graphql server
I made a chat app using flutter which uses a graphql server. Check it out and please tell me what I have to improve. Thanks in advance. Github link: https://github.com/vineeshvk/chat-app-flutter

June 16, 2019 at 04:28PM by Vineesh27vk
http://bit.ly/2IlODA4