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

🤩 Have you submitted your #FlutterPuzzleHack masterpiece yet? Check out @roaakdm's project for inspiration 💙https://t.co/nSqeOxi7Wm— Flutter (@FlutterDev) Feb 18, 2022

February 18, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1494718355319799815
New post on /r/flutterdev subreddit:

Flutter software export compliance
My company needs to know if Flutter has an ECCN or if it is EAR99. Does anyone happen to have this information?

February 18, 2022 at 06:17PM by Rexios80
https://ift.tt/RGzXCLi
New post on /r/flutterdev subreddit:

Is Flutter even a good framework?
When I choose a framework to use in app development, I search for how used it is, how good it looks, who's backing the development, how popular it is/will be, and so on. But, I don't know a lot about how to measure actual maintenance and stability aside from popularity.But now that I am using it, it's clear that flutter and the tools built around it are rife with issues and bugs. I recently ran into another bug that's been breaking my app for three days straight, so far, and I happened to look at the issue tracker for the problem. It's been left unfixed for almost 2 years. During that time, it was closed because developers believed that it wasn't a flutter problem, then reopened again because people were still talking about it. There are more than 10,000 issues open right now, and only 5 times that many issues were closed.Sure, it's growing in popularity, but it's backed by Google's reputation and marketing money. I'm not extremely experienced in the field, but I'm wondering if I chose the wrong framework. Is this level of instability and buggyness really the standard for large frameworks like this?

February 18, 2022 at 10:54PM by not_particulary
https://ift.tt/cwF5bGS
New tweet from FlutterDev:

RT @googledevgroups: 🙌 🧠 Get hands-on experience with @FlutterDev and Dart! 📅 On February 23, learn about what’s new in #Flutter, build an app, and more at #FlutterFestival West Sweden on Feb 23. Don’t miss the form for Flutter swag 🎁 RSVP→ https://t.co/5q30Ubq6W3 https://t.co/nwjxX8QTR6— Flutter (@FlutterDev) Feb 18, 2022

February 18, 2022 at 11:00PM
https://twitter.com/FlutterDev/status/1494794071436513282
New post on /r/flutterdev subreddit:

Usual flutter libraries
Hey.
I have 3 years of experience in writing native android app.sI'm interested in exploring flutter a bit.
What would be some standard libraries used for:networkingreactive streamslocal databaselocal preferencesdependency injectionshowing image from a linkanything else I might have forgotten

February 19, 2022 at 01:11AM by ludi_pes
https://ift.tt/uS1Do4i
New post on /r/flutterdev subreddit:

Flutter app takes more than 10 seconds when uploaded to Google Play
I uploaded my up to google play a few days ago, and many of my users mentioned that it took so long for the app to load, i tested it and i found that the splash screen takes about 10 seconds when opening the app, i thought maybe i made a mistake or something, so i updated my app, and before uploading it i tested it with `Flutter run --release` so i can test the production version of it on my phone, the app was working just fine, it took only 2 seconds to open, so i uploaded the new version to google play, but then when installed the app from google play the same problem happened again, the app takes 10 seconds to open, does anyone faced similar problem?I'm using the last Flutter version 2.10.1

February 19, 2022 at 01:11AM by dvdSport
https://ift.tt/SlAX2Fb
New post on /r/flutterdev subreddit:

Appainter - A material theme editor and generator for Flutter
https://appainter.dev/

February 19, 2022 at 04:37AM by zeshuaro
https://ift.tt/jw0pUKz
New post on /r/flutterdev subreddit:

Alternative of Switch Case using Quickly Package
String getWeekName(case) => {
 1: 'Monday', 2: 'Tuesday', 3: 'Wednesday', 4: 'Thursday', 5: 'Friday', 6: 'Saturday' 7: 'Sunday', }.match(case); 
getWeekName(1) -> MondaygetWeekName(10) -> Invalid inputCheck more about Quickly

February 19, 2022 at 08:41AM by Aniketkhote
https://ift.tt/0wsitgu
New post on /r/flutterdev subreddit:

What kind of architecture uses the modern flutter app?
I have experience in developing native android applications.I want to check out learn flutter a bit to increase my knowledge. I watched some online guide which was useful to get idea of the basics, but I don't want to focus to use too much time now on the UI/dart syntax because I believe I'll learn it best when I start writing the application.
Setting up the application properly is harder to do, so I'm looking for some materials about architecture to check out.Since I've worked on native app for some time my mind immediately jumps to rxdart and MVVM. ViewModel would expose state for the screen, and then UI would subscribe to that state. But I'm not sure if that approach is good (if I have one state for the screen would all widgets be re-rendered when one property changes).Maybe I'm going in the completely wrong direction.Any good sources for that?

February 19, 2022 at 05:28PM by ludi_pes
https://ift.tt/slALxXr
New post on /r/flutterdev subreddit:

Should I know about state management befrie beginning?
So I decided to use Flutter for my next app but I’m not quite started yet because I’ve looked into understanding state management as I think it’s quite vital for the app. But this does that I haven’t started building components yet.Should I just start building and then learn state management along the way or should I research more into state management before starting in order to avoid refactoring too much?

February 19, 2022 at 07:12PM by NicklasMF
https://ift.tt/vFwbI6K
New post on /r/flutterdev subreddit:

What is a simple way to have a popup button but with a random widget instead of menu items?
I looked into Flutter widgets and everything with [popup...] supports inside only menu items. When I click a button I want to open a popup just under (or any side of) the button and inside that popup to have any widget I want (eg a slider).I don't want an allert dialog because that is over the entire window.Thanks!

February 19, 2022 at 07:28PM by devtud
https://ift.tt/jYeHbTJ
New post on /r/flutterdev subreddit:

The largest investment bank in Latin America is now using Flutter.
BTG has 3 apps and started rewriting 2 (its main app and the home broker app) with Flutter. They use buttons (which seems simple, but the previous version didn't have color highlight when selected, now there is!), DraggableScrollableSheet, some animations (you open and it is flat, then makes a graph of your investments), full screen loading animations and material ripple in a few places.I took a few scresnhots: https://imgur.com/gallery/0VLtkzjThere is also some kind of generative color palette, apparently it is gold during the day and blue during the night, but might also be their testing.Their main goal with this change is to have the same code base (and features, even if basic ones) across their apps, which is nice.

February 19, 2022 at 09:38PM by bernaferrari
https://ift.tt/gKndFhY
New post on /r/flutterdev subreddit:

Secure flutter app
Storing Keystore keys & passwords in key.properties are safe for app release?

February 20, 2022 at 08:47AM by Ill_Leave_9550
https://ift.tt/O8AyokZ