Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: [Security] Ban attachments.
@group admins I see more and more screenshots (of dev machine console) posted to the group. Now we've got "broken" "png" with declared flutter doctor output. This on my machine is a weird/broken tiff. I do not know whether its slip or there is some malware in it (AFAIR tiff hole on windows

Submitted September 04, 2018 at 06:15PM by Wojciech S. Czarnecki
via Flutter Dev https://ift.tt/2NdkGoV
Code up your own animations or let Flutter animate for you! Build an AnimatedContainer with one attribute, and it'll automatically animate the change when you rebuild with another. Use it for changing colors, borders, shapes & more!

Click for more #WidgetoftheWeek tips ↓ pic.twitter.com/9a7bdZ0cA2— Flutter (@flutterio) September 4, 2018

September 04, 2018 at 07:11PM
via Twitter https://twitter.com/flutterio
Reddit: Confusion about Stateless Widget
If a stateless widget is a child of a stateful widget, and the stateful widget changes state (which is passed into the stateless widget's constructor), then the stateless widget changes. So it is actually not immutable?

Submitted September 04, 2018 at 06:44PM by turingfrost
via reddit https://ift.tt/2CkvPQG
This week's #BoringShow has so much good content we broke it into five parts! @RedBrogdon and @bouncingsheep add the iOS version of their barometer plugin, convert the interface to use streams and EventChannels, and try to publish the app.

Click to watch all five parts ↓ pic.twitter.com/SSiv6R0psG— Flutter (@flutterio) September 4, 2018

September 04, 2018 at 10:13PM
via Twitter https://twitter.com/flutterio
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