New tweet from FlutterDev:
🤳⚡ The #IOPhotoBooth: Behind the Scenes @VGVentures dives into how the photo booth was created and the cool, interactive features that allow you to add props and decorate with your favorite developer mascots.
Read how it was created ↓ https://t.co/d2vDD6e0Ak— Flutter (@FlutterDev) May 31, 2021
May 31, 2021 at 07:59PM
http://twitter.com/FlutterDev/status/1399425432475344896
🤳⚡ The #IOPhotoBooth: Behind the Scenes @VGVentures dives into how the photo booth was created and the cool, interactive features that allow you to add props and decorate with your favorite developer mascots.
Read how it was created ↓ https://t.co/d2vDD6e0Ak— Flutter (@FlutterDev) May 31, 2021
May 31, 2021 at 07:59PM
http://twitter.com/FlutterDev/status/1399425432475344896
Twitter
#iophotobooth hashtag on Twitter
38m ago @FlutterDev tweeted: "🤳⚡ The #IOPhotoBooth: Behind the Scenes.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Google maps fluttter plugin - using external location source
In every example of adding google maps to flutter mobile app i found on the internet, i see that people use eithergoogle maps with myLocationEnabled, which uses its own FusedLocationProviderClient behind the scenes,use some location flutter plugin like geolocator, add the blue dot as standard marker and move it on location changes provided by plugin package.The first solution does not provide way of customizing location accuracy, intervals etc, and the second just feels wrong, as with this solution, we lose movement direction arrow, center button and other funtionalities related to myLocation layer in google map.Ok, time for some context. What am I trying to achieve? I would like to have one location source, be it geolocator plugin(it also uses FusedLocationProviderClient under the hood), that allows me to fully customize location settings like accuracy, intervales etc, and feed that location data to google map to show my current location on map, and also feed location data to my backend server for other purposes.My hopes arised when i came across setLocationSource function of google map. It allows me to set external location source for myLocation layer. It seems that this is exactly what i am looking for. Unfortunately, setLocationSource is not supported in flutter google_maps plugin.Has anyone idea how to solve that problem? Maybe i should try to extend google_maps plugin myself, or maybe there is other way to achieve my goals?Thanks in advance.
May 31, 2021 at 10:16PM by incIouds
https://ift.tt/3p7tBbR
Google maps fluttter plugin - using external location source
In every example of adding google maps to flutter mobile app i found on the internet, i see that people use eithergoogle maps with myLocationEnabled, which uses its own FusedLocationProviderClient behind the scenes,use some location flutter plugin like geolocator, add the blue dot as standard marker and move it on location changes provided by plugin package.The first solution does not provide way of customizing location accuracy, intervals etc, and the second just feels wrong, as with this solution, we lose movement direction arrow, center button and other funtionalities related to myLocation layer in google map.Ok, time for some context. What am I trying to achieve? I would like to have one location source, be it geolocator plugin(it also uses FusedLocationProviderClient under the hood), that allows me to fully customize location settings like accuracy, intervales etc, and feed that location data to google map to show my current location on map, and also feed location data to my backend server for other purposes.My hopes arised when i came across setLocationSource function of google map. It allows me to set external location source for myLocation layer. It seems that this is exactly what i am looking for. Unfortunately, setLocationSource is not supported in flutter google_maps plugin.Has anyone idea how to solve that problem? Maybe i should try to extend google_maps plugin myself, or maybe there is other way to achieve my goals?Thanks in advance.
May 31, 2021 at 10:16PM by incIouds
https://ift.tt/3p7tBbR
reddit
Google maps fluttter plugin - using external location source
In every example of adding google maps to flutter mobile app i found on the internet, i see that people use either 1. google maps with...
New post on /r/flutterdev subreddit:
Dart Language Evolution - Flutter 101 Podcast
https://ift.tt/3p7Naku
May 31, 2021 at 09:58PM by serial_dev
https://ift.tt/3fR506U
Dart Language Evolution - Flutter 101 Podcast
https://ift.tt/3p7Naku
May 31, 2021 at 09:58PM by serial_dev
https://ift.tt/3fR506U
Flutter 101 Podcast
We went through the most important changes to the Dart language. Sound type system, spread operator, collection if and for, extension methods, null safety, and type aliases.
New tweet from FlutterDev:
📺✨ See all things Flutter at #GoogleIO
Don't miss out on the latest in Flutter. Watch all the Flutter Keynotes, Sessions, Workshops, AMAs, and more in our YouTube playlist.
Watch now 🔁 https://t.co/2J3m70IEOo— Flutter (@FlutterDev) May 31, 2021
May 31, 2021 at 10:00PM
http://twitter.com/FlutterDev/status/1399455646408392704
📺✨ See all things Flutter at #GoogleIO
Don't miss out on the latest in Flutter. Watch all the Flutter Keynotes, Sessions, Workshops, AMAs, and more in our YouTube playlist.
Watch now 🔁 https://t.co/2J3m70IEOo— Flutter (@FlutterDev) May 31, 2021
May 31, 2021 at 10:00PM
http://twitter.com/FlutterDev/status/1399455646408392704
New post on Flutter Dev Google group:
Problem converting app to null safety
I just have one issue left and I can’t find an answer anywhere. ——— problem code ——— snapshot.data has a red line The argument type 'Object? Function()' can't be assigned to the parameter type 'Map
Problem converting app to null safety
I just have one issue left and I can’t find an answer anywhere. ——— problem code ——— snapshot.data has a red line The argument type 'Object? Function()' can't be assigned to the parameter type 'Map
New post on /r/flutterdev subreddit:
KnowGo Vehicle Simulator & REST API for developing Connected Car apps and AI/ML models
We are happy to release our vehicle simulator, written in Flutter/Dart, as a tool for people who want to experiment with developing Connected Car apps and services, or who need a source of synthetic vehicle telemetry for developing their AI/ML models. The exposed REST API provides a reference implementation of ISO 20078, and should be compatible with any automotive OEM implementing the standard (as well as by our own platform, which is currently in closed beta). Links are as follows:SourceDocsLive Demo (Flutter web)Postman collection & environment for REST API testingThe simulator is still very much a work in progress, and we will be extending the API for additional data points in the near future, but we welcome any feedback or collaboration in the meantime!
May 31, 2021 at 10:56PM by knowgo_io
https://ift.tt/3fToRT8
KnowGo Vehicle Simulator & REST API for developing Connected Car apps and AI/ML models
We are happy to release our vehicle simulator, written in Flutter/Dart, as a tool for people who want to experiment with developing Connected Car apps and services, or who need a source of synthetic vehicle telemetry for developing their AI/ML models. The exposed REST API provides a reference implementation of ISO 20078, and should be compatible with any automotive OEM implementing the standard (as well as by our own platform, which is currently in closed beta). Links are as follows:SourceDocsLive Demo (Flutter web)Postman collection & environment for REST API testingThe simulator is still very much a work in progress, and we will be extending the API for additional data points in the near future, but we welcome any feedback or collaboration in the meantime!
May 31, 2021 at 10:56PM by knowgo_io
https://ift.tt/3fToRT8
GitHub
GitHub - knowgoio/knowgo-vehicle-simulator: An interactive multi-platform Connected Car simulator for generating and streaming…
An interactive multi-platform Connected Car simulator for generating and streaming realistic vehicle telemetry. - knowgoio/knowgo-vehicle-simulator
New post on /r/flutterdev subreddit:
Dartz seems to be stale. Is there any orter library for functional Dart that can be used with flutter?
I really enjoy function programming but the dartz lib seems to be stale so im wondering if there is any more active projects that are building a functional library for Dart and Flutter?
May 31, 2021 at 11:32PM by pure_x01
https://ift.tt/3vCQZkc
Dartz seems to be stale. Is there any orter library for functional Dart that can be used with flutter?
I really enjoy function programming but the dartz lib seems to be stale so im wondering if there is any more active projects that are building a functional library for Dart and Flutter?
May 31, 2021 at 11:32PM by pure_x01
https://ift.tt/3vCQZkc
reddit
Dartz seems to be stale. Is there any orter library for functional...
I really enjoy function programming but the dartz lib seems to be stale so im wondering if there is any more active projects that are building a...
New post on /r/flutterdev subreddit:
Flutter Overlay Demo, Discovery
https://ift.tt/3c75hBD
June 01, 2021 at 01:22AM by fredgrott
https://ift.tt/3i3l4p2
Flutter Overlay Demo, Discovery
https://ift.tt/3c75hBD
June 01, 2021 at 01:22AM by fredgrott
https://ift.tt/3i3l4p2
Medium
Flutter Overlay Demo, Discovery
One of the visual set of design solutions one must master is how to use overlays in Flutter. They come in handy to build tooltips…
New post on /r/flutterdev subreddit:
All about the Pub command line tool for Flutter and Dart
https://ift.tt/34CyNeq
June 01, 2021 at 03:17AM by Suragch
https://ift.tt/2SFh9UK
All about the Pub command line tool for Flutter and Dart
https://ift.tt/34CyNeq
June 01, 2021 at 03:17AM by Suragch
https://ift.tt/2SFh9UK
Medium
All about the Pub command line tool for Flutter and Dart
There’s so much more than flutter pub get
New post on /r/flutterdev subreddit:
How to Load File For Testing In Flutter?? - Flutter Agency
https://ift.tt/3uI77PY
June 01, 2021 at 07:24AM by lil_dragplix
https://ift.tt/34DfwcZ
How to Load File For Testing In Flutter?? - Flutter Agency
https://ift.tt/3uI77PY
June 01, 2021 at 07:24AM by lil_dragplix
https://ift.tt/34DfwcZ
Flutter Agency
How to Load File For Testing In Flutter?? - Flutter Agency
The file can be read from the directory relative to the dart script file So in this article we will go How to Load File For Testing In Flutter
New post on /r/flutterdev subreddit:
Round Spot - customizable heat map interface analysis library
round_spot - I'm creating a tool to help flutter developers understand how users are interacting with their apps. Intuitiveness of heat maps makes them the perfect input for driving UI improvement, troubleshooting and user behavior analytics. This library provides visual data eliminating the need to guess about what users are actually doing.There is still much to do in terms of features but if anyone would like to try it out I would be happy to hear your feedback.
June 01, 2021 at 08:56AM by sgpn
https://ift.tt/3wJLmkc
Round Spot - customizable heat map interface analysis library
round_spot - I'm creating a tool to help flutter developers understand how users are interacting with their apps. Intuitiveness of heat maps makes them the perfect input for driving UI improvement, troubleshooting and user behavior analytics. This library provides visual data eliminating the need to guess about what users are actually doing.There is still much to do in terms of features but if anyone would like to try it out I would be happy to hear your feedback.
June 01, 2021 at 08:56AM by sgpn
https://ift.tt/3wJLmkc
Dart packages
round_spot | Flutter package
Customizable, easy to use heat map interface analysis library
New post on /r/flutterdev subreddit:
Sam hates you all
https://youtu.be/dyWMvGzLS3E
June 01, 2021 at 10:43AM by samokoro
https://ift.tt/3vzFRV7
Sam hates you all
https://youtu.be/dyWMvGzLS3E
June 01, 2021 at 10:43AM by samokoro
https://ift.tt/3vzFRV7
YouTube
Find Purpose as an Engineer
Hey YouTube,
This video is all about "Find Purpose as an Engineer" and why that's important.
Here's a Link to Daniel's Talk: https://youtu.be/rrkrvAUbU9Y
No book references in this one. Just drug dealing and drug dealers philosophy
Join the email list:…
This video is all about "Find Purpose as an Engineer" and why that's important.
Here's a Link to Daniel's Talk: https://youtu.be/rrkrvAUbU9Y
No book references in this one. Just drug dealing and drug dealers philosophy
Join the email list:…
New post on /r/flutterdev subreddit:
infinite_scroll_pagination is now a Flutter Favorite! Many thanks to all who use it!
https://ift.tt/3hlHFtN
June 01, 2021 at 12:07PM by Epidemy11
https://ift.tt/34xStjP
infinite_scroll_pagination is now a Flutter Favorite! Many thanks to all who use it!
https://ift.tt/3hlHFtN
June 01, 2021 at 12:07PM by Epidemy11
https://ift.tt/34xStjP
Dart packages
infinite_scroll_pagination | Flutter Package
Lazily load and display pages of items as the user scrolls down your screen.
New post on /r/flutterdev subreddit:
Should I choose behavior subjects?
So basically I use a model with BehaviorSubjects in it to listen for UI events and data from firestore (I think it's BLoC🤔 but I just use StreamBuilders) Should I close these BehaviorSubjects on disposal or is this handled automatically by the StreamBuilder (unsubscribes automatically) and the BehaviorSubject (closes automatically when there is no listeners)?
June 01, 2021 at 11:21AM by AndroidQuartz
https://ift.tt/3pc3Kjk
Should I choose behavior subjects?
So basically I use a model with BehaviorSubjects in it to listen for UI events and data from firestore (I think it's BLoC🤔 but I just use StreamBuilders) Should I close these BehaviorSubjects on disposal or is this handled automatically by the StreamBuilder (unsubscribes automatically) and the BehaviorSubject (closes automatically when there is no listeners)?
June 01, 2021 at 11:21AM by AndroidQuartz
https://ift.tt/3pc3Kjk
reddit
Should I choose behavior subjects?
So basically I use a model with BehaviorSubjects in it to listen for UI events and data from firestore (I think it's BLoC🤔 but I just use...
New post on /r/flutterdev subreddit:
Need some help, with changing UI, and state.
Hello everyone, thanks again for the amazing community established here, I have a client who has an app that runs on Flutter Cubit, this is not an issue. The applications reads from an API and has a schema of menu belongs to restaurant (its a restaurant application).I am stuck we want to change the UI and have all restaurants merged into one restaurant (a franchise), most of the Menu contents will remain the same, however all Menu Items will be clicked from one page.The previous page was a listview, but now we have moved to a card like interface with more interactivity, how can I get the first restaurant in the list whilst maintaining the new UI and old code.Please help!Thanks in advance, I'd be happy to explain more.
June 01, 2021 at 12:53PM by 420-then-69
https://ift.tt/34A3ssP
Need some help, with changing UI, and state.
Hello everyone, thanks again for the amazing community established here, I have a client who has an app that runs on Flutter Cubit, this is not an issue. The applications reads from an API and has a schema of menu belongs to restaurant (its a restaurant application).I am stuck we want to change the UI and have all restaurants merged into one restaurant (a franchise), most of the Menu contents will remain the same, however all Menu Items will be clicked from one page.The previous page was a listview, but now we have moved to a card like interface with more interactivity, how can I get the first restaurant in the list whilst maintaining the new UI and old code.Please help!Thanks in advance, I'd be happy to explain more.
June 01, 2021 at 12:53PM by 420-then-69
https://ift.tt/34A3ssP
reddit
Need some help, with changing UI, and state.
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
UPDATE: Open-Source, Minimalist Video Diary App
Hey, Flutter Devs!Sometime ago I made this post, announcing One Second Diary. Now, I have just published the first update with the most requested features:Now you can record up to 10 seconds per videoNew option to receive daily notificationNew option to change date color and formatNew option to display a timer before recordingMinor layout and performance improvementsIt's free, open-source, totally private and has no ads. What are you waiting for? xDDownload it now on Google Play.
June 01, 2021 at 02:08PM by kylekundev
https://ift.tt/3i76NHS
UPDATE: Open-Source, Minimalist Video Diary App
Hey, Flutter Devs!Sometime ago I made this post, announcing One Second Diary. Now, I have just published the first update with the most requested features:Now you can record up to 10 seconds per videoNew option to receive daily notificationNew option to change date color and formatNew option to display a timer before recordingMinor layout and performance improvementsIt's free, open-source, totally private and has no ads. What are you waiting for? xDDownload it now on Google Play.
June 01, 2021 at 02:08PM by kylekundev
https://ift.tt/3i76NHS
reddit
I Made An Open-Source Video Diary App - Download It Now!
Hey, Flutter Devs! I've been working on "**One Second Diary**" - a video diary app inspired by this [TED...
New post on /r/flutterdev subreddit:
WYSIWYG html editor for Flutter with a rich set of supported formatting options
https://ift.tt/3i83D6B
June 01, 2021 at 02:02PM by JideGuru
https://ift.tt/3icKlNx
WYSIWYG html editor for Flutter with a rich set of supported formatting options
https://ift.tt/3i83D6B
June 01, 2021 at 02:02PM by JideGuru
https://ift.tt/3icKlNx
GitHub
GitHub - JideGuru/rich_editor: WYSIWYG editor for Flutter with a rich set of supported formatting options. (WIP)
WYSIWYG editor for Flutter with a rich set of supported formatting options. (WIP) - GitHub - JideGuru/rich_editor: WYSIWYG editor for Flutter with a rich set of supported formatting options. (WIP)
New post on /r/flutterdev subreddit:
cast: Dart package to discover and connect with Chromecast devices
https://ift.tt/3dbqTOU
June 01, 2021 at 01:26PM by marsNemophilist
https://ift.tt/3fCfOqE
cast: Dart package to discover and connect with Chromecast devices
https://ift.tt/3dbqTOU
June 01, 2021 at 01:26PM by marsNemophilist
https://ift.tt/3fCfOqE
Dart packages
cast | Flutter Package
Dart package to discover and connect with Chromecast devices
New post on /r/flutterdev subreddit:
Should i choose Flutter Web for Healthcare EMR web app?
I am developing a electronic medical record ( EMR ) to be used by the doctors. They will it to give treatment. It has lot of graphs, lists, lots of data fetching, custom UI components etc Considering Flutter Web i still nascent stage, Should i use flutter web to develop this web application? Any suggestions is welcome P.S: the other option i have is ReactJSThanks
June 01, 2021 at 01:05PM by meKamy
https://ift.tt/3wSjVF3
Should i choose Flutter Web for Healthcare EMR web app?
I am developing a electronic medical record ( EMR ) to be used by the doctors. They will it to give treatment. It has lot of graphs, lists, lots of data fetching, custom UI components etc Considering Flutter Web i still nascent stage, Should i use flutter web to develop this web application? Any suggestions is welcome P.S: the other option i have is ReactJSThanks
June 01, 2021 at 01:05PM by meKamy
https://ift.tt/3wSjVF3
reddit
Should i choose Flutter Web for Healthcare EMR web app?
I am developing a electronic medical record ( EMR ) to be used by the doctors. They will it to give treatment. It has lot of graphs, lists, lots...
New post on /r/flutterdev subreddit:
former, a form library inspired by formik I made, is now in beta!
Hello everyone! I posted a couple weeks ago about
June 01, 2021 at 03:59PM by MrCreeper1008
https://ift.tt/2TA8B1V
former, a form library inspired by formik I made, is now in beta!
Hello everyone! I posted a couple weeks ago about
former
, a form library I made that aims to simplify form handling and validation in Flutter. After about a month of internal testing (i.e. testing with my own project), I made a couple changes and decided to release a beta!Link to GithubLink to documentationFeaturesdeclarative form validationeasy error handlingautomatic value tracking with built-in form controlsFeedback appreciated!June 01, 2021 at 03:59PM by MrCreeper1008
https://ift.tt/2TA8B1V
reddit
I made an early draft of a form library called Former that is...
One of my favorite react libraries is formik. It is an elegant form building library that drastically reduces boilerplate for keeping track of...
New post on /r/flutterdev subreddit:
How to change a back button color in Flutter
https://ift.tt/3p9P7Nb
June 01, 2021 at 04:49PM by sarunw
https://ift.tt/3vG51Sb
How to change a back button color in Flutter
https://ift.tt/3p9P7Nb
June 01, 2021 at 04:49PM by sarunw
https://ift.tt/3vG51Sb
Sarunw
How to change a back button color in Flutter | Sarunw
Learn different ways to change the back button color in Flutter.