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

I Made an Habits Tracker
Hello devs!I've been working on an habits tracker and now it's ready to use!
The idea is to make something that look similar to the GitHub contribution board, to check how good you are with your habits.This is a open source project and it's available both on Play Store and App Store.
Check it here: https://github.com/GiacomoPignoni/habits_diaryI would love to hear your feedback!
Thank you!

April 20, 2021 at 10:29AM by Pigna1
https://ift.tt/3gnJ850
New post on Flutter Dev Google group:

Flutter iOS runner problem -PhaseScriptExecution failed with a nonzero exit code
hi I try to build my app with runner for iOS I get this error message Command PhaseScriptExecution failed with a nonzero exit code if I build the app without images and plugins the builder have no problems if I make the same and load a plugin in the pubspec.yaml the runner don’t build the

April 20, 2021 at 03:37PM by Marc Grünebaum
https://ift.tt/3v6bIMo
New post on /r/flutterdev subreddit:

BLoC for abstracting bluetooth package in flutter
I am trying to abstract the flutter_blue package to use in my app, so I hope anyone could help me with this , so I am using bloc pattern , i am trying to use it with my bloc pattern​

April 20, 2021 at 06:53PM by AhmedLight
https://ift.tt/3n1hjRu
New post on /r/flutterdev subreddit:

What if I do not await a function?
Hi Everyone!​In my app some Firebase analytics event are lost. I find that I am not use await. For example instead of doing like in example:await widget.analytics.setCurrentScreen(https://pub.dev/packages/firebase_analytics/example​I am instead just do widget.analytics.setCurrentScreen(​Is important to await this type of call?​Thanks for help!

April 20, 2021 at 07:40PM by Flutter_Dev
https://ift.tt/3x56oed
New post on /r/flutterdev subreddit:

Flutter web the new react ?
Do you think that flutter web since it is no longer in beta will become an sdk / framework that will "compete" with frameworks known as react or angular?

April 20, 2021 at 08:31PM by snowy-27
https://ift.tt/3efp16E
New post on /r/flutterdev subreddit:

Do all Flutter Apps look similar?
I'm considering using Flutter for a personal project, but I'm getting major Bootstrap vibes. I can see the benefit of having quick access to pre-built styled components. but worry that I will be disappointed with the overall look.

April 20, 2021 at 11:03PM by johnnyashes
https://ift.tt/3n3sysu
New post on /r/flutterdev subreddit:

print first monday of every week of current month Flutter/Dart
I have a calendar in my Flutter App and I need to print a list of the weeks in the current month. But rather than starting on the 1st day of each month, it needs to start with the first Monday of the month (e.g. 05 April 2021 as the first Monday of April 2021). Then I need to print out the following weeks in that month, again starting from Monday. This includes the days of the next month that the final week of the current month follows on from (e.g. 26 April 2021 - 02 May 2021). It should print like this:​05 Apr - 11 Apr,12 Apr - 18 Apr,19 Apr - 25 Apr,26 Apr - 02 May,​https://stackoverflow.com/questions/67183678/print-first-monday-of-every-week-of-current-month-flutter-dart

April 20, 2021 at 10:48PM by ScrabbleKnight
https://ift.tt/3eebADQ
New post on /r/flutterdev subreddit:

My first plugin: nakama_flutter
Dart client for Nakama server.Nakama is an open-source server designed to power modern games and apps. Features include user accounts, chat, social, matchmaker, realtime multiplayer, and much more.This is the repository: https://github.com/Allan-Nava/nakama-flutter

April 20, 2021 at 10:35PM by allan_nava
https://ift.tt/3n5JezD