New post on /r/flutterdev subreddit:
Flutter Laggy Animations: How Not To setState
https://ift.tt/2FCOTYu
March 29, 2019 at 12:06AM by Purple_Pizzazz
https://ift.tt/2U58RW0
Flutter Laggy Animations: How Not To setState
https://ift.tt/2FCOTYu
March 29, 2019 at 12:06AM by Purple_Pizzazz
https://ift.tt/2U58RW0
Medium
Flutter Laggy Animations: How Not To setState
Creating animations in Flutter is really fun and easy, but there is one bad practice that might make those animations laggy: setState.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Dart Packages
active_observers | Flutter Package
A new way to create composable UI logic, inspired by React hooks.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter Tutorials - Flutter NestedTabs
https://www.youtube.com/watch?v=bSywfMPuwaw
March 29, 2019 at 06:23AM by whatsupcoders
https://ift.tt/2TD2Sml
Flutter Tutorials - Flutter NestedTabs
https://www.youtube.com/watch?v=bSywfMPuwaw
March 29, 2019 at 06:23AM by whatsupcoders
https://ift.tt/2TD2Sml
YouTube
Flutter Tutorials - Flutter NestedTabs
Flutter Tutorials - Flutter NestedTabs
In this video, you will see how to add nested tabs in your flutter application, I have added 3 tab layers in the demo video.
The code can be found here - https://github.com/whatsupcoders/Flutter-Nested-Tabs
For more…
In this video, you will see how to add nested tabs in your flutter application, I have added 3 tab layers in the demo video.
The code can be found here - https://github.com/whatsupcoders/Flutter-Nested-Tabs
For more…
New post on /r/flutterdev subreddit:
Keys! What are they good for?
https://ift.tt/2U1nSIu
March 29, 2019 at 08:20AM by Elixane
https://ift.tt/2TMGo2s
Keys! What are they good for?
https://ift.tt/2U1nSIu
March 29, 2019 at 08:20AM by Elixane
https://ift.tt/2TMGo2s
Medium
Keys! What are they good for?
The key parameter can be found on basically every widget constructor, but their use is less common. Keys preserve state when widgets move…
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
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
reddit
r/FlutterDev - Press PLAY button when using Android Studio
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
RxDart/Rxcommand and RxVMS architecture for state management in practicle apps?
https://ift.tt/2uHQaZD
March 29, 2019 at 12:11PM by didavid61202
https://ift.tt/2HXC3Hf
RxDart/Rxcommand and RxVMS architecture for state management in practicle apps?
https://ift.tt/2uHQaZD
March 29, 2019 at 12:11PM by didavid61202
https://ift.tt/2HXC3Hf
Guru Meditation
RxVMS foundations: RxCommand and GetIt
Welcome to part 4 of my series on Flutter Architecture: Introduction Fundamentals of Dart Streams RxDart: Magical transformations of Streams RxVMS foundations: RxCommand and GetIt (this post) RxVMS…
New post on /r/flutterdev subreddit:
Top Apps Made with Flutter – 17 Stories by Developers and Business Owners
https://ift.tt/2OtjnAx
March 29, 2019 at 02:38PM by agnieszka_droids
https://ift.tt/2JQEk9V
Top Apps Made with Flutter – 17 Stories by Developers and Business Owners
https://ift.tt/2OtjnAx
March 29, 2019 at 02:38PM by agnieszka_droids
https://ift.tt/2JQEk9V
iOS & Android Mobile App Development Company - Droids On Roids - Poland
Top Apps Made with Flutter – 17 Stories by Developers and Business Owners | Droids On Roids Blog
Read 17 stories by business owners and developers who are actively working with Flutter and check out the best apps made with Flutter.
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
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 /r/flutterdev subreddit:
Ben Awad: My First Flutter App - Pain Points
https://www.youtube.com/watch?v=E622pyzvQP8
March 29, 2019 at 06:25PM by Purple_Pizzazz
https://ift.tt/2V4obid
Ben Awad: My First Flutter App - Pain Points
https://www.youtube.com/watch?v=E622pyzvQP8
March 29, 2019 at 06:25PM by Purple_Pizzazz
https://ift.tt/2V4obid
YouTube
My First Flutter App - Pain Points
I go over the first Flutter app I made called Pain Points. Code: https://github.com/benawad/pain-points ---- If you like cooking, checkout my side project: h...
New tweet from FlutterDev:
Watch Flutter's @MaterialDesign engineer, Will Larche, and @ReflectlyApp's Jacob Kristensen share how #Flutter is dedicated to helping designers execute uncompromised pixel-perfect design at ease. 👨‍🎨📱
Find this #MWC19 talk here → https://t.co/MoVT7CpS5Q pic.twitter.com/E1Q3duS4ON— Flutter (@FlutterDev) March 29, 2019
March 29, 2019 at 07:51PM
http://twitter.com/FlutterDev/status/1111702317320097792
Watch Flutter's @MaterialDesign engineer, Will Larche, and @ReflectlyApp's Jacob Kristensen share how #Flutter is dedicated to helping designers execute uncompromised pixel-perfect design at ease. 👨‍🎨📱
Find this #MWC19 talk here → https://t.co/MoVT7CpS5Q pic.twitter.com/E1Q3duS4ON— Flutter (@FlutterDev) March 29, 2019
March 29, 2019 at 07:51PM
http://twitter.com/FlutterDev/status/1111702317320097792
Twitter
Material Design (@materialdesign) | Twitter
The latest Tweets from Material Design (@materialdesign). Material is a design system – backed by open-source code – that helps teams build high-quality digital experiences. Google, Mountain View, CA
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Push notifications with Firebase messaging II (Tutorial)
https://www.youtube.com/watch?v=4_2LlswlS2Q
March 29, 2019 at 08:26PM by JohannesMilke
https://ift.tt/2uychBl
Push notifications with Firebase messaging II (Tutorial)
https://www.youtube.com/watch?v=4_2LlswlS2Q
March 29, 2019 at 08:26PM by JohannesMilke
https://ift.tt/2uychBl
YouTube
Push notifications with Firebase messaging II - Flutter
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
► Source code: https://github.com/JohannesMilke/send_push_notifications
► Buy My Courses: https://johannesmilke.teachable.com/p/home
► Follow Twitter:…
► Source code: https://github.com/JohannesMilke/send_push_notifications
► Buy My Courses: https://johannesmilke.teachable.com/p/home
► Follow Twitter:…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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 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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
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
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
reddit
r/FlutterDev - listview scroll jank on Android
0 votes and 0 comments so far on Reddit
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
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
reddit
r/FlutterDev - Having a Stateless widget with stateful children?
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
New tooling releases: IntelliJ/Android Studio plugin 34.0 & Dart Code 2.25
IntelliJ/AS Plugin v. 34.0Dart Code v.2.25
March 29, 2019 at 10:40PM by JaapVermeulen
https://ift.tt/2HYuxvL
New tooling releases: IntelliJ/Android Studio plugin 34.0 & Dart Code 2.25
IntelliJ/AS Plugin v. 34.0Dart Code v.2.25
March 29, 2019 at 10:40PM by JaapVermeulen
https://ift.tt/2HYuxvL
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.