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

I created a CLI for generating your materials colors
I created a command called gator for generating your MaterialColor palettes. All it takes is a simple setup in your pubspec.yaml and executing gator -o path/to/generated.dart. This is identical to how flutter creates their own Colors.Example:
gator: class: MyColors colors: royalBlue: '0xff062091' grey: '#d6d6d6' rebeccaPurple: '663399' 
Generates:
class MyColors { MyColors._(); static const int _royalBluePrimaryValue = 0xff062091; static const royalBlue = MaterialColor( _royalBluePrimaryValue, <int, Color>{ 050: Color(0xff122b97), 100: Color(0xff1f369c), 200: Color(0xff384da7), 300: Color(0xff5163b2), 400: Color(0xff6a79bd), 500: Color(_royalBluePrimaryValue), 600: Color(0xff041357), 700: Color(0xff041666), 800: Color(0xff051a74), 900: Color(0xff051d83), }, ); ... } 


February 03, 2022 at 04:32AM by luckeyelijah
https://ift.tt/Ip4qtPvU3
New post on /r/flutterdev subreddit:

How to implement in-app purchases into a flutter app
We have written a tutorial on how to implement in-app purchases in a flutter app, I think it will be relevant for many ๐Ÿ˜‰ ๐Ÿ‘‰๐Ÿผ https://go.adapty.io/flutter

February 03, 2022 at 12:00PM by Adapty
https://ift.tt/WjDG7UnSi
New post on /r/flutterdev subreddit:

How to restart a Flutter App inside the Engine ?
I need to restart my app inside the Flutter engine right from it's initial stage when openedโ€‹I searched some libraries and SO answers , but they restarting the whole APP from OS level , but I need just some thing like Hot Reload , but in production ?How to attain this ?Note: I need all platform salutation including Web and desktop ?And using only stateless widgets

February 03, 2022 at 11:18AM by RageshAntony
https://ift.tt/vewQ90xTP
New tweet from FlutterDev:

๐Ÿ’™ Today's an exciting day! Make sure you don't miss Day 2 of Flutter Vikings. A huge thank you to @FlutterVikings for adding the Flutter team announcement party to the schedule ๐ŸŽŠ Flutter Vikings Day 2 ๐Ÿ‘‰ https://t.co/01VEobT3Ax Flutter Update ๐Ÿ‘‡ https://t.co/ZAv4UU8dFKโ€” Flutter (@FlutterDev) Feb 3, 2022

February 03, 2022 at 01:30PM
https://twitter.com/FlutterDev/status/1489214588763750406
New post on /r/flutterdev subreddit:

Flutter Bloc
Hello All,Can someone please share open source app or any article written on Bloc < preferabely v7+> or using Bloc? I am currently working on app and find whole implementation difficult!It will be very helpful if counter app if excluded as most of online articles focus on it.

February 03, 2022 at 01:47PM by Mundane_Advice4157
https://ift.tt/Vteio0DC4
New post on /r/flutterdev subreddit:

Push Notifications with Firebase on Flutter
https://ift.tt/m3S0swlvP

February 03, 2022 at 03:13PM by SncOne_
https://ift.tt/3tBn6agIc
New post on /r/flutterdev subreddit:

How to run app faster on physical device?
Hi, I am having Pentium G4560 with 4gigs of RAM. I have been developing a shop app since 1 month and it used to be run fast when it was just a simple app but now as it got huge it takes like 10minutes or more to run in debug mode.. I am kinda very much depressed because I worked hard for this app now i don't wanna leave from this app development. Help me..it taking atleast 10mins everytime i tap on "Run with debugging".

February 03, 2022 at 05:09PM by Direct-Guide-9435
https://ift.tt/AnCD21poa
New post on /r/flutterdev subreddit:

Why do some companies prefer iOS and Android specific development to cross platform?
Title. This recently came to me when I was applying to a job and decided to look at their app and reviews. Many of the complaints where that the iOS version UI looked better but Android had less issues. The company also has to have two development teams specific to each software. Just wondering if anyone has experience with companies who do this and what the reasoning behind it was.

February 03, 2022 at 05:43PM by 4bangbrz
https://ift.tt/EzGBWviA5
New post on /r/flutterdev subreddit:

Let's discuss Providers and Routes
We all know providers are scoped, if we insert a provider inside a route, then other routes will not be able to access that provider. In short, we have to put a provider above the root navigator (i.e., MaterialApp) to access it from two different routes.The problem is I don't want to put the provider above the root navigator and I also don't want to use nested navigators just to access the providers in two different routes. How do you guys approach this problem? I want to know how other people in the community are tackling this problem.

February 03, 2022 at 06:47PM by just-a-guy-1996
https://ift.tt/o7tJVSj2X
New tweet from FlutterDev:

๐Ÿ’™๐Ÿฅณ Announcing Flutter for Windows Our latest release includes stable support for Windows as an app target. Now, you can build high-quality Windows apps that also run on mobile and web. Read the blog ๐Ÿ‘‡ https://t.co/2vsUtt7XAfโ€” Flutter (@FlutterDev) Feb 3, 2022

February 03, 2022 at 07:20PM
https://twitter.com/FlutterDev/status/1489302894515945473
New tweet from FlutterDev:

@FaisalAbid ๐Ÿš€๐Ÿš€๐Ÿš€โ€” Flutter (@FlutterDev) Feb 3, 2022

February 03, 2022 at 07:34PM
https://twitter.com/FlutterDev/status/1489306343827595264
New post on /r/flutterdev subreddit:

Announcing Flutter for Windows
https://ift.tt/oZHeDL0nN

February 03, 2022 at 07:45PM by qualverse
https://ift.tt/eVuKk732T
New post on /r/flutterdev subreddit:

Now that stable Flutter windows is here, where is a flutter IDE made with flutter?
Would seriously love to see a flutter IDE(or a generic IDE) made with flutter.

February 03, 2022 at 07:22PM by mannprerak
https://ift.tt/TDWAkCEj2