New post on /r/flutterdev subreddit:
Create Linux application with Flutter
https://ift.tt/3j7G0ew
August 23, 2021 at 10:52AM by gbozhinov
https://ift.tt/3kisVi4
Create Linux application with Flutter
https://ift.tt/3j7G0ew
August 23, 2021 at 10:52AM by gbozhinov
https://ift.tt/3kisVi4
GBozhinov
Create Linux application with Flutter
Create Linux application with Flutter. Step by step tutorial.
New post on /r/flutterdev subreddit:
Show dialog from view model (MVVM pattern with stacked package)
Hello,In an app, I use MVVM pattern with stacked package to separate the logic from the view.In the ViewModel, I make API Requests and I want to show dialog after the result of the request (mostly on request error).What's the best way to show dialog from the view model ?βThanks
August 23, 2021 at 11:42AM by fanfb
https://ift.tt/3ya7TqA
Show dialog from view model (MVVM pattern with stacked package)
Hello,In an app, I use MVVM pattern with stacked package to separate the logic from the view.In the ViewModel, I make API Requests and I want to show dialog after the result of the request (mostly on request error).What's the best way to show dialog from the view model ?βThanks
August 23, 2021 at 11:42AM by fanfb
https://ift.tt/3ya7TqA
reddit
Show dialog from view model (MVVM pattern with stacked package)
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Moor: Enhanced Offline Storage for Flutter
https://ift.tt/3B1GiKc
August 23, 2021 at 11:27AM by maria_garcia20
https://ift.tt/3kdUxF6
Moor: Enhanced Offline Storage for Flutter
https://ift.tt/3B1GiKc
August 23, 2021 at 11:27AM by maria_garcia20
https://ift.tt/3kdUxF6
Medium
Moor: Enhanced Offline Storage for Flutter
The title sums it up Entirely π
New post on /r/flutterdev subreddit:
Flutter: How to draw a task completion ring with CustomPainter
https://ift.tt/3ybg1qM
August 23, 2021 at 03:07PM by bizz84
https://ift.tt/3gpLejY
Flutter: How to draw a task completion ring with CustomPainter
https://ift.tt/3ybg1qM
August 23, 2021 at 03:07PM by bizz84
https://ift.tt/3gpLejY
Code With Andrea
Flutter: How to Draw a Task Completion Ring with CustomPainter
CustomPainter is often the way to go when we need to draw some custom shapes in Flutter. Let's see how to use it in practice.
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 99 - Tutorials, videos, packages, and much more!
https://ift.tt/3sDvqPP
August 23, 2021 at 04:13PM by vensign
https://ift.tt/3kgkAvg
Flutter Tap Weekly Newsletter Week 99 - Tutorials, videos, packages, and much more!
https://ift.tt/3sDvqPP
August 23, 2021 at 04:13PM by vensign
https://ift.tt/3kgkAvg
Fluttertap
Newsletter Issue 99
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 99
New tweet from FlutterDev:
π Take Flutter's Q3 survey! We'd love to hear from you! Everyone is welcome to participate and share their thoughts, the focus for this quarter is three key areas: π₯ Web support β¨ Various developer communities βοΈ Source code files Get started β https://t.co/z2ChWOCho5β Flutter (@FlutterDev) Aug 23, 2021
August 23, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1429835830143631361
π Take Flutter's Q3 survey! We'd love to hear from you! Everyone is welcome to participate and share their thoughts, the focus for this quarter is three key areas: π₯ Web support β¨ Various developer communities βοΈ Source code files Get started β https://t.co/z2ChWOCho5β Flutter (@FlutterDev) Aug 23, 2021
August 23, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1429835830143631361
New tweet from FlutterDev:
π‘ What can we do to better improve Flutter? Read the blog by @jayounglee_ & @marihasnany for last quarter's (Q2 2021) user survey results! See the results of 7,000 responses from Flutter devs when rating their satisfaction with parts of Flutter. Here π https://t.co/WW807xGy3rβ Flutter (@FlutterDev) Aug 23, 2021
August 23, 2021 at 06:02PM
http://twitter.com/FlutterDev/status/1429836450141335554
π‘ What can we do to better improve Flutter? Read the blog by @jayounglee_ & @marihasnany for last quarter's (Q2 2021) user survey results! See the results of 7,000 responses from Flutter devs when rating their satisfaction with parts of Flutter. Here π https://t.co/WW807xGy3rβ Flutter (@FlutterDev) Aug 23, 2021
August 23, 2021 at 06:02PM
http://twitter.com/FlutterDev/status/1429836450141335554
New post on /r/flutterdev subreddit:
Building a framework by myself dart-board.io, major new releases of many parts.
You can check it out here, I've built this myself over the past 4 months or so. It's a micro-feature framework for flutter with a couple provided state management solutions, and support to add more.dart-board.ioI've added numerous features since I last shared several months ago. E.g. Chat, Auth, Particle System, Service Locator, Redux Binding's and more. You can see the full list of add-ons here.
https://pub.dev/publishers/dart-board.io/packagesThere is also a comprehensive getting started guide here.
https://github.com/ahammer/dart_board/blob/master/GETTING_STARTED.md
August 23, 2021 at 06:53PM by HaMMeReD
https://ift.tt/3zgS96E
Building a framework by myself dart-board.io, major new releases of many parts.
You can check it out here, I've built this myself over the past 4 months or so. It's a micro-feature framework for flutter with a couple provided state management solutions, and support to add more.dart-board.ioI've added numerous features since I last shared several months ago. E.g. Chat, Auth, Particle System, Service Locator, Redux Binding's and more. You can see the full list of add-ons here.
https://pub.dev/publishers/dart-board.io/packagesThere is also a comprehensive getting started guide here.
https://github.com/ahammer/dart_board/blob/master/GETTING_STARTED.md
August 23, 2021 at 06:53PM by HaMMeReD
https://ift.tt/3zgS96E
New post on /r/flutterdev subreddit:
Managing Duplicates in List<T> in Dart
https://ift.tt/3gtsr7s
August 23, 2021 at 06:40PM by VandadNahavandipoor
https://ift.tt/3y5o4pe
Managing Duplicates in List<T> in Dart
https://ift.tt/3gtsr7s
August 23, 2021 at 06:40PM by VandadNahavandipoor
https://ift.tt/3y5o4pe
GitHub
flutter-tips-and-tricks/managing-duplicates-in-list-t-in-dart.jpg at main Β· vandadnp/flutter-tips-and-tricks
A Collection of Flutter and Dart Tips and Tricks. Contribute to vandadnp/flutter-tips-and-tricks development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How to store/save class Data Model object data in SharedPreferences
https://youtu.be/ExgP_SAseN8
August 23, 2021 at 07:08PM by rajatpalankar
https://ift.tt/3muHnGi
How to store/save class Data Model object data in SharedPreferences
https://youtu.be/ExgP_SAseN8
August 23, 2021 at 07:08PM by rajatpalankar
https://ift.tt/3muHnGi
YouTube
How to store/save class Data Model object data in SharedPreferences
Was this Tutorial helpful? Spread Motivation on me by supporting https://paypal.me/RajatPalankar
In this Flutter tutorial, We will learn how to store a data model object data in sharedPreferences in flutter.
#flutter #savedatamodel #sharedpreferences #β¦
In this Flutter tutorial, We will learn how to store a data model object data in sharedPreferences in flutter.
#flutter #savedatamodel #sharedpreferences #β¦
New post on /r/flutterdev subreddit:
Android 11 new notification appearance look
If you're phone has android 11 you noticing the new format and the appearance of notifications when the phone is received a one, and I'm using firebase messaging pluginHow can I make them show like that ?
August 23, 2021 at 09:06PM by ANDRUXUIS
https://ift.tt/3gqYCo4
Android 11 new notification appearance look
If you're phone has android 11 you noticing the new format and the appearance of notifications when the phone is received a one, and I'm using firebase messaging pluginHow can I make them show like that ?
August 23, 2021 at 09:06PM by ANDRUXUIS
https://ift.tt/3gqYCo4
reddit
Android 11 new notification appearance look
If you're phone has android 11 you noticing the new format and the appearance of notifications when the phone is received a one, and I'm using...
New post on /r/flutterdev subreddit:
Navigator 2.0 libraries
What are some good navigator 2.0 packages for flutter web (with back button and URL parsing support)?
August 24, 2021 at 01:04AM by funpolice
https://ift.tt/2XQJ3Qh
Navigator 2.0 libraries
What are some good navigator 2.0 packages for flutter web (with back button and URL parsing support)?
August 24, 2021 at 01:04AM by funpolice
https://ift.tt/2XQJ3Qh
reddit
Navigator 2.0 libraries
What are some good navigator 2.0 packages for flutter web (with back button and URL parsing support)?
New post on /r/flutterdev subreddit:
Figma or XD? Seeking guidance on best way to interface with freelance UX designers
It seems that Figma is all the rage with UX designers and there's several plugins available to directly port into Flutter. In terms of developing UX for a cross-platform app, does anyone have any guidance on the best tools and workflows that are Flutter compatible?
August 24, 2021 at 06:18AM by juberish
https://ift.tt/3sKZLMq
Figma or XD? Seeking guidance on best way to interface with freelance UX designers
It seems that Figma is all the rage with UX designers and there's several plugins available to directly port into Flutter. In terms of developing UX for a cross-platform app, does anyone have any guidance on the best tools and workflows that are Flutter compatible?
August 24, 2021 at 06:18AM by juberish
https://ift.tt/3sKZLMq
reddit
Figma or XD? Seeking guidance on best way to interface with...
It seems that Figma is all the rage with UX designers and there's several plugins available to directly port into Flutter. In terms of developing...
New post on /r/flutterdev subreddit:
Flutter Crash Course for Beginners
https://www.youtube.com/watch?v=zLhxgjHtG2E
August 24, 2021 at 07:46AM by appmakingco
https://ift.tt/3kmUmqK
Flutter Crash Course for Beginners
https://www.youtube.com/watch?v=zLhxgjHtG2E
August 24, 2021 at 07:46AM by appmakingco
https://ift.tt/3kmUmqK
YouTube
Flutter Tutorial for Beginners 2021 | Flutter Crash Course for Beginners | AppMaking
Flutter Tutorial for Beginners: In this video I have given a step by step guide to build your first app using flutter. This flutter crash course divided into 5 modules where I have given complete tutorial for building your first app as beginner.
Tutorial:β¦
Tutorial:β¦
New post on /r/flutterdev subreddit:
Time saving with Flutter vs. Native
How much time can be saved when building with Flutter for iOS and Android compared to building natively for each platform?I know that this is an abstract question, but Iβd love to hear about your experience. My project is a comparatively simple app with logging functions, some scheduling and notifications with the business logic being on the server.I know that it is faster to build with Flutter β Iβm just wondering how much faster.
August 24, 2021 at 11:58AM by linogru
https://ift.tt/3B4PZYk
Time saving with Flutter vs. Native
How much time can be saved when building with Flutter for iOS and Android compared to building natively for each platform?I know that this is an abstract question, but Iβd love to hear about your experience. My project is a comparatively simple app with logging functions, some scheduling and notifications with the business logic being on the server.I know that it is faster to build with Flutter β Iβm just wondering how much faster.
August 24, 2021 at 11:58AM by linogru
https://ift.tt/3B4PZYk
reddit
Time saving with Flutter vs. Native
How much time can be saved when building with Flutter for iOS and Android compared to building natively for each platform? I know that this is...
New post on /r/flutterdev subreddit:
How to create countdown timer app in flutter
https://youtube.com/watch?v=gQFRwAvShJc&feature=share
August 24, 2021 at 11:46AM by PennyPainter
https://ift.tt/2WmXR8T
How to create countdown timer app in flutter
https://youtube.com/watch?v=gQFRwAvShJc&feature=share
August 24, 2021 at 11:46AM by PennyPainter
https://ift.tt/2WmXR8T
YouTube
Flutter Countdown Timer Application Tutorial
In this video I will show how to create flutter countdown application. this countdown app will have option pick countdown from interface, play notification sound after countdown is completed. it also displays countdown progress animation.
β Starter Project:β¦
β Starter Project:β¦
New post on /r/flutterdev subreddit:
Flutter routing packages research report is out
https://ift.tt/3grZPf5
August 24, 2021 at 12:47PM by marsNemophilist
https://ift.tt/3jeVQUZ
Flutter routing packages research report is out
https://ift.tt/3grZPf5
August 24, 2021 at 12:47PM by marsNemophilist
https://ift.tt/3jeVQUZ
GitHub
Questions or comments for the routing packages research report Β· Discussion #71 Β· flutter/uxr
We have finally finished our research on routing packages and made our report available for everyone to download. Please take a look and use this thread to post any questions or comments you might ...
New post on /r/flutterdev subreddit:
Is it possible to track how many users downloaded my package from pub.dev?
Hey guys, do you know if there is a possibility to track how many people downloaded my package or viewed my page on pub.dev? Thanks a lot! :)
August 24, 2021 at 01:42PM by TenLu09
https://ift.tt/3jdYMB4
Is it possible to track how many users downloaded my package from pub.dev?
Hey guys, do you know if there is a possibility to track how many people downloaded my package or viewed my page on pub.dev? Thanks a lot! :)
August 24, 2021 at 01:42PM by TenLu09
https://ift.tt/3jdYMB4
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
Toggle Switch with Three Function in Flutter
https://www.youtube.com/watch?v=4Q_o-aEWbbk
August 24, 2021 at 01:40PM by Dhanraj_Flutterdev
https://ift.tt/3sJ1lOK
Toggle Switch with Three Function in Flutter
https://www.youtube.com/watch?v=4Q_o-aEWbbk
August 24, 2021 at 01:40PM by Dhanraj_Flutterdev
https://ift.tt/3sJ1lOK
YouTube
Flutter Toggle Switch With Three Functions in Single Switch | Flutter Tutorials
Custom Switch button with attractive animation, made to allow you to customize colors, icons and other cosmetic content.
#flutter #flutterdev
Package link: https://pub.dev/packages/lite_rolling_switch
DO
LIKE
SHARE
SUBSCRIBE
Source Code:
Become Patreon:β¦
#flutter #flutterdev
Package link: https://pub.dev/packages/lite_rolling_switch
DO
LIKE
SHARE
SUBSCRIBE
Source Code:
Become Patreon:β¦
New post on /r/flutterdev subreddit:
I have some time and am willing to help promote your saas or mobile app for free.
If you're struggling to promote your Sass or mobile app. I would be glad to help. No charge. No fluff.I can talk to your potential users on Reddit, Quora, and Facebook. Maybe even send some cold emails to try and direct potential users to your website or to download your app.Just looking to give back and build my network as well.I don't have unlimited time, so this will obviously be on a first-come-first-serve basis.Cheers!!
August 24, 2021 at 01:16PM by Grandmaster787
https://ift.tt/3sG5ov2
I have some time and am willing to help promote your saas or mobile app for free.
If you're struggling to promote your Sass or mobile app. I would be glad to help. No charge. No fluff.I can talk to your potential users on Reddit, Quora, and Facebook. Maybe even send some cold emails to try and direct potential users to your website or to download your app.Just looking to give back and build my network as well.I don't have unlimited time, so this will obviously be on a first-come-first-serve basis.Cheers!!
August 24, 2021 at 01:16PM by Grandmaster787
https://ift.tt/3sG5ov2
reddit
I have some time and am willing to help promote your saas or...
If you're struggling to promote your Sass or mobile app. I would be glad to help. No charge. No fluff. I can talk to your potential users on...
New post on /r/flutterdev subreddit:
Let's learn about Dart endsWith method on String!
https://ift.tt/3sFemZG
August 24, 2021 at 02:52PM by mukhtharcm
https://ift.tt/3jiQwjv
Let's learn about Dart endsWith method on String!
https://ift.tt/3sFemZG
August 24, 2021 at 02:52PM by mukhtharcm
https://ift.tt/3jiQwjv
Mukhtharcm
The Dart String Endswith method
All about dart endsWith method on String.