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

How does your testing station looks like?
Put this DIY monster together to help me avoiding picking up the device after each update. What do you use to make testing more convenient?

November 07, 2019 at 11:08PM by Everlier
https://ift.tt/2PW6bXu
New post on Flutter Dev Google group:

Experimental embedding docs removed from the wiki
Hi, I've been following the Experimental docs for embedding Flutter in Android and in iOS apps ( https://ift.tt/2rnRO44), and I see that it was recently removed. Is there a reason that it was removed, and if so, is there a roadmap for

November 08, 2019 at 12:30AM by Jason Mayer
https://ift.tt/2K1X3wJ
New post on /r/flutterdev subreddit:

How to avoid service location?
I'm trying to architect a new app with a heavy focus on dependency injection and inversion of control. Despite almost all DI libraries for Flutter being service locators (e.g. get_it), I've managed to get something pretty nice set up with kiwi and its generator.The crux of my issue is how Flutter and many of its libraries seem to promote the service locator "anti-pattern", through the use of Providers and things like Foo.of(context). I had thought that quietly depending on things was bad architecture smell, but even the Flutter youtube videos advocate searching for things up the widget tree.Am I wrong in that this is not actually service location or not a bad thing? How should widgets know that they need to provide widget dependencies to their children if they are not provided in the constructor?Lastly, even if we do supply dependencies via constructors, how do we manage things that need to be closed/disposed (BloCs for example) when supplying them as a construction parameter?

November 08, 2019 at 12:32PM by Not0nFire
https://ift.tt/2PZozyU
New post on Flutter Dev Google group:

Xcode warnings and errors
to all my app is working find, but I don't like seeing warnings and errors. I keep getting a conversion to swift 5 and a Localization issue how do one deals with this when developing a flutter app you open in xcode. thanks

November 08, 2019 at 02:20PM by Ian Perera
https://ift.tt/2NrBibR
New post on Flutter Dev Google group:

flutter channel and version
Hello, does the v1.10.15 is a stable version? if I switch to it, I am said it is an unknown channel. The stable channel is still at the obsolete hotfix 6, when can we expect some efficient upgradings? C:\Users\toto>flutter version v1.10.15 v1.9.1+hotfix.6 v1.9.1+hotfix.5 thanks

November 08, 2019 at 03:16PM by Bened
https://ift.tt/2NXqTUa
New post on /r/flutterdev subreddit:

Which parts of flutter do you love, which do you hate?
I have ~5 years native android experience and I'm looking to get some insider knowledge from experience flutter developers. You know how once you get used to a language/framework, you begin to almost internalize it's little quirks, it's syntax, it's way of thinking. It almost becomes a muscle memory.And only when that happens are you able to objectively evaluate the experience of using that language/framework. So, what are some of your favorite things about working with flutter? Which parts do you think could be better? What should a native android/iOS developer know before getting into flutter?

November 08, 2019 at 03:10PM by AdityaAnand
https://ift.tt/32rRH4f
New post on /r/flutterdev subreddit:

Flutter Security
Hi, guys, I'm just looking for information on flutter/flutter web's security features for a college project. Feature such as prevention of cross-site scripting, cross-site forgery or others. If you've got any recommended articles or reading material that would be nice. I'm looking for security for flutter web in particular. Thanks

November 08, 2019 at 05:45PM by RhoAlias
https://ift.tt/2qF893N
New tweet from FlutterDev:

📺The #BoringShow is back! 📺

Join @mjohnsullivan and @jryanio as they work on DashCast, a Flutter podcasting app. They experiment with Dart’s HTTP streaming APIs and try to implement offline playback.

Watch → https://t.co/WnBID7MFvC pic.twitter.com/tuVhTApxUc— Flutter (@FlutterDev) November 8, 2019

November 08, 2019 at 07:58PM
http://twitter.com/FlutterDev/status/1192878990723207168
New tweet from FlutterDev:

We’ve had this album on repeat all day and we can’t get enough of track number four for some reason. Such a classic ↓ https://t.co/SSxealbWfO— Flutter (@FlutterDev) November 8, 2019

November 08, 2019 at 10:37PM
http://twitter.com/FlutterDev/status/1192919162227580928
New post on /r/flutterdev subreddit:

Extremely Noob Question.
I'm fairly new to Flutter and programming in general. my question goes like this; Say I have an e-commerce app that sells only two products, shoes and books. I have a model for shoes which include things like shoe size, color, brand name etc, I also have a model for books which include book title, author, release year, genre etc. Upon tapping on a product (shoe or book), the user will be taken to a detail screen where they can find more details about the product and maybe make a purchase. My question is; how do I build the Detail screen? shoes and books are very much different, one has a property 'author' which can be represented by a string literal whereas one has a color property. I'm guessing, building two separate Detail screens isn't exactly the way to go.Sorry for my poor English, sorry for the long text, but i'd really appreciate it if you could offer some help.

November 08, 2019 at 10:32PM by A-PRYME
https://ift.tt/34HTVhu