Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Flutter Heroes pinned «Are you looking for Flutter programmers? Post your offer here, contact me for more information (@eh_oscar)»
New tweet from FlutterDev:

Styling your text? Let's make it easy...

Did you know you can add any widget inside a RichText widget? WidgetSpan can layout any widget inline with other TextSpans. #FlutterFriday

Learn more here → https://t.co/NuVayVhNFi pic.twitter.com/j5xDTDyAb9— Flutter (@FlutterDev) January 10, 2020

January 10, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1215679700053450753
New post on /r/flutterdev subreddit:

Flutter Web: SEO, tags, metatags, meta description, page title, etc.
Hi there,I know that Flutter Web is not yet ready for production, but I was wondering if there's a way to have meta description, tags, meta tags, etc.After building for the web, I see there is no way to have those in place, and it is really hard to create a content-rich website with Flutter.

January 10, 2020 at 05:55PM by sam-sung
https://ift.tt/2shH2NG
New post on /r/flutterdev subreddit:

What are the best practices for currency in Dart/Flutter?
Hi folks, I'm hoping you can enlighten me on some best practices for managing, entering and displaying currencies in flutter?Presumably I want to avoid using floats (doubles) but besides that: How do you localize the currency without supporting the whole language? Do you let the user pick their currency format/country and how then do you use that data to pick the correct format?I have read the documentation on NumberFormat but it would require language and country so do you have your users pick both knowing you may not support their language?Just trying to get a handle on best approaches without reinventing the wheel.My current thinking is: 1. Let the user pick their country 2. Have an asset json with all currencies by country 3. Format the text according to their selected countryFor #2 I would need to maintain an asset since NumberFormat needs language and country but I think we can assume currency format without language. Though I could be wrong. I feel like either I'm making too many incorrect assumptions or trying to reinvent the wheel so I figured I'd ask you folks for best practices before I went down this rabbit hole.Thanks,

January 10, 2020 at 05:36PM by nomi34
https://ift.tt/36RQHcV
New tweet from FlutterDev:

Want a simple custom animation? 🎬

🐥TweenAnimationBuilder allows you to create your own implicit animations when none of the built-in implicit widgets fit your needs.

More #WidgetoftheWeek here → https://t.co/axeiUs5B3x pic.twitter.com/iWZQgGyfxh— Flutter (@FlutterDev) January 10, 2020

January 10, 2020 at 07:41PM
http://twitter.com/FlutterDev/status/1215705217699737600
New post on Flutter Dev Google group:

How To Populate Dropdown List With JSON Data
I have a view that builds the UI first, I also have a future function that runs and gets JSON data which I want to use to populate a dropdown. The problem is the data arrives after the view is built, I have tried calling setState but I somehow don't feel that it's the correct thing to do as

January 10, 2020 at 08:20PM by Mr harilall
https://ift.tt/2NfpQiU
New post on /r/flutterdev subreddit:

Is there anyway to measure performance on a production app made by someone else?
I downloaded the Ebay Motors app to review the performance and I notice the listview of the cars glitches on my phone. I have a Samsung A5 so not the best phone out there by any stretch but it would be interesting to see if the performance issue is because of my phone or the app itself.Would this be a listview issue or a phone issue and is there a tool I could use to measure performance?

January 10, 2020 at 08:27PM by glancer000
https://ift.tt/2FJ8TJr
New post on /r/flutterdev subreddit:

What files are required to share Flutter code through Github?
Hello everyone,My brother and I are working on an app together using Flutter and trying to collaborate with the code building. I've made simple apps in Android Studio before by myself, but my brother has never done app development and has opted to use Visual Studio.Questions about our setup:What files are we required to share on Github so we can modify each other's code?Will using two different IDE (Visual Studio & Android Studio) make it hard to share code and run emulators?I have beginner experience (accessing sensors, printing data, simple UI interface) in Android Studio so don't have too much technical knowledge on the files. Please let me know what you recommend and if you have any background information that might help.Thank you very much!

January 10, 2020 at 08:21PM by joeschmidt97
https://ift.tt/2t5qOaH
New post on /r/flutterdev subreddit:

I'm looking for a flutter buddy
hi there! I'm new here and I just wanted to ask if someone is interested to be my buddy in flutter to create some new things while learning. My background is in java and javascrip.Thank you guys!

January 10, 2020 at 11:27PM by AreTheSky
https://ift.tt/30aLZEz
New post on Flutter Dev Google group:

Blogger API not loading on flutter
Adding my Blog ID and key ought to load my blog, but when i try to load on emulator, once i press launch button, it tries to load but stops just immediately.. The two errors listed below are from the code and i don't know how to go about it.. The editor is not showing any suggestion and error

January 11, 2020 at 01:42AM by Kelechi Uroko
https://ift.tt/2TbVTnH
New post on /r/flutterdev subreddit:

Epigaph of Binary
My first app publish. Epigraph developed with Flutter. It was thought that technology would not destroy history.I need more examples of content to edit the store page. And of course more comments from you. (To improve the app, not for the store.)A long press on the "Write" button in the epigraph box opens the promotion dialog.You can use "flutterDev" promotion code for free write right that limited 100 record.https://medium.com/@mehmet_76940/epigraph-of-binary-a691fa521d6c

January 11, 2020 at 05:20AM by mehmetyaz
https://ift.tt/2t9qK9P
New post on Flutter Dev Google group:

ConnectionState always waiting in StreamBuilder
I using Bloc pattern in my flutter project. In MainPage, I will add List