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

How do I find an Element in the tree?
How do I find an instance of a widget by key (or some other means) in the widgets tree. Thanks Widget build(BuildContext context) { MaterialApp mat= MaterialApp( home: Scaffold( appBar: AppBar(title: Text('Pictures')), body: Column( children: [ Image.asset( 'assets/ship.jpg', ), Text('Ship

March 29, 2019 at 01:46AM by Wyatt Biker
https://ift.tt/2CLdOsk
New post on /r/flutterdev subreddit:

active_observers: A new way to create composable UI logic, inspired by React hooks.
https://ift.tt/2SPgdrl

March 29, 2019 at 03:48AM by pinyin111
https://ift.tt/2V0Cc0c
New post on Flutter Dev Google group:

Flutter Create
Hi, Everyone please check my file size and please tell Can i Participate on this FlutterCreate Contest Thank you

March 29, 2019 at 05:46AM by Deepjyoti Baishya
https://ift.tt/2FI65xg
New post on /r/flutterdev subreddit:

Press PLAY button when using Android Studio
Many times I wondered how unstable flutter development is. Until yesterday: I realized that I need to press the green PLAY button to start developing in Android Studio. I thought it would be some kind of release build. But that's wrong. It's your default gate into the Flutter development world with hot-reload and hot-restart.When pressing DEBUG button the Android Studio IDE seems to act normal. It's also hot-reloading code and stuff. Until a certain point where it freaks things up and coming up with crazy compiler messages. The debug button is only meant to do situative code debugging. The attached debugger isn't ready for the hot-replacements Dart/Flutter has to offer.I develop for years and I am used to develop using a "debug button". Please spread this message for all developers, so they get the awesome Flutter development experience they deserve. Maybe other developers have also fallen for it too.

March 29, 2019 at 08:51AM by felixlein
https://ift.tt/2CIFrT3
New post on Flutter Dev Google group:

E' REGISTA PERICOLOSISSIMAMENTE PEDOFILO: GIUSEPPE LAZZARI ( FINITO IN CARCERE PER QUESTO https://br
E' REGISTA PERICOLOSISSIMAMENTE PEDOFILO: GIUSEPPE LAZZARI ( FINITO IN CARCERE PER QUESTO https://ift.tt/2TKTBIJ) 1 FA PARTE DI UNA SETTA SATANISTA MOLTISSIMO

March 29, 2019 at 07:20PM by LUIGI BISIGNANI- MAI PIU' COL PEDOFILO BERLUSCONI
https://ift.tt/2YDaCsn
New post on Flutter Dev Google group:

E' DA ARRESTARE: L'AVVOCATO PEDOFILO ED ASSASSINO: DANIELE MINOTTI DI GENOVA E RAPALLO! VI E' DA FER
E' DA ARRESTARE: L'AVVOCATO PEDOFILO ED ASSASSINO: DANIELE MINOTTI DI GENOVA E RAPALLO! VI E' DA FERMARE SUBITO L ' AVVOCATO SATANISTA, NAZISTA, ^SATA-N-AZISTA^, PEDERASTA ED OMICIDA DANIELE MINOTTI DI GENOVA, RAPALLO! VERME RAZZISTA, KU KLUK KLANISTA, MEGA RICICLA SOLDI MAFIOSI! AGENTE SEGRETO

March 29, 2019 at 08:08PM by LORENZO PIACENTINI-LAZARD- BERLUSCONINGALERA PLEASE
https://ift.tt/2HWEhGQ
New post on Flutter Dev Google group:

VS Code ext. v1.25 - Hot Reload on toolbar, Touch Bar support, better theming, DevTools updates
Hey all, v2.25.0 of the Dart & Flutter extensions for VS Code are now available. Release notes are below (and online ). Hot Reload on Debug Toolbar #1493 : A new *Hot Reload* button (thunderbolt icon)

March 29, 2019 at 09:07PM by Danny Tuppeny
https://ift.tt/2U4YS31
New post on Flutter Dev Google group:

New tooling releases - IntelliJ and Android Studio support
Happy Friday Flutter-Dev! Here are details of new tooling releases! IntelliJ and Android Studio support The current Flutter plugin works with IntelliJ 2018.3 and 2019.1 (stable), and with Android Studio 3.3.2 (stable) and 3.4 beta. Show Flutter Runtime Views When Usable The Flutter

March 29, 2019 at 09:18PM by Nilay Yener
https://ift.tt/2OwguyT
New tweet from FlutterDev:

For our #FlutterFriday magic trick 🎩, let's make your app bar appear and disappear as you scroll!

Use a SliverBar in a CustomScrollView, and define your scroll behavior with the pinned, snap, and floating parameters.

Learn more here → https://t.co/0TOSNbnKiC pic.twitter.com/13k3Xlo3SE— Flutter (@FlutterDev) March 29, 2019

March 29, 2019 at 09:27PM
http://twitter.com/FlutterDev/status/1111726479996608514
New post on /r/flutterdev subreddit:

listview scroll jank on Android
hi, I am new with this flutter framework, and I love it. but one thing that puzzled me is how it jank on Android when using listview, since it is like game engine at 60 fps but in listview it's not even closethis conclusion I get comparing listview scroll using native Android with flutterand no jank in iOSI wondered if the text makes it jank or the scrolling animation or garbage collector or what?anybody found this also?

March 29, 2019 at 09:38PM by x4080
https://ift.tt/2FKpQnC
New post on /r/flutterdev subreddit:

Having a Stateless widget with stateful children?
I can't really find a good answer to this. I have a sign in page, which is just a scaffold whose body is one big, stateless, Column widget with a bunch of children. I want one of those children to be a TextFormField, which is NOT a stateless widget like the scaffold and column widgets are. Can I list one of the column's children as a stateful TextFormField widget?​My current approach, which has been getting more confusing and terrible to look at, was to make a class called FormField that extends StatefulWidget, but it overrides all of TextFormField's optional parameters, which I then have to re-configure if I want them, and now it looks terrible.​TL;DR: How to put stateful widgets inside of stateless Scaffold?

March 29, 2019 at 09:20PM by evanhaus
https://ift.tt/2OyXDDp
New tweet from FlutterDev:

New tooling releases are here!

These include: Intelli J and @AndroidStudio support, Flutter runtime views when usable, and more.

Get the details here ↓ https://t.co/j2hJTuWV8x— Flutter (@FlutterDev) March 29, 2019

March 29, 2019 at 11:16PM
http://twitter.com/FlutterDev/status/1111754011269423105