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

Flutter state management with Riverpod (with a complex example)
https://ift.tt/3FaFSD5

January 09, 2022 at 12:58PM by iisprey
https://ift.tt/3r308kJ
New post on /r/flutterdev subreddit:

Onboarding Screen in Flutter
https://ift.tt/33gq6ZO

January 09, 2022 at 12:54PM by SncOne_
https://ift.tt/3FaVuX9
New post on /r/flutterdev subreddit:

Flutter Web Navigation2.0
https://github.com/Pushkar952/Flutter_Web_Navigation2.0
Hello everyone!!! I created a demo project explaining web routing with navigation2.0 . Do check out and give a star if it helps you. Happy to help out with any questions around.
#Flutter

January 09, 2022 at 02:11PM by Exotic_Ad_9526
https://ift.tt/3zCCWhj
New post on /r/flutterdev subreddit:

Can Flutter/Dart replace JavaScript and React? If no, then Why
Can Flutter/Dart replace JavaScript and React? If no, then Why

January 09, 2022 at 05:07PM by Logical_Clothes_1089
https://ift.tt/3f8DBxo
New post on /r/flutterdev subreddit:

.gitignore for Flutter projects
Hello, Flutter developers! I created a gitignore for flutter projects to cover an area that is commonly used, and this contains 861 lines. So if you find a mistake, please let me know..gitignore for Flutter projects

January 09, 2022 at 05:21PM by dileepabandara
https://ift.tt/3f7FAlO
New post on /r/flutterdev subreddit:

How much time does it take for a complete beginner to write a simple clock app?
I know nothing about flutter/dart and want to make a clock app implementing a novel work/rest management system. It would have two buttons and a settings menu that could change two variables. How much time will it take, assuming I don't care about actually learning the language and just want to get the app made?

January 09, 2022 at 06:46PM by DaveRubinsLeftNut
https://ift.tt/3JWTlSe
New post on /r/flutterdev subreddit:

Flutter Failed To Solve the Biggest Challenge for Our Cross-Platform App
https://ift.tt/3n6WoxK

January 09, 2022 at 09:46PM by donutloop
https://ift.tt/3JV4FhL
New post on /r/flutterdev subreddit:

Preview your Flutter app on Multiple devices
https://ift.tt/3qcqTny

January 10, 2022 at 02:40AM by rrtutors
https://ift.tt/3GdMFNo
New post on /r/flutterdev subreddit:

Flutter Valorant Guide App
Valorant Guide app is a small demo application to demonstrate Flutter application tech-stacks with a MobX and Provider. I don't have design file so just tried to do what I see. It's still under development and open for PR.Github : https://github.com/durannumit/valorant-guide

January 10, 2022 at 08:41AM by flutterist
https://ift.tt/3F55hhm
New post on /r/flutterdev subreddit:

Question: Are pub.dev packages and plugins free to use in a production app?
I've looked everywhere but I can't seem to find an answer. Help is greatly appreciated.

January 10, 2022 at 09:42AM by KongPjaek
https://ift.tt/3f5n3X1
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 117 - Tutorials, videos, packages, and much more!
https://ift.tt/3thUH4f

January 10, 2022 at 03:08PM by vensign
https://ift.tt/3FbASy2
New post on /r/flutterdev subreddit:

Which Framework is Best For Hybrid App Development in 2022?
Every Hybrid app development framework has its own merits and demerits.View Poll

January 10, 2022 at 04:49PM by nikunjshingalaa
https://ift.tt/3r0B51X
New post on /r/flutterdev subreddit:

Firebase and other options
Thats not really flutter related but anyway.What backend solutions do you use for your personal projects? Im using dotnet core hosted on azure app service or kubernetes at work and I like it a lot but for personal projects it feels like its little bit to much of a cost to run it without to know when I will release the app and if it will get any users.I started with firebase some 2 years ago. At first glance everything seems easy but if you want to support windows (REST or dartfire) its almost useless unless your app is super simple because if missing features and a lot of reads.I would prefer a scaleable solution with my own service and database but thats probably always expensive or are there other solutions or hosting options? I took look at supabase thats not what Im exactly searching for but its looks pretty good if they finish the cloud functions feature.

January 11, 2022 at 04:59AM by KaiN_SC
https://ift.tt/3r5iWjr
New post on /r/flutterdev subreddit:

Has anyone tried to implement MoveNet pose estimation model in a flutter app?
I know there are projects out there that utilize pose net as an pose estimation model, but I'm just curious if anyone has managed to do it with MoveNet instead.

January 11, 2022 at 06:39AM by SeldomRains
https://ift.tt/34DWXZs
New post on /r/flutterdev subreddit:

I have written a pub to do the flipping effect.
flip_widgetIt is easy to use, like this:```dart FlipWidget( key: _flipKey, // The widget you want to flip. child: Container( color: Colors.blue, child: Center( child: Text("hello"), ), ), ) ... // Show flipping effect _flipKey.currentState?.startFlip();// Update // percent is the position for flipping at the bottom // tilt is the a of y=a*x _flipKey.currentState?.flip(percent, tilt); // Dismiss the effect layer and show original widget _flipKey.currentState?.stopFlip(); ```

January 11, 2022 at 11:10AM by gsioteam
https://ift.tt/3zNEqpa
New post on /r/flutterdev subreddit:

Flutter Challenges: Challenge 02
https://ift.tt/3FhxoK6

January 11, 2022 at 10:51AM by __RGgt__
https://ift.tt/3GhqMNk