New post on /r/flutterdev subreddit:
π±Tinder Style Card Swipe β’ Flutter Tutorial β‘
https://youtu.be/MwG7INyr1DE
February 03, 2022 at 04:58AM by Heisenlife
https://ift.tt/sCvPqwH2f
π±Tinder Style Card Swipe β’ Flutter Tutorial β‘
https://youtu.be/MwG7INyr1DE
February 03, 2022 at 04:58AM by Heisenlife
https://ift.tt/sCvPqwH2f
YouTube
π±Tinder Style Card Swipe β’ Flutter Tutorial β‘
π₯·π½ Follow me β’ https://twitter.com/createdbykoko/ https://instagram.com/createdbykoko/ https://www.tiktok.com/@createdbykoko/ https://www.patreon.com/mitchkoko/
π Flutter Beginner Course β’ https://youtu.be/HQ_ytw58tC4
π Book a Call β’ https://mitchkoko.guβ¦
π Flutter Beginner Course β’ https://youtu.be/HQ_ytw58tC4
π Book a Call β’ https://mitchkoko.guβ¦
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:
February 03, 2022 at 04:32AM by luckeyelijah
https://ift.tt/Ip4qtPvU3
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
Dart packages
gator | Dart package
Generate MaterialColor shades and tints from primary colors hex values for easy setup.
New post on /r/flutterdev subreddit:
Flutter Mobile Apps - How to use GridPaper in Flutter Mobile Apps
https://youtube.com/watch?v=GvpCsm-JiPc&feature=share
February 03, 2022 at 09:05AM by osppro
https://ift.tt/BATZ8eqFk
Flutter Mobile Apps - How to use GridPaper in Flutter Mobile Apps
https://youtube.com/watch?v=GvpCsm-JiPc&feature=share
February 03, 2022 at 09:05AM by osppro
https://ift.tt/BATZ8eqFk
YouTube
Flutter Mobile Apps - How to use GridPaper in Flutter Mobile Apps
#flutterapps #fluttermobileapps #flutter #gridpaper
Please subscribe for more videos.
Flutter Mobile Apps - How to use GridPaper in Flutter Mobile Apps
gridlines, such as whiteboards, notebooks. In mobile applications, software, and websites relatedβ¦
Please subscribe for more videos.
Flutter Mobile Apps - How to use GridPaper in Flutter Mobile Apps
gridlines, such as whiteboards, notebooks. In mobile applications, software, and websites relatedβ¦
New post on /r/flutterdev subreddit:
Animated Floating Action Menu
https://youtu.be/ubxCc586zpg
February 03, 2022 at 09:43AM by prateeksharma1712
https://ift.tt/6zVwrAOZ9
Animated Floating Action Menu
https://youtu.be/ubxCc586zpg
February 03, 2022 at 09:43AM by prateeksharma1712
https://ift.tt/6zVwrAOZ9
YouTube
Animated Floating Action Menu | Explained | Flutter SDK
#Flutter #FlutterSDK #ActionMenu #Staggered #Gradient
Hey whatsup! Welcome back to my channel Techie Blossom. You are watching another video on animation in a mobile app using Flutter SDK. Believe me, this video will teach you tricks which you can utilizeβ¦
Hey whatsup! Welcome back to my channel Techie Blossom. You are watching another video on animation in a mobile app using Flutter SDK. Believe me, this video will teach you tricks which you can utilizeβ¦
New post on /r/flutterdev subreddit:
Covid Tracker with Flutter using MVVM Architecture!
https://ift.tt/jb483SVzO
February 03, 2022 at 09:40AM by peterhddcoding
https://ift.tt/fG24wbX8l
Covid Tracker with Flutter using MVVM Architecture!
https://ift.tt/jb483SVzO
February 03, 2022 at 09:40AM by peterhddcoding
https://ift.tt/fG24wbX8l
GitHub
GitHub - PeterHdd/covid_tracker: Covid Tracker app using Flutter
Covid Tracker app using Flutter. Contribute to PeterHdd/covid_tracker development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Mobile Apps - How to use Columns with Percentage Widths in Flut...
https://youtube.com/watch?v=aGHdLHQH9OA&feature=share
February 03, 2022 at 10:37AM by osppro
https://ift.tt/4AYNUtRKi
Flutter Mobile Apps - How to use Columns with Percentage Widths in Flut...
https://youtube.com/watch?v=aGHdLHQH9OA&feature=share
February 03, 2022 at 10:37AM by osppro
https://ift.tt/4AYNUtRKi
YouTube
Flutter Mobile Apps - How to use Columns with Percentage Widths in Flutter Mobile Apps
#fluttermobileapps #mobileapps #flutterapps #androidapps
Columns with Percentage Widths
Please subscribe for more videos
Flutter Mobile Apps - How to use Columns with Percentage Widths in Flutter Mobile Apps
check out our website for more videos..
https://osppro.comβ¦
Columns with Percentage Widths
Please subscribe for more videos
Flutter Mobile Apps - How to use Columns with Percentage Widths in Flutter Mobile Apps
check out our website for more videos..
https://osppro.comβ¦
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
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
adapty.io
Tutorial: how to implement in-app purchases into a flutter app
In-app purchases for Flutter apps with the help of Adapty.
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
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
reddit
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 ,...
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
π 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
FlutterVikings
FlutterVikings, The biggest Flutter Conference in Nordic
FlutterVikings is the biggest Flutter Conference in Nordic and a single track Flutter/Dart conference with talks by internationally renowned speakers and rising stars in the Flutter/Dart community
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
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
Reddit
r/FlutterDev on Reddit: Flutter Bloc
Posted by u/Mundane_Advice4157 - No votes and 1 comment
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
Push Notifications with Firebase on Flutter
https://ift.tt/m3S0swlvP
February 03, 2022 at 03:13PM by SncOne_
https://ift.tt/3tBn6agIc
Medium
Push Notifications with Firebase on Flutter
Firebase Cloud Messaging on Flutter
New post on /r/flutterdev subreddit:
Flutter Drag & Drop Native, Split View & Co. - 03 - PUB.DEV RELEASES
https://youtube.com/watch?v=Rl0H561tkrI&feature=share
February 03, 2022 at 03:24PM by syntacops
https://ift.tt/u1CKRZBab
Flutter Drag & Drop Native, Split View & Co. - 03 - PUB.DEV RELEASES
https://youtube.com/watch?v=Rl0H561tkrI&feature=share
February 03, 2022 at 03:24PM by syntacops
https://ift.tt/u1CKRZBab
YouTube
Flutter Drag & Drop Native, Split View & Co. - 03 - PUB.DEV RELEASES
π© PUB.DEV RELEASES via EMAIL? Subscribe now at http://follow.syntacops.com/
π¬ FULL PLAYLIST at http://releases.syntacops.com/
π PREVIOUS EPISODE: https://www.youtube.com/watch?v=SjRJUJK756w
Week 03 brings a native drag and drop solution for Flutter andβ¦
π¬ FULL PLAYLIST at http://releases.syntacops.com/
π PREVIOUS EPISODE: https://www.youtube.com/watch?v=SjRJUJK756w
Week 03 brings a native drag and drop solution for Flutter andβ¦
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
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
reddit
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...
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
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
reddit
Why do some companies prefer iOS and Android specific development...
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...
New post on /r/flutterdev subreddit:
How to implement in-app purchases into a flutter app
https://ift.tt/WoMTG9Lzp
February 03, 2022 at 07:08PM by Adapty
https://ift.tt/5mTrucMtR
How to implement in-app purchases into a flutter app
https://ift.tt/WoMTG9Lzp
February 03, 2022 at 07:08PM by Adapty
https://ift.tt/5mTrucMtR
Adapty Tech Inc.
Flutter In-App Purchases Tutorial: Implementation and Examples
Learn how to add in-app purchases into a Flutter app with our comprehensive guide. Get started today and start monetizing your Flutter app with in-app purchases!
New post on /r/flutterdev subreddit:
Flutter Update: Windows
https://youtube.com/watch?v=g-0B_Vfc9qM&feature=share
February 03, 2022 at 07:08PM by Pixelreddit
https://ift.tt/1JpAfF4Iv
Flutter Update: Windows
https://youtube.com/watch?v=g-0B_Vfc9qM&feature=share
February 03, 2022 at 07:08PM by Pixelreddit
https://ift.tt/1JpAfF4Iv
YouTube
Flutter Update: Windows
Announcing Flutter support for Windows!
With Flutter 2.10, you can now build Windows apps using Flutter. With a single codebase, you can build high-quality Windows apps that also run on mobile and web.
Read the blog β https://goo.gle/3HpR3cS
Flutterβ¦
With Flutter 2.10, you can now build Windows apps using Flutter. With a single codebase, you can build high-quality Windows apps that also run on mobile and web.
Read the blog β https://goo.gle/3HpR3cS
Flutterβ¦
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
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
reddit
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...
New tweet from FlutterDev:
π΄ Aaand we're LIVE π΄ Windows devs, catch the latest Flutter Update for exciting news about Flutter support! Watch now π https://t.co/sEnTUKC3ST https://t.co/2Y9lqiU7Ufβ Flutter (@FlutterDev) Feb 3, 2022
February 03, 2022 at 07:02PM
https://twitter.com/FlutterDev/status/1489298192130719744
π΄ Aaand we're LIVE π΄ Windows devs, catch the latest Flutter Update for exciting news about Flutter support! Watch now π https://t.co/sEnTUKC3ST https://t.co/2Y9lqiU7Ufβ Flutter (@FlutterDev) Feb 3, 2022
February 03, 2022 at 07:02PM
https://twitter.com/FlutterDev/status/1489298192130719744
YouTube
Flutter Update: Windows
Announcing Flutter support for Windows!
With Flutter 2.10, you can now build Windows apps using Flutter. With a single codebase, you can build high-quality Windows apps that also run on mobile and web.
Read the blog β https://goo.gle/3HpR3cS
Flutterβ¦
With Flutter 2.10, you can now build Windows apps using Flutter. With a single codebase, you can build high-quality Windows apps that also run on mobile and web.
Read the blog β https://goo.gle/3HpR3cS
Flutterβ¦
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
ππ₯³ 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
@FaisalAbid πππβ Flutter (@FlutterDev) Feb 3, 2022
February 03, 2022 at 07:34PM
https://twitter.com/FlutterDev/status/1489306343827595264
Twitter
Flutter
@FaisalAbid πππ
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
Announcing Flutter for Windows
https://ift.tt/oZHeDL0nN
February 03, 2022 at 07:45PM by qualverse
https://ift.tt/eVuKk732T
Medium
Announcing Flutter for Windows
Build high-quality Windows apps that also run on mobile and web