New post on /r/flutterdev subreddit:
Are there any packages that'll help me run python scripts in flutter?
I've heard of ChaquoPy but it only works for android, and Starflut seems a bit too confusing without proper documentation, unless someone wants to explain to me how to use it? Any suggestions for running python scripts on ios and android?
May 31, 2021 at 02:45PM by 31Carlton7
https://ift.tt/3c6pyHE
Are there any packages that'll help me run python scripts in flutter?
I've heard of ChaquoPy but it only works for android, and Starflut seems a bit too confusing without proper documentation, unless someone wants to explain to me how to use it? Any suggestions for running python scripts on ios and android?
May 31, 2021 at 02:45PM by 31Carlton7
https://ift.tt/3c6pyHE
reddit
Are there any packages that'll help me run python scripts in flutter?
I've heard of ChaquoPy but it only works for android, and Starflut seems a bit too confusing without proper documentation, unless someone wants to...
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 87 - Tutorials, videos, packages, and much more!
https://ift.tt/3c5CLka
May 31, 2021 at 03:57PM by vensign
https://ift.tt/3fzR42d
Flutter Tap Weekly Newsletter Week 87 - Tutorials, videos, packages, and much more!
https://ift.tt/3c5CLka
May 31, 2021 at 03:57PM by vensign
https://ift.tt/3fzR42d
Fluttertap
Newsletter Issue 87
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 87
New post on /r/flutterdev subreddit:
LogBook: Flutter Desktop App
Just finished my flutter desktop app (Win OS). LogBook is a desktop app i created for my internship work to log daily workdone 😁. You can add quick TODOs, add log book entry and generate and print pdf to use later (supervisor to sign)github repoCheck it out here 🥲
May 31, 2021 at 05:19PM by don9ld
https://ift.tt/3wMKqvy
LogBook: Flutter Desktop App
Just finished my flutter desktop app (Win OS). LogBook is a desktop app i created for my internship work to log daily workdone 😁. You can add quick TODOs, add log book entry and generate and print pdf to use later (supervisor to sign)github repoCheck it out here 🥲
May 31, 2021 at 05:19PM by don9ld
https://ift.tt/3wMKqvy
GitHub
GitHub - DonnC/log_book: an internship log book desktop app
an internship log book desktop app. Contribute to DonnC/log_book development by creating an account on GitHub.
New tweet from FlutterDev:
💙 What are the top 7 things to know about Flutter from I/O?
Watch the recap to find out with updates on desktop improvements, Null Safety by default, Flutter 2.2 and more!
Tune in 📺✨ → https://t.co/nDTgcHJbZ1 pic.twitter.com/aIDWSlTRJx— Flutter (@FlutterDev) May 31, 2021
May 31, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1399395264151101440
💙 What are the top 7 things to know about Flutter from I/O?
Watch the recap to find out with updates on desktop improvements, Null Safety by default, Flutter 2.2 and more!
Tune in 📺✨ → https://t.co/nDTgcHJbZ1 pic.twitter.com/aIDWSlTRJx— Flutter (@FlutterDev) May 31, 2021
May 31, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1399395264151101440
YouTube
Top 7 Flutter things to know from Google I/O 2021
Want the highlights of the Flutter announcements from Google I/O 2021? We’ve got you covered! This recap covers what’s happened, including null safety, DevTools, and Flutter 2.2. Keep watching to see the full TLDR, links to the full videos below.
Watch the…
Watch the…
New post on /r/flutterdev subreddit:
Integrating native code with Platform Channels. What's your experience? I was just told it's painful.
TL;DR - do Platform Channels (to integrate native code with Flutter) work well? If you know the comparison, better or worse than react-native's Native Modules?Hey guys!
It's my first time here, please be gentle/sorry if this is not according to standards. I need to write 2 screens in native code (video calling and chat during the video call) and want to do the rest using a cross-platform framework like Flutter. There really is almost no data flowing between the native and the cross-platform code. The video calls are at set times, so the there's no need to listen for an incoming call. At the set time, both parties join the room.
I have a background in react-native, but wanted to try flutter for the performance. Also, one dev recommended Flutter to me for performance, and I was pretty sure he also meant that Platform Channels works well.
Today another dev told me that Flutter's Platform Channels to integrate native code are actually quite a pain, and that they had to completely abandon Flutter because of it. He said they had used react-native before for integration with native code (in rn this feature is called Native Modules), and apparently that worked a lot better.
Now I know this process to take like 1-2 days just to set up in react-native, or certainly not something easy. So I was actually quite surprised.What the experience of you guys? The rest of the app doesn't necessarily need Flutter as it's pretty simple - so react-native should work just fine.
May 31, 2021 at 07:52PM by esuus
https://ift.tt/3c6gumc
Integrating native code with Platform Channels. What's your experience? I was just told it's painful.
TL;DR - do Platform Channels (to integrate native code with Flutter) work well? If you know the comparison, better or worse than react-native's Native Modules?Hey guys!
It's my first time here, please be gentle/sorry if this is not according to standards. I need to write 2 screens in native code (video calling and chat during the video call) and want to do the rest using a cross-platform framework like Flutter. There really is almost no data flowing between the native and the cross-platform code. The video calls are at set times, so the there's no need to listen for an incoming call. At the set time, both parties join the room.
I have a background in react-native, but wanted to try flutter for the performance. Also, one dev recommended Flutter to me for performance, and I was pretty sure he also meant that Platform Channels works well.
Today another dev told me that Flutter's Platform Channels to integrate native code are actually quite a pain, and that they had to completely abandon Flutter because of it. He said they had used react-native before for integration with native code (in rn this feature is called Native Modules), and apparently that worked a lot better.
Now I know this process to take like 1-2 days just to set up in react-native, or certainly not something easy. So I was actually quite surprised.What the experience of you guys? The rest of the app doesn't necessarily need Flutter as it's pretty simple - so react-native should work just fine.
May 31, 2021 at 07:52PM by esuus
https://ift.tt/3c6gumc
reddit
Integrating native code with Platform Channels. What's your...
TL;DR - do Platform Channels (to integrate native code with Flutter) work well? If you know the comparison, better or worse than react-native's...
New post on /r/flutterdev subreddit:
TextTheme and copyWith
This was posted on the help reddit with no found solution.I always used custom styles and have never encountered this issue. For my new app I thought it would be good just to extend the default styles because it would be easier.After that I tried to change the following:
May 31, 2021 at 07:07PM by KaiN_SC
https://ift.tt/3yOCBap
TextTheme and copyWith
This was posted on the help reddit with no found solution.I always used custom styles and have never encountered this issue. For my new app I thought it would be good just to extend the default styles because it would be easier.After that I tried to change the following:
textTheme: TextTheme( subtitle1: Theme.of(context).textTheme.subtitle1.copyWith( fontSize: 17, ), ),under my ThemeData.I tried to copy to call withCopy on textTheme in addition as well.It works but if I switch to Darkmode the color stays black (default black color), without this adjustment the color would be white (default dark mode color).This looks like a bug to me because I just copy the style for the subtitle 1 and increase the font size. I would expect it should work the same way as before just with an increased font size.
May 31, 2021 at 07:07PM by KaiN_SC
https://ift.tt/3yOCBap
reddit
TextTheme and copyWith
This was posted on the help reddit with no found solution. I always used custom styles and have never encountered this issue. For my new app I...
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.