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

Download size of a minimal Flutter app?
I just checked the download size of a minimal Flutter app and its 5.0 with java and 5.3 with Kotlin for ARM, but it says 4.3 MB for ARM, and 4.6 MB for ARM 64 on https://ift.tt/2qTx2ci. Am I missing something here.

November 15, 2019 at 05:51PM by Michael Tawiah Sowah
https://ift.tt/2qTx2Jk
New post on /r/flutterdev subreddit:

Getting Started With Flutter BLoC
https://ift.tt/2Kqxcii

November 15, 2019 at 05:58PM by Elixane
https://ift.tt/2XeP9FM
New post on /r/flutterdev subreddit:

Flutter Live Booklet: Flutter component recipes -- great resource!
https://ift.tt/379He0Y

November 15, 2019 at 05:58PM by Elixane
https://ift.tt/2XjDdT8
New tweet from FlutterDev:

🔎Need to find where a UI element is declared?

With the Flutter Inspector tool (in DevTools and Android Studio), you can click on a widget in the UI to jump to its code. #FlutterFriday pic.twitter.com/D6PZS2BWNp— Flutter (@FlutterDev) November 15, 2019

November 15, 2019 at 06:36PM
http://twitter.com/FlutterDev/status/1195395064815669251
New post on /r/flutterdev subreddit:

Is there any way to give font size in dp?
I want the font size to remain the same regardless of device or font settings.

November 15, 2019 at 07:45PM by Xihuny
https://ift.tt/2OfhTtY
New tweet from FlutterDev:

#WidgetoftheWeek: AnimatedCrossFade 🎬

Cross fade is a cinematic term in which one thing gradually fades into another. Use AnimatedCrossFade to get creative with your widgets. Edit the nature of the cross fade to your heart's desire.

Watch more → https://t.co/jIKntG7e8z pic.twitter.com/aLrNkoOQW6— Flutter (@FlutterDev) November 15, 2019

November 15, 2019 at 08:07PM
http://twitter.com/FlutterDev/status/1195418136624824321
New post on /r/flutterdev subreddit:

Displaying "Downloaded" HTML and assets into WebView?
I've looked at a few packages and have multiple test projects loading remote URLs and local files with many script files and images etc.But they all seem to use something similar to the rootBundle.load(path); approach. Which is great when you know what you are loading. But I would like to download, unzip (which I have working) and access an HTML site dynamically.I'm not quite sure if this is a limitation with the current status of WebView in Flutter? Has anyone seen other techniques / approaches?

November 15, 2019 at 10:39PM by _DarthCoder_
https://ift.tt/2qSPnX5
New post on Flutter Dev Google group:

💻Flutter drag and drop IDE📈👍
Hello Flutter Dev's, Any suggestions on a Flutter drag and drop IDE??😀

November 16, 2019 at 03:14AM by Edgar Vega
https://ift.tt/37aECzR
New post on Flutter Dev Google group:

How to export data from database table to the sheets ?
How to export data from database table to the sheets in flutter ?

November 16, 2019 at 06:50AM by mahantappa b k
https://ift.tt/2QlDF1A
New post on Flutter Dev Google group:

Problem with iOS ad-hoc export
I wrote an app with flutter and it is running on my iPhone in debug mode. Now i want to send it to my employer, So i've create an ad-hoc version of my app and create a "Diawi" link. After that i did check the app on my device and the app is installed on my device but not working and keep

November 16, 2019 at 07:02AM by azim vaziri
https://ift.tt/2Qofdgg
New post on /r/flutterdev subreddit:

How to improve flutter_markdown performance?
I am working on a SliverList that builds MarkdownBody elements, however I am running into performance issues. If I scroll very slowly it is not too bad, however the faster I scroll, the worse the performance gets. Sometimes it can completely freeze for a second or two.I have thought about creating my own markdown parser, however I would first like to see if anyone has any input on how I might be able to improve the performance.If you would like to see some code, feel free to check the SliverList here, and the widget that contains the MarkdownBody here.Thanks!

November 16, 2019 at 03:47AM by banana_shavings
https://ift.tt/33U1rWn
New post on /r/flutterdev subreddit:

Super Enum : Create super powered enums similar to sealed classes in Kotlin.
https://ift.tt/32SZ454

November 16, 2019 at 03:26AM by xsahil03x
https://ift.tt/2QoK1O0
New post on /r/flutterdev subreddit:

How to Connect Microsoft azure to flutter app??
No text found

November 16, 2019 at 02:33AM by leelamanoj
https://ift.tt/2Okgdiy
New post on /r/flutterdev subreddit:

Will Flutter for Web eventually be able to replace traditional website development?
Is that the eventual goal for Flutter for the web? If not what is the the purpose or Web support?

November 16, 2019 at 07:46AM by Cobmojo
https://ift.tt/2NSX8VZ
New post on /r/flutterdev subreddit:

What do you think of my app? It's an anonymous, location-based, tag-based discussion board with file sharing capabilities
https://play.google.com/store/apps/details?id=org.grothedev.frogponhttps://github.com/grothedev/fp_flutterI am open to ideas for improvement. Let me know of any bugs you find, and feel free to ask any questions. I think that this app has a lot of potential. Also I am looking for a graphic designer to make a better logo since I'm not very good at that.

November 16, 2019 at 08:43AM by goofnug
https://ift.tt/2NVwAn3
New post on /r/flutterdev subreddit:

(Beginner) How to run a background timer easily ?
Last step for my pomodoro application !After finishing the UI of my first Flutter project and built a release version of it to put in on my phone (and using it !),I noticed one big issue that make my application useless: The timer stop when I exit the app, and start again when I open the app.I need some background code running for updating the countdown timer I've created.Some posts I've read suggest to use the workmanager package but maybe there is a easier solution.The problem seems to be on the iOS-side where background tasks are limited.iOS also have a beginBackgroundTaskWithExpirationHandler method for timer (my case).What would be the smartest solution you would use ?​My timer is a simple Duration(seconds: 1500) use in a Timer.periodic method that update every Duration(seconds: 1).

November 16, 2019 at 10:48AM by Kadarach
https://ift.tt/2KsCzgM