Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

App Feedback Thread - February 18, 2022
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

February 18, 2022 at 03:00PM by AutoModerator
https://ift.tt/YWbvFGk
New post on /r/flutterdev subreddit:

Getting into Flutter from C# / Xamarin?
Hi, just wondering if there's a good direction to follow to try and become a Flutter developer?I'm currently a fullstack c# developer and I've been playing about with Xamarin in my spare time but it seems really wordy and slow to create apps so I've directed towards Flutter, which was recommended by a friend. I've had a look at a number of Udemy courses and youtube videos but just after some general direction of good home projects to add to my portfolio.

February 18, 2022 at 02:31PM by NeilLikesNoodles
https://ift.tt/qekFnd5
New post on /r/flutterdev subreddit:

State restoration in Flutter
Hey everyone. There are not a lot of tutorials out there about state restoration in Flutter so I thought I'd write one and share it with you. I hope it's useful!https://medium.com/@luccascorrea/state-restoration-in-flutter-b6030b95a4d4

February 18, 2022 at 03:31PM by luccascorrea
https://ift.tt/D7MePwU
New post on /r/flutterdev subreddit:

Flutter web or other
Hi! I am developing a saas and wany to have mobile app and web app thats look same or atleast have dame functionalities but the problem that i am encountering is web part, I don't know I'd flutter web would be a good choice as it is loads very slow compared to react or other web frameworks. Anyone that could give me advice regarding my problem is highly appreciated. Thanks in advance

February 18, 2022 at 04:38PM by djinsane07
https://ift.tt/DyY4VKl
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