Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

💡 Adding Flutter to your existing iOS or Android codebases? ✔️ @TK14863 has you covered! Read his pragmatic approach to converting your existing iOS or Android apps to Flutter over time by learning about a feature called add-to-app. Here 👉 https://t.co/00wusP1iLS https://t.co/0K3tRRopcv— Flutter (@FlutterDev) Aug 3, 2021

August 03, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1422588075897667584
New post on /r/flutterdev subreddit:

How can I learn to do Flutter architectural diagrams?
I found myself having to do an architectural diagram for one of my Flutter apps, yet I was surprised by the scarcity of resources expanding on this topic. Any suggestions for making an appropriate diagram?

August 03, 2021 at 11:57PM by througthewae
https://ift.tt/2VosRol
New post on /r/flutterdev subreddit:

Use Legacy buttons without deprecation error
I was working around some projects, as I switched the Flutter version, some warnings bumped up. It was to replace the deprecated buttons. New implementation of buttons were somewhat confusing at the init stage. This package helped.https://pub.dev/packages/legacy_buttonsYou can use the legacy buttons without deprecation error If someone is facing the same issue, have a look.

August 04, 2021 at 05:20AM by fathah_crg
https://ift.tt/3yni6Rr
New post on /r/flutterdev subreddit:

Push Notifications on iOS when app is in terminated state
Has anyone found a not-horrible way of getting customized notifications (threading, tap / action button handling, etc.) to work on iOS when a Flutter app is in the 'terminated' state?The solutions I've come up with so far are either extremely cumbersome (wake iOS app up with a background data notification, have it phone home to server to ensure it's not terminated, then send another data notification to be handled by something like local_notifications or awesome_notifications for formatting / action handling), or lacking features (just giving up and sending notification messages using firebase_messaging).Any guidance, very much appreciated, and might help spare the remaining hairs on my head.

August 04, 2021 at 07:23AM by in-the-angry-dome
https://ift.tt/3Ch1a1l
New post on /r/flutterdev subreddit:

Should You Use Flutter For Your Mobile Applications?
If you are still unsure if you want to develop with Flutter, I might help you with our experience with Flutter:https://medium.com/@niklashomann/should-you-use-flutter-for-your-mobile-applications-in-2021-912f585be5b2

August 04, 2021 at 08:48AM by NHBT1909
https://ift.tt/2Vmdqx1
New post on /r/flutterdev subreddit:

What’s the best technology to learn along with Flutter?
Let’s hear your experiences and opinions!

August 04, 2021 at 10:34AM by Icy_Entertainment847
https://ift.tt/3CeuANS
New post on /r/flutterdev subreddit:

Just audio cache
I wrote this library just_audio_cache to auto handle caching for audio files, so the next time, the same file does not need to download again.

August 04, 2021 at 12:23PM by NiceGuy-n2
https://ift.tt/3fvvOdM
New tweet from FlutterDev:

🤩 Get more users with a better package page! Your package's README — a big part of your package's https://t.co/sTPwVxcSgK page — is key to catching the reader's attention and showing that your package is worth trying. 7 tips for a good README https://t.co/vgCgWzNt6M https://t.co/JmtFsIhRxX— Flutter (@FlutterDev) Aug 4, 2021

August 04, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1422950472273600515
New post on /r/flutterdev subreddit:

About micro-fronts package based architecture with Flutter
Im currently looking into this architecture for the company i work for, which has plans to have 100 devs till the end of the year, and im looking for this architecture in front end that can sustain this amount of devs working in it. A single code repo was the main problem, cause we cannot have like 100 devs feature branching on the same repo, would be crazy to do it. The mess, the code reviews, the conflicts.Then a friend of mine told me about this package based architecture where you put each "feature" in a private package and import through pubspec.yaml pointing to the repo of the package. Its like a micro fronts architecture. And i want to know from others anyone did work with something like this ? Is it worth it ? Any warnings ? Any tips ?

August 04, 2021 at 06:21PM by Balaoziin
https://ift.tt/3xk78uF