New post on /r/flutterdev subreddit:
Complete Flutter Installation & Setup Tutorial on macOS
https://youtube.com/watch?v=-v-IJaaXLo4
August 22, 2021 at 09:46PM by backslashflutter
https://ift.tt/2XMXKUu
Complete Flutter Installation & Setup Tutorial on macOS
https://youtube.com/watch?v=-v-IJaaXLo4
August 22, 2021 at 09:46PM by backslashflutter
https://ift.tt/2XMXKUu
YouTube
Complete Flutter Installation & Setup Tutorial For App Development on MacOS (Latest)
Here is a complete flutter installation & setup tutorial for app development on macOS
Installing flutter on MacOS for app development is actually pretty straightforward.
📗 In this video, we will be installing flutter, git, visual studio code, and android…
Installing flutter on MacOS for app development is actually pretty straightforward.
📗 In this video, we will be installing flutter, git, visual studio code, and android…
New post on /r/flutterdev subreddit:
Does splitting app code in a lot of files affect the app size?
Imagine this two scenarios:- 1 5 thousands line of code in 20 files- 1 5 thousands line of code (The same code as above) in 100 filesIs there going to be a difference in the app size?
August 23, 2021 at 12:10AM by dvdSport
https://ift.tt/3gjAJPp
Does splitting app code in a lot of files affect the app size?
Imagine this two scenarios:- 1 5 thousands line of code in 20 files- 1 5 thousands line of code (The same code as above) in 100 filesIs there going to be a difference in the app size?
August 23, 2021 at 12:10AM by dvdSport
https://ift.tt/3gjAJPp
reddit
Does splitting app code in a lot of files affect the app size?
Imagine this two scenarios: \- 1 5 thousands line of code in 20 files \- 1 5 thousands line of code (The same code as above) in 100 files Is...
New post on /r/flutterdev subreddit:
Do you comment your code?
Was wondering if anyone here comments their code?I haven't noticed many people commenting their flutter code, although I haven't been learning for that long. Flutter does seem pretty intuitive to read combined with the fact that widgets can be split into separate files and the like.
August 22, 2021 at 11:23PM by BIue_scholar
https://ift.tt/3D9uIOX
Do you comment your code?
Was wondering if anyone here comments their code?I haven't noticed many people commenting their flutter code, although I haven't been learning for that long. Flutter does seem pretty intuitive to read combined with the fact that widgets can be split into separate files and the like.
August 22, 2021 at 11:23PM by BIue_scholar
https://ift.tt/3D9uIOX
reddit
Do you comment your code?
Was wondering if anyone here comments their code? I haven't noticed many people commenting their flutter code, although I haven't been learning...
New post on /r/flutterdev subreddit:
Flutter Drawer Tutorial with 5 Examples - AppMaking.co
https://ift.tt/3jasKWs
August 23, 2021 at 06:09AM by appmakingco
https://ift.tt/383P6ma
Flutter Drawer Tutorial with 5 Examples - AppMaking.co
https://ift.tt/3jasKWs
August 23, 2021 at 06:09AM by appmakingco
https://ift.tt/383P6ma
AppMaking
AppMaking.com - Learn Flutter in 30 Days - Beginners to Advanced
Do you want to build apps using flutter? Our flutter course will help you to learn flutter beginners to advanced level. Signup Now for free!
New post on /r/flutterdev subreddit:
Flutter Version Management with Leo Farias - Flutter 101 Podcast
Listen to the episode here, or search for "Flutter 101" in your favorite podcast app.The Flutter 101 Podcast is available on Google Podcasts, Apple Podcasts, Spotify, and more.Leo Farias is the creator of the popular FVM open-source tool. He is the CEO and co-founder of Concepta Inc and CTO and co-founder of FanHero.FVM stands for Flutter Version Management. FVM is a simple CLI tool to manage different versions of the Flutter SDK: "FVM helps with the need for consistent app builds by allowing to reference Flutter SDK version used on a per-project basis. It also allows you to have multiple Flutter versions installed to quickly validate and test upcoming Flutter releases with your apps, without waiting for Flutter installation every time."In my opinion, FVM is an essential tool for every Flutter developer. It facilitates switching Flutter versions quickly, as well as pinning the Flutter version that should be used for a project which is especially helpful when working on teams. We talked about what motivated Leo to build FVM, FVM's functionalities, and the differences between the various installation options for FVM.Leo also worked on Sidekick, a beautiful desktop app (of course written in Flutter) for managing Flutter versions (you can think of it as a graphical user interface over FVM's core functionalities), explore releases, view popular packages, and more. Sidekick is available on Mac, Windows, and Linux.At the end of the podcast, we talked about what is next for Leo and what else is he working on.
August 23, 2021 at 07:49AM by serial_dev
https://ift.tt/3D86BAc
Flutter Version Management with Leo Farias - Flutter 101 Podcast
Listen to the episode here, or search for "Flutter 101" in your favorite podcast app.The Flutter 101 Podcast is available on Google Podcasts, Apple Podcasts, Spotify, and more.Leo Farias is the creator of the popular FVM open-source tool. He is the CEO and co-founder of Concepta Inc and CTO and co-founder of FanHero.FVM stands for Flutter Version Management. FVM is a simple CLI tool to manage different versions of the Flutter SDK: "FVM helps with the need for consistent app builds by allowing to reference Flutter SDK version used on a per-project basis. It also allows you to have multiple Flutter versions installed to quickly validate and test upcoming Flutter releases with your apps, without waiting for Flutter installation every time."In my opinion, FVM is an essential tool for every Flutter developer. It facilitates switching Flutter versions quickly, as well as pinning the Flutter version that should be used for a project which is especially helpful when working on teams. We talked about what motivated Leo to build FVM, FVM's functionalities, and the differences between the various installation options for FVM.Leo also worked on Sidekick, a beautiful desktop app (of course written in Flutter) for managing Flutter versions (you can think of it as a graphical user interface over FVM's core functionalities), explore releases, view popular packages, and more. Sidekick is available on Mac, Windows, and Linux.At the end of the podcast, we talked about what is next for Leo and what else is he working on.
August 23, 2021 at 07:49AM by serial_dev
https://ift.tt/3D86BAc
Flutter 101 Podcast
Leo Farias is the creator of FVM. FVM stands for Flutter Version Management, and it's an essential tool in every Flutter developer's toolbelt. We also talked about Sidekick, a desktop app written in Flutter to enhance the Flutter dev experience and it is…
New post on /r/flutterdev subreddit:
Dependent Dropdown (Parent/Child) - Flutter Snippet Series - EP 03
https://youtu.be/M-upBkywr58
August 23, 2021 at 07:40AM by K_SNIPPET
https://ift.tt/2Wh6pgW
Dependent Dropdown (Parent/Child) - Flutter Snippet Series - EP 03
https://youtu.be/M-upBkywr58
August 23, 2021 at 07:40AM by K_SNIPPET
https://ift.tt/2Wh6pgW
YouTube
Dependent Dropdown (Parent/Child) - Flutter Snippet Series - EP 03
In this video we will learn how to create Dependent Dropdown (Parent/Child) in Flutter Application.
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils
🤝Stay Connected…
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils
🤝Stay Connected…
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...