New post on /r/flutterdev subreddit:
Anyone have a good "30 days of Flutter" list of challenges to recommend? I'm looking for challenges after doing Max's udemy course. (something similar is fine too).
The idea being to write as much code as possible.
December 06, 2021 at 01:51AM by toothless_budgie
https://ift.tt/3InvCu0
Anyone have a good "30 days of Flutter" list of challenges to recommend? I'm looking for challenges after doing Max's udemy course. (something similar is fine too).
The idea being to write as much code as possible.
December 06, 2021 at 01:51AM by toothless_budgie
https://ift.tt/3InvCu0
reddit
Anyone have a good "30 days of Flutter" list of challenges to...
The idea being to write as much code as possible.
New post on /r/flutterdev subreddit:
I've Created a Package for customizing Flutter's DropdownButton!
https://pub.dev/packages/dropdown_button2https://github.com/AhmedLSayed9/dropdown_button2Hey everyone!As you all know, you can't create exactly what you want with Flutter's DropdownButton or PopupMenuButton.That's why I've created a custom DropdownButton from current version of Flutter's DropdownButton and made it more customizable. It's easy, simple and you can have steady dropdown menu below the button "As long as it's possible" without any issues and many other features described with the package. Also, I've added the same functionality to DropdownButtonFormField2 and added a feature of using the button as a popup menu button and the ability of adding dividers after items. I've tested it very well and it works like a charm!Also, I've Added reusable custom widget with the package you can customize default DropdownButton2 widget for your entire app and use it with few lines as shown in the examples.FeaturesDropdown menu always open below the button and you can edit its position by using the offset parameter.You can control how (button, button's icon, dropdown menu and menu items) will be displayed "read Options below".You can align (hint & value) and customize them.You can edit the scrollbar's radius,thickness and isAlwaysShow.You can set max height for the dropdown menu & it'll become scrollable if there are more items.If you pass Null to dropdownMaxHeight parameter or didn't use it, the dropdown menu will take max height possible for the items and will become scrollable if there are more items.If you have long scrollable list, the dropdown menu will auto scroll to current selected item and show it at the middle of the menu if possible.Wrap DropdownButton2 with DropdownButtonHideUnderline to hide the underline.A Custom widget of the DropdownButton2 below to make it more reusable. You can customize it to your needs and use it throughout all your app easily as shown in the examples.You can add dividers as items with different height by passing dividers indexes to customItemsIndexes and the height to customItemsHeight as shown in the examples.You can use DropdownButton2 as a popup menu button by using the parameter customButton. You can pass Icon,Image or any widget and customize it as shown in the examples.You can also use DropdownButtonFormField2 the same way with all options above and use it inside Form as shown in the examples.Use decoration parameter for the DropdownButtonFormField2 to add borders, label and more.You can customize DropdownButtonFormField2 width by wrapping it with Padding or with SizedBox and give it the width you want.I hope you like it, Thank you.
December 06, 2021 at 02:48AM by AhmedLSayed9
https://ift.tt/3EvNzUS
I've Created a Package for customizing Flutter's DropdownButton!
https://pub.dev/packages/dropdown_button2https://github.com/AhmedLSayed9/dropdown_button2Hey everyone!As you all know, you can't create exactly what you want with Flutter's DropdownButton or PopupMenuButton.That's why I've created a custom DropdownButton from current version of Flutter's DropdownButton and made it more customizable. It's easy, simple and you can have steady dropdown menu below the button "As long as it's possible" without any issues and many other features described with the package. Also, I've added the same functionality to DropdownButtonFormField2 and added a feature of using the button as a popup menu button and the ability of adding dividers after items. I've tested it very well and it works like a charm!Also, I've Added reusable custom widget with the package you can customize default DropdownButton2 widget for your entire app and use it with few lines as shown in the examples.FeaturesDropdown menu always open below the button and you can edit its position by using the offset parameter.You can control how (button, button's icon, dropdown menu and menu items) will be displayed "read Options below".You can align (hint & value) and customize them.You can edit the scrollbar's radius,thickness and isAlwaysShow.You can set max height for the dropdown menu & it'll become scrollable if there are more items.If you pass Null to dropdownMaxHeight parameter or didn't use it, the dropdown menu will take max height possible for the items and will become scrollable if there are more items.If you have long scrollable list, the dropdown menu will auto scroll to current selected item and show it at the middle of the menu if possible.Wrap DropdownButton2 with DropdownButtonHideUnderline to hide the underline.A Custom widget of the DropdownButton2 below to make it more reusable. You can customize it to your needs and use it throughout all your app easily as shown in the examples.You can add dividers as items with different height by passing dividers indexes to customItemsIndexes and the height to customItemsHeight as shown in the examples.You can use DropdownButton2 as a popup menu button by using the parameter customButton. You can pass Icon,Image or any widget and customize it as shown in the examples.You can also use DropdownButtonFormField2 the same way with all options above and use it inside Form as shown in the examples.Use decoration parameter for the DropdownButtonFormField2 to add borders, label and more.You can customize DropdownButtonFormField2 width by wrapping it with Padding or with SizedBox and give it the width you want.I hope you like it, Thank you.
December 06, 2021 at 02:48AM by AhmedLSayed9
https://ift.tt/3EvNzUS
Dart packages
dropdown_button2 | Flutter package
Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs.
New post on /r/flutterdev subreddit:
Stale-While-Revalidate
Does flutter has any solution to Stale-While-Revalidate functionality? flutter_cache_manager says it uses 'Cache-control" header. Does it recognizes 'Cache-control:stale-while-revalidate' and acts accordingly? Or is there any other way of updating data in background periodically
December 06, 2021 at 03:24AM by mil10akash
https://ift.tt/3GgJl3F
Stale-While-Revalidate
Does flutter has any solution to Stale-While-Revalidate functionality? flutter_cache_manager says it uses 'Cache-control" header. Does it recognizes 'Cache-control:stale-while-revalidate' and acts accordingly? Or is there any other way of updating data in background periodically
December 06, 2021 at 03:24AM by mil10akash
https://ift.tt/3GgJl3F
reddit
Stale-While-Revalidate
Does flutter has any solution to Stale-While-Revalidate functionality? flutter\_cache\_manager says it uses 'Cache-control" header. Does it...
New post on /r/flutterdev subreddit:
Is it possible to make a PlayStation 4 (Basic 2D) with Flutter?
Have 2 games dropping on the app store and wanted to know If I could expand my audience possibly
December 06, 2021 at 08:31AM by badrapper27
https://ift.tt/3otopAk
Is it possible to make a PlayStation 4 (Basic 2D) with Flutter?
Have 2 games dropping on the app store and wanted to know If I could expand my audience possibly
December 06, 2021 at 08:31AM by badrapper27
https://ift.tt/3otopAk
reddit
Is it possible to make a PlayStation 4 (Basic 2D) with Flutter?
Have 2 games dropping on the app store and wanted to know If I could expand my audience possibly
New post on /r/flutterdev subreddit:
Flutter Tutorial: Stopwatch App with Custom UI and Animations (1 hour)
https://www.youtube.com/watch?v=9Wq2l6IBkIw
December 06, 2021 at 10:30AM by bizz84
https://ift.tt/3IzBL6v
Flutter Tutorial: Stopwatch App with Custom UI and Animations (1 hour)
https://www.youtube.com/watch?v=9Wq2l6IBkIw
December 06, 2021 at 10:30AM by bizz84
https://ift.tt/3IzBL6v
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 114 - Tutorials, videos, packages, and much more!
https://ift.tt/3pyi5Hc
December 06, 2021 at 01:58PM by vensign
https://ift.tt/335cKQf
Flutter Tap Weekly Newsletter Week 114 - Tutorials, videos, packages, and much more!
https://ift.tt/3pyi5Hc
December 06, 2021 at 01:58PM by vensign
https://ift.tt/335cKQf
Fluttertap
Newsletter Issue 114
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 114
New post on /r/flutterdev subreddit:
GitHub - watery-desert/flower_selling_app
Basic demo app called 'flower selling app' using firebase authentication, cloud firestore database also used flutter bloc to manage the state.https://github.com/watery-desert/flower_selling_app
December 06, 2021 at 01:39PM by pavel_birdy
https://ift.tt/3xWqAj2
GitHub - watery-desert/flower_selling_app
Basic demo app called 'flower selling app' using firebase authentication, cloud firestore database also used flutter bloc to manage the state.https://github.com/watery-desert/flower_selling_app
December 06, 2021 at 01:39PM by pavel_birdy
https://ift.tt/3xWqAj2
GitHub
GitHub - watery-desert/flower_selling_app: Basic e-com app using firebase backend
Basic e-com app using firebase backend. Contribute to watery-desert/flower_selling_app development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Show Hide Widgets in Flutter using Visibility Widget - FlutterBeads
https://ift.tt/3DuEPwX
December 06, 2021 at 03:53PM by pinkeshdarji
https://ift.tt/3lGxcgO
Show Hide Widgets in Flutter using Visibility Widget - FlutterBeads
https://ift.tt/3DuEPwX
December 06, 2021 at 03:53PM by pinkeshdarji
https://ift.tt/3lGxcgO
FlutterBeads
Show Hide Widgets in Flutter using Visibility Widget (2022) - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">4</span> <span class="rt-label rt-postfix">min read</span></span> Sometimes you may need to show and hide a widget in Flutter based on some…
New post on /r/flutterdev subreddit:
Are there any negative effects for declaring widget functions before the build() function?
Hey guys. I'm working on an existing Flutter project which started pretty early during Flutter's initial release so it has a bit of code that isn't "best practice".Refactoring the entire project would be a monumental task and I think the way to go with it is to work on the codes that are affected by current tasks that need to be worked on.So anyways, I noticed that a lot of the widgets created follows a pattern where you have function declarations within the build() method. I've already started removing them and creating separate widgets where necessary but I'm just wondering, are there performance drawbacks having those functions remain in the build function? (I'm asking so that I can bring it up if it does, like make it a prioritized task to do)
December 06, 2021 at 03:49PM by CourageousPuppy
https://ift.tt/3EtgMj9
Are there any negative effects for declaring widget functions before the build() function?
Hey guys. I'm working on an existing Flutter project which started pretty early during Flutter's initial release so it has a bit of code that isn't "best practice".Refactoring the entire project would be a monumental task and I think the way to go with it is to work on the codes that are affected by current tasks that need to be worked on.So anyways, I noticed that a lot of the widgets created follows a pattern where you have function declarations within the build() method. I've already started removing them and creating separate widgets where necessary but I'm just wondering, are there performance drawbacks having those functions remain in the build function? (I'm asking so that I can bring it up if it does, like make it a prioritized task to do)
December 06, 2021 at 03:49PM by CourageousPuppy
https://ift.tt/3EtgMj9
reddit
Are there any negative effects for declaring widget functions...
Hey guys. I'm working on an existing Flutter project which started pretty early during Flutter's initial release so it has a bit of code that...
New post on /r/flutterdev subreddit:
My animation app with 35k+ downloads just went Open source!
https://mooltik.app/
December 06, 2021 at 05:50PM by Futurial
https://ift.tt/3DqFUFP
My animation app with 35k+ downloads just went Open source!
https://mooltik.app/
December 06, 2021 at 05:50PM by Futurial
https://ift.tt/3DqFUFP
New tweet from FlutterDev:
🦋🔥 Learn Flutter with the Flutter Community 💙 On December 8th, we will review chapter 19 of #flutterapprentice, learn how to build a backend for your app with @Firebase Cloud Firestore, and answer your questions! Join the discussion 👉 https://t.co/IGdsb4ADJ1 https://t.co/A8Xiw00J2X— Flutter (@FlutterDev) Dec 6, 2021
December 06, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1467901656742379524
🦋🔥 Learn Flutter with the Flutter Community 💙 On December 8th, we will review chapter 19 of #flutterapprentice, learn how to build a backend for your app with @Firebase Cloud Firestore, and answer your questions! Join the discussion 👉 https://t.co/IGdsb4ADJ1 https://t.co/A8Xiw00J2X— Flutter (@FlutterDev) Dec 6, 2021
December 06, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1467901656742379524
YouTube
Firebase :: 8th Dec 2021 :: Flutter Apprentice Book Club
Chapter 19
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stackoverflow.com/tags/flutter…
Get the book https://flutter.dev/apprentice-giveaway
Community
https://www.meetup.com/pro/flutter
https://fluttercommunity.dev/joinslack
https://discord.com/invite/N7Yshp4
https://www.reddit.com/r/FlutterDev/
https://stackoverflow.com/tags/flutter…
New post on /r/flutterdev subreddit:
Beamer v1.0.0 is out! What’s new and how to migrate
https://ift.tt/3DnNwsM
December 06, 2021 at 06:21PM by slovnicki
https://ift.tt/3EwQRqD
Beamer v1.0.0 is out! What’s new and how to migrate
https://ift.tt/3DnNwsM
December 06, 2021 at 06:21PM by slovnicki
https://ift.tt/3EwQRqD
Medium
Beamer v1.0.0 is out! What’s new and how to migrate
After being on pub.dev for almost a year, tested and used by many individuals and companies, the long-awaited v1.0.0 is finally released.
New tweet from FlutterDev:
🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Dec 6, 2021
December 06, 2021 at 07:04PM
https://twitter.com/FlutterDev/status/1467917764664852484
🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Dec 6, 2021
December 06, 2021 at 07:04PM
https://twitter.com/FlutterDev/status/1467917764664852484
New tweet from FlutterDev:
C. Optional is the correct answer! 🥳— Flutter (@FlutterDev) Dec 6, 2021
December 06, 2021 at 07:05PM
https://twitter.com/FlutterDev/status/1467918125823709184
C. Optional is the correct answer! 🥳— Flutter (@FlutterDev) Dec 6, 2021
December 06, 2021 at 07:05PM
https://twitter.com/FlutterDev/status/1467918125823709184
Twitter
Flutter
C. Optional is the correct answer! 🥳
New post on /r/flutterdev subreddit:
Beamer v1.0.0 is out! What’s new and how to migrate
https://ift.tt/3GnV7cN
December 06, 2021 at 07:54PM by slovnicki
https://ift.tt/3lHncE2
Beamer v1.0.0 is out! What’s new and how to migrate
https://ift.tt/3GnV7cN
December 06, 2021 at 07:54PM by slovnicki
https://ift.tt/3lHncE2
Medium
Beamer v1.0.0 is out! What’s new and how to migrate
After being on pub.dev for almost a year, tested and used by many individuals and companies, the long-awaited v1.0.0 is finally released.
New post on /r/flutterdev subreddit:
Flutter State Stupid Best Practices Questions
https://ift.tt/3m0rdDN
December 06, 2021 at 07:47PM by fredgrott
https://ift.tt/3dmA121
Flutter State Stupid Best Practices Questions
https://ift.tt/3m0rdDN
December 06, 2021 at 07:47PM by fredgrott
https://ift.tt/3dmA121
Medium
Flutter State Stupid Best Practices Questions
I was playing around with UIs and design, and the idea came to me that I did not cover the most insane part of Flutter State Management…
New post on /r/flutterdev subreddit:
For fun, I wrote a Flutter-like framework for command line applications
For fun, I recreated a subset of Flutter to write a Minesweeper command line application. Then, I wrote an article about it. I hope, you find this somewhat useful, even if it is just a fun experiment.
December 07, 2021 at 02:30AM by eibaan
https://ift.tt/3GnGB4S
For fun, I wrote a Flutter-like framework for command line applications
For fun, I recreated a subset of Flutter to write a Minesweeper command line application. Then, I wrote an article about it. I hope, you find this somewhat useful, even if it is just a fun experiment.
December 07, 2021 at 02:30AM by eibaan
https://ift.tt/3GnGB4S
Gist
For fun, I wrote a Flutter-like framework for command line applications
For fun, I wrote a Flutter-like framework for command line applications - terminal-flutter.md
New post on /r/flutterdev subreddit:
Can we partially stream videos or can we only download them entirely?
Basically the app im building is like reels. I am able to download and cache a few videos for a smooth experience but I’d like to find a way to do partial streams. Instead of downloading the entire video (they are just up to 30 seconds each) id like to be able to stream on demand and if a user swipes away from a 15 second video and they are just 5 seconds into it then just the 5 seconds where downloaded.Can anyone recommend a solution please? I know this can be done in native iOS/ android but I’m finding it difficult in flutter.TYIA
December 07, 2021 at 04:04AM by Necessary1OK
https://ift.tt/3EvRTTP
Can we partially stream videos or can we only download them entirely?
Basically the app im building is like reels. I am able to download and cache a few videos for a smooth experience but I’d like to find a way to do partial streams. Instead of downloading the entire video (they are just up to 30 seconds each) id like to be able to stream on demand and if a user swipes away from a 15 second video and they are just 5 seconds into it then just the 5 seconds where downloaded.Can anyone recommend a solution please? I know this can be done in native iOS/ android but I’m finding it difficult in flutter.TYIA
December 07, 2021 at 04:04AM by Necessary1OK
https://ift.tt/3EvRTTP
reddit
Can we partially stream videos or can we only download them entirely?
Basically the app im building is like reels. I am able to download and cache a few videos for a smooth experience but I’d like to find a way to do...
New post on /r/flutterdev subreddit:
Step by Step Guide to pick an image from camera and gallery in Flutter
https://www.youtube.com/watch?v=CtDLEUvWF7o
December 07, 2021 at 05:04AM by Dhanraj_Flutterdev
https://ift.tt/3DHUwkx
Step by Step Guide to pick an image from camera and gallery in Flutter
https://www.youtube.com/watch?v=CtDLEUvWF7o
December 07, 2021 at 05:04AM by Dhanraj_Flutterdev
https://ift.tt/3DHUwkx
YouTube
ImagePicker Step by Step Tutorial | Flutter Tutorial 2021
SUBSCRIBE | SHARE | LIKE
learn to pick single image or multiple images from camera and gallery in flutter.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://ww…
learn to pick single image or multiple images from camera and gallery in flutter.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https://ww…
New post on /r/flutterdev subreddit:
Flutter Roadmap & Resource Guide 2021
https://ift.tt/39mM7HB
December 07, 2021 at 11:33AM by m_hamzashakeel
https://ift.tt/3y8PgoH
Flutter Roadmap & Resource Guide 2021
https://ift.tt/39mM7HB
December 07, 2021 at 11:33AM by m_hamzashakeel
https://ift.tt/3y8PgoH
Medium
🗺 Flutter Roadmap & Resource Guide — 2020
I’m always confused in having a good way to start an article. Most of the people start it with some story, some of them start in a…
New post on /r/flutterdev subreddit:
Is it safe to only debug using emulators instead of real devices?
I have an android phone and a mac mini where I can emulate the Iphone.Should I buy an Ipad to test my builds?
December 07, 2021 at 02:24PM by vinivelloso
https://ift.tt/3y3XvT9
Is it safe to only debug using emulators instead of real devices?
I have an android phone and a mac mini where I can emulate the Iphone.Should I buy an Ipad to test my builds?
December 07, 2021 at 02:24PM by vinivelloso
https://ift.tt/3y3XvT9
reddit
Is it safe to only debug using emulators instead of real devices?
I have an android phone and a mac mini where I can emulate the Iphone. Should I buy an Ipad to test my builds?