Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Are you using FlutterView's FirstFrameListener?
Hi Flutter Devs, I'm working on some changes to the Android code that embeds Flutter and I'm curious how you might be utilizing FlutterView's FirstFrameListener. FirstFrameListener is a way of getting a callback when the very first Flutter frame is rendered. If you use this callback, would

Submitted September 04, 2018 at 11:29PM by Matt Carroll
via Flutter Dev https://ift.tt/2PEMaS6
Reddit: Qr reader
I have found many packages that let you scan a qr code through the camera, but none that lets you pick an qr image from the gallery and decode it. Anyone can point me to any resource? Otherwise I can consider making one.

Submitted September 04, 2018 at 11:23PM by AndrewTheKing93
via reddit https://ift.tt/2wMhmHO
GGroup: Flutter beta 7 announcement
We just released beta 7! Not many changes since the last beta since that was just last week, but see the change log below for some noteworthy changes around our work for iOS. Changes in v0.7.3 (since v0.6.0) - beta 7 v0.7.3 - #20966

Submitted September 05, 2018 at 02:54AM by Ian Hickson
via Flutter Dev https://ift.tt/2wHhYOi
Reddit: Enabling Firebase Cloud Messaging Push Notifications with Flutter.
https://ift.tt/2wEanQq

Submitted September 05, 2018 at 09:04AM by Elixane
via reddit https://ift.tt/2wQTW3x
Reddit: Flutter upgrade to v0.7.3
Time run flutter upgrade v0.7.3 beta has been released

Submitted September 05, 2018 at 04:00AM by Pixelreddit
via reddit https://ift.tt/2oFGTOz
Reddit: Flutter Architecture
Hello . I 'm an native Android Developer and I was curious if flutter apps have any desired architecture like MVP or MVC or whatever.

Submitted September 05, 2018 at 05:54PM by stavro24496
via reddit https://ift.tt/2oFzVcq
GGroup: Inside Container Icon and BoxDecoration right align
Hi All, I want both *Icon* and *BoxDecoration* right align, But Icon align right and *BoxDecoration alight center please correct my code what is missing.* new Container( padding: const EdgeInsets.all(10.0), child: new Column( crossAxisAlig

Submitted September 05, 2018 at 07:16PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Q7GvER
Reddit: Is there Augmented Reality alternative in Flutter?
I understand that it's still in beta, but I was curious if there's an Augmented Reality module out there (like the one for React Native)? Unfortunately I couldn't find anything so far...

Submitted September 05, 2018 at 08:16PM by digimarketme
via reddit https://ift.tt/2wLo4gy
GGroup: Force TabController to create all tabs
I have a default page with two tabs, using TabBar and TabController. All is working fine, except when I enter the page, the second tab's build method is only called when I click to change to the second tab. The problem is that when I enter the page I want both tabs to be already created (a.k.a

Submitted September 05, 2018 at 09:24PM by Julio Henrique Bitencourt
via Flutter Dev https://ift.tt/2PISfwP
GGroup: Why the emphasis on client side for Dart?
Dart started as a web language but has since developed into a full fledged language for server side as well. I view it more of a general purpose language. When one view the Dart lang homepage, with wordings such as “With features aimed at client-side development”, “a client-optimised language”,

Submitted September 06, 2018 at 09:15AM by Jaxon Du
via Flutter Dev https://ift.tt/2wQGJIw
GGroup: Show alert dialog on app main screen load automatically
0down votefavorite < https://stackoverflow.com/questions/52164369/show-alert-dialog-on-app-main-screen-load-automatically# > I want to show alert dialog based on a condition. Not based on user interaction such as button press event. If a flag is set in app state data alert dialog is shown

Submitted September 06, 2018 at 09:32AM by Rajeev Mishra
via Flutter Dev https://ift.tt/2wMgvqI