New post on /r/flutterdev subreddit:
Hi! I created an app for daily affirmations & reminders, completely with Flutter, hope you guys can check it out and please let me know any feedback! Available for iOS & Android!
https://ift.tt/3en2V2S
July 15, 2021 at 04:40PM by InfamousRSX
https://ift.tt/2UdrvMI
Hi! I created an app for daily affirmations & reminders, completely with Flutter, hope you guys can check it out and please let me know any feedback! Available for iOS & Android!
https://ift.tt/3en2V2S
July 15, 2021 at 04:40PM by InfamousRSX
https://ift.tt/2UdrvMI
Believeaffirmations
Believe - Affirmations & Reminders
New post on /r/flutterdev subreddit:
Flutter Channels to follow?
Just started flutter a week or two ago. What are some of the best youtube channels to follow to where can I find some great resources to get a strong grip on flutter?
July 15, 2021 at 04:26PM by Seraphen009
https://ift.tt/2TaEuOE
Flutter Channels to follow?
Just started flutter a week or two ago. What are some of the best youtube channels to follow to where can I find some great resources to get a strong grip on flutter?
July 15, 2021 at 04:26PM by Seraphen009
https://ift.tt/2TaEuOE
reddit
Flutter Channels to follow?
Just started flutter a week or two ago. What are some of the best youtube channels to follow to where can I find some great resources to get a...
New post on Flutter Dev Google group:
How to do this ?
I want to trigger a notification when a user enters a* place of a specific type*. places of specific type means (saloon, restaurants, hospital, etc) these all are types of places. Requirments - I want the system to *work offline*. (like if the user dosn't have mobile data & user enters
July 15, 2021 at 05:52PM by Umer Farooq
https://ift.tt/3ibXo01
How to do this ?
I want to trigger a notification when a user enters a* place of a specific type*. places of specific type means (saloon, restaurants, hospital, etc) these all are types of places. Requirments - I want the system to *work offline*. (like if the user dosn't have mobile data & user enters
July 15, 2021 at 05:52PM by Umer Farooq
https://ift.tt/3ibXo01
New post on /r/flutterdev subreddit:
Optimize Your App By Applying These Top 5 Flutter and Dart Best Practices.
https://ift.tt/2UesAnw
July 15, 2021 at 07:09PM by alexisgilburt
https://ift.tt/3eq31Xk
Optimize Your App By Applying These Top 5 Flutter and Dart Best Practices.
https://ift.tt/2UesAnw
July 15, 2021 at 07:09PM by alexisgilburt
https://ift.tt/3eq31Xk
Medium
Optimize Your App By Applying These Top 5 Flutter and Dart Best Practices.
Top Optimizing strategies with Flutter and Dart.
New tweet from FlutterDev:
Track the phone's 🚀 movement with package:sensors_plus This #PackageoftheWeek gives you access to two sensors, the accelerometer and gyroscope, so you can tell if the user’s device is tilting, moving, falling, & more. Watch 👉 https://t.co/xSThfY8Y1S https://t.co/hOZKDNwtOn— Flutter (@FlutterDev) Jul 15, 2021
July 15, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1415725447497797636
Track the phone's 🚀 movement with package:sensors_plus This #PackageoftheWeek gives you access to two sensors, the accelerometer and gyroscope, so you can tell if the user’s device is tilting, moving, falling, & more. Watch 👉 https://t.co/xSThfY8Y1S https://t.co/hOZKDNwtOn— Flutter (@FlutterDev) Jul 15, 2021
July 15, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1415725447497797636
YouTube
sensors_plus (Flutter Package of the Week)
Learn more about → https://goo.gle/pub-dev-sensors_plus
package:sensors_plus allows you to access a phone's sensors so you can tell if a user’s device is tilting, moving, falling, and more. Learn how to access the accelerometer and the gyroscope to create…
package:sensors_plus allows you to access a phone's sensors so you can tell if a user’s device is tilting, moving, falling, and more. Learn how to access the accelerometer and the gyroscope to create…
New post on /r/flutterdev subreddit:
What are some good open source Flutter projects that can be used to learn?
In Android, there are some projects on GitHub like Android Sunflower that help illustrate Android development best practices, code organization, use of some widely known libraries, etc. Can you recommend some open source projects like that on Flutter that I can use as an example to learn Flutter? Or maybe just a big open source project that is generic enough that I can learn a lot from it?
July 15, 2021 at 09:09PM by ait1997
https://ift.tt/3emqUPN
What are some good open source Flutter projects that can be used to learn?
In Android, there are some projects on GitHub like Android Sunflower that help illustrate Android development best practices, code organization, use of some widely known libraries, etc. Can you recommend some open source projects like that on Flutter that I can use as an example to learn Flutter? Or maybe just a big open source project that is generic enough that I can learn a lot from it?
July 15, 2021 at 09:09PM by ait1997
https://ift.tt/3emqUPN
reddit
What are some good open source Flutter projects that can be used...
In Android, there are some projects on GitHub like Android Sunflower that help illustrate Android development best practices, code organization,...
New post on /r/flutterdev subreddit:
For which use case would one use ChangeNotifier instead of Streams
New to Flutter/Dev and while learning about Provider I came across ChangeNotifier, and from the look of things it seems to implement the observer/subscriber pattern that one can easily get with streams. It also feels a bit more awkward compared to streams.Question is: For which use case would one use ChangeNotifier instead of Streams ?
July 15, 2021 at 09:21PM by finlaydotweber
https://ift.tt/3hJeh3c
For which use case would one use ChangeNotifier instead of Streams
New to Flutter/Dev and while learning about Provider I came across ChangeNotifier, and from the look of things it seems to implement the observer/subscriber pattern that one can easily get with streams. It also feels a bit more awkward compared to streams.Question is: For which use case would one use ChangeNotifier instead of Streams ?
July 15, 2021 at 09:21PM by finlaydotweber
https://ift.tt/3hJeh3c
reddit
For which use case would one use ChangeNotifier instead of Streams
New to Flutter/Dev and while learning about Provider I came across ChangeNotifier, and from the look of things it seems to implement the...
New post on /r/flutterdev subreddit:
Can we disable some packages for some platforms in flutter?
Hi, I wanted to start this by letting the use case of this here.Let's say I want to add a video player to my app so I added the package provided by the flutter team for android. But my app is not only for android but for desktop too, so I have to add another package such as vlc video player which supports desktop.But the problem is when I build my app then it also came bundled with vlc played, but I didn't wanted that on android as I have handled it with video player library.So I wanted to ask is there any way to exclude some packages for some platforms?Also I want to clarify that this doesn't qualifies for r/FlutterHelp as I don't want help related to my code or a particular package but the framework itself.
July 15, 2021 at 11:01PM by Adventurous_Author32
https://ift.tt/2TdWHuJ
Can we disable some packages for some platforms in flutter?
Hi, I wanted to start this by letting the use case of this here.Let's say I want to add a video player to my app so I added the package provided by the flutter team for android. But my app is not only for android but for desktop too, so I have to add another package such as vlc video player which supports desktop.But the problem is when I build my app then it also came bundled with vlc played, but I didn't wanted that on android as I have handled it with video player library.So I wanted to ask is there any way to exclude some packages for some platforms?Also I want to clarify that this doesn't qualifies for r/FlutterHelp as I don't want help related to my code or a particular package but the framework itself.
July 15, 2021 at 11:01PM by Adventurous_Author32
https://ift.tt/2TdWHuJ
reddit
Can we disable some packages for some platforms in flutter?
Hi, I wanted to start this by letting the use case of this here. Let's say I want to add a video player to my app so I added the package provided...
New post on /r/flutterdev subreddit:
Flutter backend
Hello everyone, I've been learning flutter for a while now and I've recently started learning about HTTP get and post, etc. But I just found out that I have to learn something like Javascript with nodejs and MongoDb to create our backend and then connect with it using HTTP or dio etc. So I wanted to ask is it necessary to learn these backends? or we can use firebase. But what if a client requires a custom backend? Should I just learn flutter with firebase and then when I am good enough to create apps then I can go on with learning to create my own backend. I want to know what you guys think about this. Thank you
July 15, 2021 at 10:10PM by opinvader
https://ift.tt/3ihJDNh
Flutter backend
Hello everyone, I've been learning flutter for a while now and I've recently started learning about HTTP get and post, etc. But I just found out that I have to learn something like Javascript with nodejs and MongoDb to create our backend and then connect with it using HTTP or dio etc. So I wanted to ask is it necessary to learn these backends? or we can use firebase. But what if a client requires a custom backend? Should I just learn flutter with firebase and then when I am good enough to create apps then I can go on with learning to create my own backend. I want to know what you guys think about this. Thank you
July 15, 2021 at 10:10PM by opinvader
https://ift.tt/3ihJDNh
reddit
Flutter backend
Hello everyone, I've been learning flutter for a while now and I've recently started learning about HTTP get and post, etc. But I just found out...
New post on /r/flutterdev subreddit:
5 Flutter Carousel Slider Examples For Beginners - Carousel with Indicator added.
https://ift.tt/3eoO6N3
July 16, 2021 at 04:15AM by athira_reddy
https://ift.tt/2TfRSRN
5 Flutter Carousel Slider Examples For Beginners - Carousel with Indicator added.
https://ift.tt/3eoO6N3
July 16, 2021 at 04:15AM by athira_reddy
https://ift.tt/2TfRSRN
New post on /r/flutterdev subreddit:
[Podcast] Flying High with Flutter 14: Master Your Flutter App
https://youtu.be/eWSUeDR5Z-c
July 16, 2021 at 06:58AM by plangora
https://ift.tt/3ep6wxb
[Podcast] Flying High with Flutter 14: Master Your Flutter App
https://youtu.be/eWSUeDR5Z-c
July 16, 2021 at 06:58AM by plangora
https://ift.tt/3ep6wxb
YouTube
Master your Flutter app - Flying High with Flutter #15
Hi everyone! We had a great time with Steve Young. In this episode, Steve gave us tips on how to make your Flutter app outshine among competitors, and we found them useful indeed. Watch the video now and share it with your friends!
Credits:
🎙️ Host: Allen…
Credits:
🎙️ Host: Allen…
New post on /r/flutterdev subreddit:
How to optimize inserting large amounts of data in SQLite - use batch operations
https://twitter.com/Kubenqpl/status/1415944296826474497
July 16, 2021 at 10:02AM by kubenqpl
https://ift.tt/3klzL89
How to optimize inserting large amounts of data in SQLite - use batch operations
https://twitter.com/Kubenqpl/status/1415944296826474497
July 16, 2021 at 10:02AM by kubenqpl
https://ift.tt/3klzL89
Twitter
Kuba Neukirch
While inserting huge amounts of data into your SQLite database in flutter, remember to use `batch` to optimize greatly your data processing times. In `floor` it is done for you when inserting list of elements. Which SQLite library do you use? #flutter #flutterdev…
New post on /r/flutterdev subreddit:
Learn Flutter Animations in 8 Minutes + Free Gallery App on GitHub
https://ift.tt/3imToKu
July 16, 2021 at 10:53AM by bizz84
https://ift.tt/3rc39PA
Learn Flutter Animations in 8 Minutes + Free Gallery App on GitHub
https://ift.tt/3imToKu
July 16, 2021 at 10:53AM by bizz84
https://ift.tt/3rc39PA
Code With Andrea
Learn Flutter Animations by Example + Free Gallery App on GitHub
Learn how to use the most common Flutter animation APIs with examples and a free gallery app on GitHub.
New post on /r/flutterdev subreddit:
Building Game with Flutter #8: Fly-over-the-map Code Walkthrough
https://www.youtube.com/watch?v=LPLLWRgIGTU
July 16, 2021 at 01:02PM by gladimdim
https://ift.tt/3km9ruB
Building Game with Flutter #8: Fly-over-the-map Code Walkthrough
https://www.youtube.com/watch?v=LPLLWRgIGTU
July 16, 2021 at 01:02PM by gladimdim
https://ift.tt/3km9ruB
YouTube
Building Game with Flutter #8: Fly-over-the-map Code Walkthrough
In this video I will show you how I coded the 'fly over the map' feature visible in the main menu. I will use AnimationController mapped to TransformationController in order to do Matrix4 transformations and ask InteractiveViewer to move the viewport.
The…
The…
New post on /r/flutterdev subreddit:
App Feedback Thread - July 16, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
July 16, 2021 at 03:00PM by AutoModerator
https://ift.tt/3iy1xfd
App Feedback Thread - July 16, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
July 16, 2021 at 03:00PM by AutoModerator
https://ift.tt/3iy1xfd
reddit
App Feedback Thread - July 16, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
I made a refreshed update of my most popular video last year, FLAPPY BIRD! Free source code as well :D
https://youtu.be/kM9gz7Q9rE4
July 16, 2021 at 02:16PM by Heisenlife
https://ift.tt/3komons
I made a refreshed update of my most popular video last year, FLAPPY BIRD! Free source code as well :D
https://youtu.be/kM9gz7Q9rE4
July 16, 2021 at 02:16PM by Heisenlife
https://ift.tt/3komons
YouTube
FLAPPY BIRD • Flutter Game from Scratch
🔥📱 My Habit Tracker: https://ritualz.app
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
💳📱 My Expense Tracker: https://dollatracker.app
🥷🏽 FOLLOW ME
Patreon: https://www.patreon.com/mitchkoko/
Instagram: https://instagram.com/createdbykoko/
Twitter: https://twitter.com/createdbykoko/
TikTok: https:/…
New post on /r/flutterdev subreddit:
Fluttering Over the Air: Codepush for Flutter
https://ift.tt/3BafUhX
July 16, 2021 at 03:18PM by chgibb
https://ift.tt/3rhb6TK
Fluttering Over the Air: Codepush for Flutter
https://ift.tt/3BafUhX
July 16, 2021 at 03:18PM by chgibb
https://ift.tt/3rhb6TK
New post on /r/flutterdev subreddit:
Dart Keywords Explained
https://youtube.com/watch?v=3IyIb9z2iUs&feature=share
July 16, 2021 at 04:50PM by faizollah
https://ift.tt/3krw0he
Dart Keywords Explained
https://youtube.com/watch?v=3IyIb9z2iUs&feature=share
July 16, 2021 at 04:50PM by faizollah
https://ift.tt/3krw0he
YouTube
Dart Keywords Explained
This video explains dart keywords. It goes over all the keywords available in dart with examples. They are presented in 6 groups.
00:00 Start
00:38 Keywords related to functions (function, required, return, void)
04:50 Keywords related to asynchronous…
00:00 Start
00:38 Keywords related to functions (function, required, return, void)
04:50 Keywords related to asynchronous…
New post on /r/flutterdev subreddit:
Flutter Application Development Guide [2021]
https://ift.tt/3hLPueI
July 16, 2021 at 04:43PM by auxano_ags
https://ift.tt/3xYndYp
Flutter Application Development Guide [2021]
https://ift.tt/3hLPueI
July 16, 2021 at 04:43PM by auxano_ags
https://ift.tt/3xYndYp
Auxano Global Services
Flutter Application Development Guide [2023]
Want to know What is Flutter App development & How much does it Cost to Develop Flutter App? your search ends here. AGS is one of the Best Flutter Application Development company that offers high-quality Flutter Mobile App Development Services. Here you find…
New post on /r/flutterdev subreddit:
Stream on Twitter: Today we are releasing version 2 of our #Flutter SDK to the stable channel on https://t.co/bE76rzHOk5 🎉
https://twitter.com/getstream_io/status/1416062828268728322?s=21
July 16, 2021 at 05:55PM by GroovinChip
https://ift.tt/3enmdF5
Stream on Twitter: Today we are releasing version 2 of our #Flutter SDK to the stable channel on https://t.co/bE76rzHOk5 🎉
https://twitter.com/getstream_io/status/1416062828268728322?s=21
July 16, 2021 at 05:55PM by GroovinChip
https://ift.tt/3enmdF5
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New tweet from FlutterDev:
👋 Come together with Flutter folks at Flutter Global Summit '21 by @GeekleOfficial! Sign up for awesome talks, workshops and panel discussions here 💙 ↓ https://t.co/H4U6HcBwJv— Flutter (@FlutterDev) Jul 16, 2021
July 16, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1416065089569017861
👋 Come together with Flutter folks at Flutter Global Summit '21 by @GeekleOfficial! Sign up for awesome talks, workshops and panel discussions here 💙 ↓ https://t.co/H4U6HcBwJv— Flutter (@FlutterDev) Jul 16, 2021
July 16, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1416065089569017861