New post on /r/flutterdev subreddit:
#30DaysOfFlutter Video Series
I'm not sure if I'm actually capable of recording and releasing 30 videos in 30 days but I will do my best!Day 01 - Build Your First Flutter App - https://youtu.be/rR3mxe6qcmwDay 02 - Tip Calculator - https://youtu.be/Dif19S_p5fkDay 03 - Easy Read App - https://youtu.be/0HS6agFlgTYDay 04 - Flash Card App - https://youtu.be/Dcq8lDc796YDay 05 - Show A Website - https://youtu.be/_SmR4lrA3WgDay 06 - ??Day 07 - ??Day 08 - ??Day 09 - ??Day 10 - ??Day 11 - ??Day 12 - ??Day 13 - ??Day 14 - ??Day 15 - ??Day 16 - ??Day 17 - ??Day 18 - ??Day 19 - ??Day 20 - ??Day 21 - ??Day 22 - ??Day 23 - ??Day 24 - ??Day 25 - ??Day 26 - ??Day 27 - ??Day 28 - ??Day 29 - ??Day 30 - ??
February 06, 2021 at 08:52AM by Kilo_Loco
https://ift.tt/3tvLByD
#30DaysOfFlutter Video Series
I'm not sure if I'm actually capable of recording and releasing 30 videos in 30 days but I will do my best!Day 01 - Build Your First Flutter App - https://youtu.be/rR3mxe6qcmwDay 02 - Tip Calculator - https://youtu.be/Dif19S_p5fkDay 03 - Easy Read App - https://youtu.be/0HS6agFlgTYDay 04 - Flash Card App - https://youtu.be/Dcq8lDc796YDay 05 - Show A Website - https://youtu.be/_SmR4lrA3WgDay 06 - ??Day 07 - ??Day 08 - ??Day 09 - ??Day 10 - ??Day 11 - ??Day 12 - ??Day 13 - ??Day 14 - ??Day 15 - ??Day 16 - ??Day 17 - ??Day 18 - ??Day 19 - ??Day 20 - ??Day 21 - ??Day 22 - ??Day 23 - ??Day 24 - ??Day 25 - ??Day 26 - ??Day 27 - ??Day 28 - ??Day 29 - ??Day 30 - ??
February 06, 2021 at 08:52AM by Kilo_Loco
https://ift.tt/3tvLByD
YouTube
Build Your First Flutter App | Day 01 - #30DaysOfFlutter
Kilo Loco kicks off #30DaysOfFlutter with a tutorial covering how to build your first Flutter app. By the end of this tutorial, you will have a better understanding of how Dart and Flutter work together as well as a functional app that helps you pick a restaurant…
New post on /r/flutterdev subreddit:
Will the contents of #30DaysOfFlutter be available after the event is over?
I really enjoyed the first week of the event and I'm finding it pretty helpful, but I will be having a tight schedule for the rest of the month and I was wondering whether we'll still have access to the streams, codelabs, and other content after the 30 days are over. Any idea about that?
February 06, 2021 at 01:54PM by waroudi
https://ift.tt/3cNh6OH
Will the contents of #30DaysOfFlutter be available after the event is over?
I really enjoyed the first week of the event and I'm finding it pretty helpful, but I will be having a tight schedule for the rest of the month and I was wondering whether we'll still have access to the streams, codelabs, and other content after the 30 days are over. Any idea about that?
February 06, 2021 at 01:54PM by waroudi
https://ift.tt/3cNh6OH
New post on /r/flutterdev subreddit:
UML Coolness in Flutter
https://ift.tt/3jnPxg9
February 06, 2021 at 01:46PM by fredgrott
https://ift.tt/2Lq2c5D
UML Coolness in Flutter
https://ift.tt/3jnPxg9
February 06, 2021 at 01:46PM by fredgrott
https://ift.tt/2Lq2c5D
Medium
UML Coolness In Flutter
Part of the little details of dev-ops is getting an UML diagram generated for your Flutter project. UML diagrams aid developers in…
New post on /r/flutterdev subreddit:
Riverpod Simplified
https://youtu.be/8qzip8tVmqU
February 06, 2021 at 03:11PM by immacoder
https://ift.tt/3cTbGlr
Riverpod Simplified
https://youtu.be/8qzip8tVmqU
February 06, 2021 at 03:11PM by immacoder
https://ift.tt/3cTbGlr
YouTube
Riverpod Simplified | Easy State Management
Riverpod State Management has a lot of features. In this video we break it down to the simplest parts, with which you can achieve all your state management goals.
I Built a Site to Learn Flutter: https://hungrimind.com
Link To Code: https://github.com…
I Built a Site to Learn Flutter: https://hungrimind.com
Link To Code: https://github.com…
New post on /r/flutterdev subreddit:
GoogleNavBar Reborn 🔥 I have absolutely no idea how and why I spent years searching for solutions, and open source it just for refining the minor animations till it looks 100% exactly like the dribbble one, flutter is awesome ❤️
https://ift.tt/3q89ude
February 06, 2021 at 02:57PM by sooxiaotong
https://ift.tt/3oU9VXr
GoogleNavBar Reborn 🔥 I have absolutely no idea how and why I spent years searching for solutions, and open source it just for refining the minor animations till it looks 100% exactly like the dribbble one, flutter is awesome ❤️
https://ift.tt/3q89ude
February 06, 2021 at 02:57PM by sooxiaotong
https://ift.tt/3oU9VXr
New post on /r/flutterdev subreddit:
How to trigger controller using Provider as state management?
So I switching from Android Native to develop flutter and I saw Provide is a good start for State management. So far it works great with the data that use it in build method, but when it come to controlling the controller I have no idea how to make that work.For example: I have a
February 06, 2021 at 04:50PM by potato_package
https://ift.tt/39T9PuF
How to trigger controller using Provider as state management?
So I switching from Android Native to develop flutter and I saw Provide is a good start for State management. So far it works great with the data that use it in build method, but when it come to controlling the controller I have no idea how to make that work.For example: I have a
PageView
widget that required PageController
, then I press button to get remote data for validation. If the validation success I should move to next page. Also I try to implement MVVM pattern so I don't want to pass the PageController
into ViewModel itself. How am I going to achieve this without passing the PageController
in the ViewModel?February 06, 2021 at 04:50PM by potato_package
https://ift.tt/39T9PuF
New post on /r/flutterdev subreddit:
Is Flutter Web the only one with # in the url?
I was getting my tax stuff together the other day, and went online to get my military retirement 1099 and noticed that the old website was gone, and a nice new one had taken it's place. Then I looked at the url: mypay.dfas.mil/#/ it looked kind of fluttery without the trick to remove the #Do other web tools do that?
February 06, 2021 at 05:30PM by jrheisler
https://ift.tt/3rzuYQV
Is Flutter Web the only one with # in the url?
I was getting my tax stuff together the other day, and went online to get my military retirement 1099 and noticed that the old website was gone, and a nice new one had taken it's place. Then I looked at the url: mypay.dfas.mil/#/ it looked kind of fluttery without the trick to remove the #Do other web tools do that?
February 06, 2021 at 05:30PM by jrheisler
https://ift.tt/3rzuYQV
mypay.dfas.mil
DFAS myPay | Online Account Management for DFAS Payroll Services
Official website for Defense Finance and Accounting Service (DFAS) myPay Online Account Management for DFAS Payroll Services
New tweet from FlutterDev:
✨ Week 2 content is out! ✨
👨‍💻 The participants of #30DaysOfFlutter are busy learning and building with #Flutter. Get ready for the third livestream we have lined up on February 10th at 9am PST!
Join here 👉 https://t.co/1U1fjtXxOs pic.twitter.com/qoZcvNbamg— Flutter (@FlutterDev) February 6, 2021
February 06, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1358098129552310272
✨ Week 2 content is out! ✨
👨‍💻 The participants of #30DaysOfFlutter are busy learning and building with #Flutter. Get ready for the third livestream we have lined up on February 10th at 9am PST!
Join here 👉 https://t.co/1U1fjtXxOs pic.twitter.com/qoZcvNbamg— Flutter (@FlutterDev) February 6, 2021
February 06, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1358098129552310272
Twitter
#30daysofflutter hashtag on Twitter
38m ago @FlutterDev tweeted: "👏 Last days of #30DaysOfFlutter!
We ho.." - read what others are saying and join the conversation.
We ho.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Switch Lists In Flutter (An Efficient Solution)
https://youtu.be/r6qMZckSf4M
February 06, 2021 at 07:04PM by jaycoding
https://ift.tt/3jp3MBc
Switch Lists In Flutter (An Efficient Solution)
https://youtu.be/r6qMZckSf4M
February 06, 2021 at 07:04PM by jaycoding
https://ift.tt/3jp3MBc
New post on Flutter Dev Google group:
How to use Sticky Header library for horizontal scroll
Hey, I am looking to create a horizontal sticky header list view. I tried https://ift.tt/3gqTz59 but its only allowing to create vertical sticky headers. Any help is much appreciated. Thanks in advance.
February 06, 2021 at 08:06PM by Sandeep Khore
https://ift.tt/3aEVK3d
How to use Sticky Header library for horizontal scroll
Hey, I am looking to create a horizontal sticky header list view. I tried https://ift.tt/3gqTz59 but its only allowing to create vertical sticky headers. Any help is much appreciated. Thanks in advance.
February 06, 2021 at 08:06PM by Sandeep Khore
https://ift.tt/3aEVK3d
GitHub
GitHub - fluttercommunity/flutter_sticky_headers: Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable…
Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot - GitHub -...
New post on /r/flutterdev subreddit:
Applied Algorithms - (01) - Undo/Redo in a Flutter app
https://youtu.be/O6U9lZJqdeo
February 06, 2021 at 09:11PM by indy900000
https://ift.tt/2O8DxDz
Applied Algorithms - (01) - Undo/Redo in a Flutter app
https://youtu.be/O6U9lZJqdeo
February 06, 2021 at 09:11PM by indy900000
https://ift.tt/2O8DxDz
YouTube
Applied Algorithms - (01) - Undo/Redo
Applied Algorithms is a series of videos where I create a small algorithm to use in an app. Algorithms are not just for coding interviews, they are useful in actual programming :) When we go from the application to the algorithm, there is a good chance we…
New post on /r/flutterdev subreddit:
A flutter food app: Behance inspired
I recently saw a behance design and attempted it while learning some #flutter concepts. I ended up adding some features along the way. This is still my on-going project to a full-stack food delivery app with flutter and #aqueduct . Hope it will inspire someone. Your support is appreciatedProject available on github: https://github.com/DonnC/food_app
February 06, 2021 at 09:48PM by don9ld
https://ift.tt/3jmot0Q
A flutter food app: Behance inspired
I recently saw a behance design and attempted it while learning some #flutter concepts. I ended up adding some features along the way. This is still my on-going project to a full-stack food delivery app with flutter and #aqueduct . Hope it will inspire someone. Your support is appreciatedProject available on github: https://github.com/DonnC/food_app
February 06, 2021 at 09:48PM by don9ld
https://ift.tt/3jmot0Q
GitHub
GitHub - DonnC/food_app: a full-stack flutter food mobile app with flutter, momentum state-management and aqueduct server
a full-stack flutter food mobile app with flutter, momentum state-management and aqueduct server - GitHub - DonnC/food_app: a full-stack flutter food mobile app with flutter, momentum state-manage...
New post on /r/flutterdev subreddit:
Today I discovered a great flutter equivalent to storybookjs that uses annotations and code generation
Today I discovered framy which is a simple equivalent of storybookjs that's used for component/widget storyboarding. The best part about it is that it uses annotations and code generation and is very easy to use.Just wanted to give some appreciation to the developers! I hope it stays active 🙏
February 06, 2021 at 10:58PM by MMAAmer
https://ift.tt/3tA8UHl
Today I discovered a great flutter equivalent to storybookjs that uses annotations and code generation
Today I discovered framy which is a simple equivalent of storybookjs that's used for component/widget storyboarding. The best part about it is that it uses annotations and code generation and is very easy to use.Just wanted to give some appreciation to the developers! I hope it stays active 🙏
February 06, 2021 at 10:58PM by MMAAmer
https://ift.tt/3tA8UHl
GitHub
GitHub - Fidev-io/framy: A convenient code generator for app styleguide, gallery, wireframes and/or storyboard.
A convenient code generator for app styleguide, gallery, wireframes and/or storyboard. - GitHub - Fidev-io/framy: A convenient code generator for app styleguide, gallery, wireframes and/or storyboard.
New post on Flutter Dev Google group:
Flutter build web showing blank on deployment
Hi, been doing several apps with Flutter web. I usually deploy to my server the files generated after running Flutter build web, so I can access the app from anywhere/any device. However I created a new app, and while it does run fine using Chrome during debug, when I try to deploy it to my
February 06, 2021 at 11:18PM by Jaime Saad
https://ift.tt/3cP5SJl
Flutter build web showing blank on deployment
Hi, been doing several apps with Flutter web. I usually deploy to my server the files generated after running Flutter build web, so I can access the app from anywhere/any device. However I created a new app, and while it does run fine using Chrome during debug, when I try to deploy it to my
February 06, 2021 at 11:18PM by Jaime Saad
https://ift.tt/3cP5SJl
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Slider - Deep Dive (Johannes Milke)
https://www.youtube.com/watch?v=vuw818gAlF8
February 06, 2021 at 11:50PM by JohannesMilke
https://ift.tt/3oWTyZW
Flutter Tutorial - Slider - Deep Dive (Johannes Milke)
https://www.youtube.com/watch?v=vuw818gAlF8
February 06, 2021 at 11:50PM by JohannesMilke
https://ift.tt/3oWTyZW
YouTube
Flutter Tutorial - Slider
Create a Flutter Slider as a horizontal or vertical Slider with different colors, shapes, and with custom labels.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
New post on /r/flutterdev subreddit:
10 Listview Examples In Flutter
https://ift.tt/39Trdzt
February 06, 2021 at 11:32PM by rrtutors
https://ift.tt/2O8Uvlf
10 Listview Examples In Flutter
https://ift.tt/39Trdzt
February 06, 2021 at 11:32PM by rrtutors
https://ift.tt/2O8Uvlf
Rrtutors
10 Listview Examples In Flutter |RRTutors
Flutter Listivew Examples. Create differnt listivew exampls like expanadable, Expansion, Search Listivew, Stack Listview, Horizontal Listview.
New post on /r/flutterdev subreddit:
[UX for Devs - How to choose the the right idea to start the process of creating a successful application]
https://ift.tt/3js2bKU
February 06, 2021 at 11:20PM by Gbett
https://ift.tt/3rtCa0D
[UX for Devs - How to choose the the right idea to start the process of creating a successful application]
https://ift.tt/3js2bKU
February 06, 2021 at 11:20PM by Gbett
https://ift.tt/3rtCa0D
Medium
How to choose the right idea for a successful application
How to get started in the process of creating an application
New post on Flutter Dev Google group:
hey there have anyone know how can i build scrollable tabs like uber eats
that's example for uber eats https://www.youtube.com/watch?v=LrOR5QOCHBI&feature=youtu.be
February 07, 2021 at 05:48AM by Light Life
https://ift.tt/3cKAGuZ
hey there have anyone know how can i build scrollable tabs like uber eats
that's example for uber eats https://www.youtube.com/watch?v=LrOR5QOCHBI&feature=youtu.be
February 07, 2021 at 05:48AM by Light Life
https://ift.tt/3cKAGuZ
YouTube
UI Study Series | Menu | Uber Eats
Uber Eats menu opens with a prominent background image and a hovering card with helpful information. As you begin to scroll the card collapses into a fixed n...
New post on /r/flutterdev subreddit:
[Desktop]USB support for Flutter Desktop
I've been working on USB support for Flutter Desktop and manage to extract a Dart wrapper for libusb: https://github.com/woodemi/libusb.dartHope it is useful for you. Contributions are welcome :)If possible, I would extract another federated Flutter package based on the wrapper, which is similar to https://github.com/woodemi/quick_blue
February 07, 2021 at 06:23AM by sunbreakwang
https://ift.tt/39XVIEK
[Desktop]USB support for Flutter Desktop
I've been working on USB support for Flutter Desktop and manage to extract a Dart wrapper for libusb: https://github.com/woodemi/libusb.dartHope it is useful for you. Contributions are welcome :)If possible, I would extract another federated Flutter package based on the wrapper, which is similar to https://github.com/woodemi/quick_blue
February 07, 2021 at 06:23AM by sunbreakwang
https://ift.tt/39XVIEK
GitHub
GitHub - woodemi/libusb.dart: Dart wrapper via dart:ffi for https://github.com/libusb/libusb
Dart wrapper via dart:ffi for https://github.com/libusb/libusb - GitHub - woodemi/libusb.dart: Dart wrapper via dart:ffi for https://github.com/libusb/libusb
New post on Flutter Dev Google group:
Flutter: Android: How can i make unremovable local notification toolbar with some action button on it as shown in screenshot
[image: Screenshot_20210207-112406_One_UI_Home[1].jpg] i am seeking for an easy implementation and if it is possible without any extra package then it would be more helpfull
February 07, 2021 at 07:21AM by Anil Shrivastav
https://ift.tt/2MYBIZs
Flutter: Android: How can i make unremovable local notification toolbar with some action button on it as shown in screenshot
[image: Screenshot_20210207-112406_One_UI_Home[1].jpg] i am seeking for an easy implementation and if it is possible without any extra package then it would be more helpfull
February 07, 2021 at 07:21AM by Anil Shrivastav
https://ift.tt/2MYBIZs
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.