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

Animations in Flutter — Getting Started #1
http://bit.ly/2KlYIiz

June 14, 2019 at 09:13PM by jubinmathai
http://bit.ly/2IJohH1
New post on /r/flutterdev subreddit:

StreamBuilder vs BlocProvider
Why would it ever be necessary or even make remote sense to use BlocProvider over StreamBuilder?Couldn’t you just make the BLoC available via StreamBuilder every time you need it, thus having a somewhat ‘global instance’ of your BLoC, instead of scoping them BlocProvider?What are your thoughts on this idea?

June 15, 2019 at 12:45AM by iamarr0gant
http://bit.ly/31yfhwR
New post on Flutter Dev Google group:

Admob Live id not working in flutter
Hello Friends, I have to try to AdMob in my project but live id adds not show. below mention is my code. anybody helps me where I am wrong. InterstitialAd interstitialAd; MobileAdTargetingInfo targetingInfo = MobileAdTargetingInfo( keywords: ['flutterio', 'beautiful apps'],

June 15, 2019 at 08:33AM by Vishal Kumar
http://bit.ly/2XccSsB
New post on Flutter Dev Google group:

Can't run enumerator in VS Code
[image: error.PNG] Hello Guys. I updated the VS Code and flutter extension and Dart extension but when I try to launch enumerator it won't laucnh.

June 15, 2019 at 08:40AM by Jerome Villaver
http://bit.ly/2ZoOLEn
New post on /r/flutterdev subreddit:

Change Event
i refer this repo (https://github.com/dilipkaklotar/flutter_marvel_app_ui_master) to develop my app. now i want to know that how to call a function when changing the card view (i mean when swap the card left or right).

June 15, 2019 at 06:42AM by Mathulan
http://bit.ly/31xKlNp
New post on /r/flutterdev subreddit:

I know there is a plugin for Instagram Login, but is there any way to embed photos Straight from Users Instagrams into Flutter?
Tinder does this, once a user connects their Instagram it will display pictures from their profile.​Posted this question already, but did not get an answer.Thanks!

June 15, 2019 at 01:59AM by gutsJunior
http://bit.ly/2IfJFVo
New post on Flutter Dev Google group:

Unable to create launch screen for flavours
Hi Everyone ,Could you please guide me how to add launch screen based on flavours in flutter.Please guide .Thanks in advance

June 15, 2019 at 11:56AM by Suriya Suriya
http://bit.ly/31yTkxU
New post on Flutter Dev Google group:

Unable to run IOS flutter in vs code
Im getting this error Issue: Launching lib/main.dart on iPhone X in debug mode... Could not find the built application bundle at build/ios/iphonesimulator/Runner.app. Error launching application on iPhone X. Exited (sigterm) But Successfully running in xcode Error launching application on

June 15, 2019 at 12:02PM by Suriya Suriya
http://bit.ly/2KSWlTG
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