Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Flutter altered notch settings in my phone!
so i opened the simple app that increases the number based on how many times you click a button, the only thing i did was change the color to pink and converted it into a apk.using this flutter build apkand i opened it on the my android phone. and it worked normally, except it changed the notch settings somehow.before: https://i.imgur.com/1AX3Dec.jpg(the top is how it should look like)after: https://i.imgur.com/IQnfyAk.jpgnow it doesn't even show the status icons and all. and is just pure black ;_;it should be transparent and the status icons should be visible!edit:i have also restarted it many times and it stil ldoesn't work properly!and i have uninstalled the apk too!

November 16, 2019 at 12:40PM by Eufrasia_
https://ift.tt/2CLbIs6
New post on /r/flutterdev subreddit:

Where is Flutter's last video?
I got a notification from Youtube 22hours ago about a video posted by Flutter named: "How Flutter renders Widgets". I was excited to watch it but when I click, it says video unavailable. Do anyone know why it is taken down?

November 16, 2019 at 04:16PM by aytunch
https://ift.tt/2CRhoRv
New post on /r/flutterdev subreddit:

How can I do this on Flutter?
Any clue on how I can achieve this interaction with Flutter? What I want to do is drag a panel until it displays full screen.https://www.youtube.com/watch?v=eXFkuW2jZrMI did something similar using the "sliding_up_panel" package but I can't position the panel over the AppBar.https://www.youtube.com/watch?v=I9gIKTp1aK4

November 16, 2019 at 04:02PM by _OriginalPoster_
https://ift.tt/2QA438n