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

stack widget performance question
new flutter dev here. just wondering if anyone here with experience has any helpful advice:how does the stack widget effect app performance with a stack of a few dozen widgets? i need to stack a bunch of cards based on a list of objects. they're relatively simple card widgets. an image and a few buttons on them. but it'd be simpler if i could just stack them all up up front instead of rendering them beneath one another as the user pops the top one of the stack each time. (think tindr or something along those lines)

September 09, 2019 at 04:57PM by mattpannella
https://ift.tt/2UGOj3e
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter - Week 3
https://ift.tt/303DEke

September 09, 2019 at 05:31PM by vensign
https://ift.tt/2ZTdB37
New post on /r/flutterdev subreddit:

Combine streams with an extra condition
I struggle with basic streams' manipulation and am looking for help.I have 2 streams, one for the "search term" and the other for the "type of data" I want to search for. Both are BehaviorSubject that I seed with a default value. I used to combine them with Observable.combineLatest2() and trigger my http request from here.Now I would like to change something so it's more convenient for the user: I would like that, when the search term change, the "type of data" is reset to its default value, as it is some case of sub-filter in this use case.How can I achieve this ?

September 09, 2019 at 06:19PM by CrisalDroid
https://ift.tt/314JCTc
New post on /r/flutterdev subreddit:

Zefyr rich text editor 0.7 with new docs and Spectrum community
It's been a while since I posted a serious update for Zefyr.In this update:New version of Zefyr 0.7 with some breaking changes and a couple of new featuresNew documentation website with some articles fully rewritten (Quick Start in particular)Spectrum community for general discussions, questions and such.This is just a beginning, I'm planning to have more updates soon as well as publish a roadmap towards Zefyr 1.0.0. I'd like thank everyone how took time to submit issues on Github, this helps tremendously!Pub: https://pub.dev/packages/zefyrRead the docs at: https://zefyr-editor.gitbook.io/docs/v/v0.7.0/Join Spectrum chat: https://spectrum.chat/zefyr?tab=posts

September 09, 2019 at 06:47PM by pulyaevskiy
https://ift.tt/2LCZype
New post on /r/flutterdev subreddit:

Flutter continues hiring! Looking for a senior/staff (10+ years) software engineer/technical lead and senior (5+ years) technical program manager. Both in CA, USA. Help us make software development amazing!
https://twitter.com/_eseidel/status/1171097641213542400

September 09, 2019 at 06:37PM by EngineerScientist
https://ift.tt/2ZL7Yoq
New post on /r/flutterdev subreddit:

Accessibility in Flutter
I've written a short analysis of Flutter's accessibility tooling and support for building accessible applications. I'm hoping this may be of use for analyzing Flutter for production-level apps, or building accessible apps with Flutter!

September 09, 2019 at 09:12PM by Areneboy
https://ift.tt/34rqUHs
New post on /r/flutterdev subreddit:

A Flutter plugin for integrating Freshchat in your mobile app.
https://ift.tt/2XzAY0D

September 09, 2019 at 04:54PM by boss-san
https://ift.tt/2ZMPHXK
New tweet from FlutterDev:

Flutter will be in Shanghai for GDD China 2019!

Chinese companies like ByteDance, Tencent, and Grab are all using the latest Flutter tools to develop their apps.

Stay tuned for the talks! 👍 pic.twitter.com/GadCU4OoVT— Flutter (@FlutterDev) September 9, 2019

September 10, 2019 at 01:08AM
http://twitter.com/FlutterDev/status/1171198819486375937
New post on /r/flutterdev subreddit:

Improving Flutter’s Error Messages. [Flutter Team : We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages! Learn about the research that went into finding a solution in our latest blog post.]
https://ift.tt/31dJv7W

September 10, 2019 at 02:35AM by EngineerScientist
https://ift.tt/2HX6cFW
New tweet from FlutterDev:

We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages!

Learn about the research that went into finding a solution in our latest blog post. → https://t.co/hOgFOMwptk pic.twitter.com/9V2umbSSv8— Flutter (@FlutterDev) September 10, 2019

September 10, 2019 at 02:30AM
http://twitter.com/FlutterDev/status/1171219238880776192
New post on /r/flutterdev subreddit:

A new #Flutter release is available 🎉! Channel: stable Version: v1.9.1+hotfix.2
https://twitter.com/FlutterReleases/status/1171251981643603968

September 10, 2019 at 05:09AM by EngineerScientist
https://ift.tt/31e40kU
New post on Flutter Dev Google group:

Let your flutter docs support live samples.
Let your flutter docs support live samples. and you can see 100+ live sample on Flutter Widget Livebook < https://flutter-widget-livebook.blankapp.org/basics/introduction/%5D(https://flutter-widget-livebook.blankapp.org) > . Source code: https://ift.tt/309GxAc

September 10, 2019 at 06:16AM by 李健莹
https://ift.tt/2A2KVWL
New post on Flutter Dev Google group:

How to insert banner ad in listview builder
Hey I want to insert ad between list of card, Like ad between after every 3 cards in list,How to do that. I have gone through the article. but I was not able to implement please can anyone help me https://ift.tt/302ouM9

September 10, 2019 at 08:50AM by mahantappa b k
https://ift.tt/2A45K4h
New post on /r/flutterdev subreddit:

Deploying iOS app from Windows PC
If I am using only a Windows PC and I want to build and publish my app for iOS can I do thay? Or I absolutely have to have a Mac ? And what my are my options ?

September 10, 2019 at 09:19AM by Dan7nm
https://ift.tt/31cs07U
New post on /r/flutterdev subreddit:

TextFormField validation
Hello,I am creating two screens One is Login and another one is for SignUp.And  on Login Screen for validation am using (final GlobalKey<FormState> _formKey = GlobalKey();) Its working here properly.But on SignUp Screen for validation TextFromField I am using  creating new one  (final GlobalKey<FormState> _formKey = GlobalKey();) then it  dismisses keyboard.I am not understanding what is going on. And I read on stack overflow that GlobalKey is using once in entire project .Will you please suggest what to do.

September 10, 2019 at 12:19PM by Pal_Puneet
https://ift.tt/2ZJIYNJ
New post on Flutter Dev Google group:

Layout within a Column
Hi Everyone, My trouble is basically this: I have a column with main axis size set to max. Now, this column has three widgets of not fixed size. How can I center align only the second widget in the column and position the first and third widgets of the column according to the centre aligned

September 10, 2019 at 01:54PM by Pranav Siddharth Sreekanthan
https://ift.tt/2A3LGyP