New post on /r/flutterdev subreddit:
How to use Change Notifier Proxy Provider with Cloud Firestore | Flutter
https://youtu.be/wnF2kKf-Irc
March 20, 2020 at 11:08PM by thehappyharis
https://ift.tt/2Utaqut
How to use Change Notifier Proxy Provider with Cloud Firestore | Flutter
https://youtu.be/wnF2kKf-Irc
March 20, 2020 at 11:08PM by thehappyharis
https://ift.tt/2Utaqut
YouTube
How to use Change Notifier Proxy Provider with Cloud Firestore | Flutter
Gave an explanation on Change Notifier Proxy Provider. Change Notifier is not able to get updated by external data, examples are api services or Firestore. P...
New post on /r/flutterdev subreddit:
In_App_Purchase - Is it possible to check purchase from Play Store on iOS device and vice versa?
I'm a hobbyist developer, using Flutter for about a year now, Android for a couple years before that. I have couple apps on both stores, but I don't want my users to have to rebuy the app if they switch platforms. I've been unable to find anything about this issue. I save their purchase token to Firestore under their user when they make the purchase. Anyone know a way to do this?
March 20, 2020 at 11:28PM by bhultquist84
https://ift.tt/2wsvo4p
In_App_Purchase - Is it possible to check purchase from Play Store on iOS device and vice versa?
I'm a hobbyist developer, using Flutter for about a year now, Android for a couple years before that. I have couple apps on both stores, but I don't want my users to have to rebuy the app if they switch platforms. I've been unable to find anything about this issue. I save their purchase token to Firestore under their user when they make the purchase. Anyone know a way to do this?
March 20, 2020 at 11:28PM by bhultquist84
https://ift.tt/2wsvo4p
reddit
In_App_Purchase - Is it possible to check purchase from Play Store...
I'm a hobbyist developer, using Flutter for about a year now, Android for a couple years before that. I have couple apps on both stores, but I...
New post on /r/flutterdev subreddit:
enviro_sensors - a package for using native enviroment sensors !
Hey guys, so a couple of weeks ago I wanted to make an altimeter with flutter (an altimeter is a device that estimates elevation changes based on changes in air pressure) and couldn't find a plugin that enables the usage of the device's pressure sensor.I asked r/FlutterDev why isn't there such a plugin yet and was encouraged by some of you guys to write one of my own, and so I did :) in the current version you can access all of Android Enviroment Sensors , iOS will follow in the future (unless one of you guys wants to add an implementation on your own, the code is on this github repository).here's a link to the package:https://pub.dev/packages/enviro_sensorsthe altimeter I built is also on github and on Google Play, although it is much less interesting.if you have any comments / suggestions / questions, I'll be happy to read them in the comments.I will emphasize that I am by no means a native developper nor am I proficient in java, so be wary of that if and when you review the code :>
March 21, 2020 at 12:35AM by BarbDart
https://ift.tt/2WwIuII
enviro_sensors - a package for using native enviroment sensors !
Hey guys, so a couple of weeks ago I wanted to make an altimeter with flutter (an altimeter is a device that estimates elevation changes based on changes in air pressure) and couldn't find a plugin that enables the usage of the device's pressure sensor.I asked r/FlutterDev why isn't there such a plugin yet and was encouraged by some of you guys to write one of my own, and so I did :) in the current version you can access all of Android Enviroment Sensors , iOS will follow in the future (unless one of you guys wants to add an implementation on your own, the code is on this github repository).here's a link to the package:https://pub.dev/packages/enviro_sensorsthe altimeter I built is also on github and on Google Play, although it is much less interesting.if you have any comments / suggestions / questions, I'll be happy to read them in the comments.I will emphasize that I am by no means a native developper nor am I proficient in java, so be wary of that if and when you review the code :>
March 21, 2020 at 12:35AM by BarbDart
https://ift.tt/2WwIuII
Android Developers
Environment sensors | Android Developers
New post on /r/flutterdev subreddit:
Flutter Full Project | Flutter Blog - Ep. 3 - Logging in, Home Screen, Bottom Sheet
https://www.youtube.com/watch?v=k7-uKniCH-E
March 21, 2020 at 03:14AM by anthOlei
https://ift.tt/3aeOAl6
Flutter Full Project | Flutter Blog - Ep. 3 - Logging in, Home Screen, Bottom Sheet
https://www.youtube.com/watch?v=k7-uKniCH-E
March 21, 2020 at 03:14AM by anthOlei
https://ift.tt/3aeOAl6
YouTube
Flutter Full Project | Flutter Blog - Ep. 3 - Logging in, Home Screen, Bottom Sheet
In this episode of flutter blog tutorial series for beginners / mid - level coders, we code logging in, we finish out the home screen, and we start a bottom ...
New post on /r/flutterdev subreddit:
Generating Dart REST API client libraries using OpenAPI Generator
https://ift.tt/33AD1Sr
March 21, 2020 at 10:16AM by Elixane
https://ift.tt/2WucDs5
Generating Dart REST API client libraries using OpenAPI Generator
https://ift.tt/33AD1Sr
March 21, 2020 at 10:16AM by Elixane
https://ift.tt/2WucDs5
Medium
Generating Dart REST API client libraries using OpenAPI Generator
REST APIs are ubiquitous in modern software development, and many applications will need to integrate them in order to connect to external…
New post on /r/flutterdev subreddit:
Going Walkabout - Flutter flagging of inappropriate content
https://youtu.be/HWkjUcJjjH4
March 20, 2020 at 06:04PM by aadjemonkeyrock
https://ift.tt/3bcMUII
Going Walkabout - Flutter flagging of inappropriate content
https://youtu.be/HWkjUcJjjH4
March 20, 2020 at 06:04PM by aadjemonkeyrock
https://ift.tt/3bcMUII
YouTube
Going Walkabout - Flutter flagging of inappropriate content
In this Flutter episode I implement the function for flagging inappropriate content. For Appstore approval it's a requirement to have a good flagging mechani...
New post on /r/flutterdev subreddit:
Real-time Object Detection App with Flutter and YOLO v3
Hello everyone 👋I have made a real-time object detection App based on Paddle-Lite framework. Paddle-Lite is a cross platform DL inference engine made by Baidu. It allows you run your model on your phone, Raspberry Pi and other devices with high performance. The demo is to detect if a person wearing a mask. Hope it can help you somehow.Thanks you all.Here's the GitHub link: https://github.com/KernelErr/realtime-object-detector
March 21, 2020 at 09:46AM by KernelErr
https://ift.tt/2QzXZMh
Real-time Object Detection App with Flutter and YOLO v3
Hello everyone 👋I have made a real-time object detection App based on Paddle-Lite framework. Paddle-Lite is a cross platform DL inference engine made by Baidu. It allows you run your model on your phone, Raspberry Pi and other devices with high performance. The demo is to detect if a person wearing a mask. Hope it can help you somehow.Thanks you all.Here's the GitHub link: https://github.com/KernelErr/realtime-object-detector
March 21, 2020 at 09:46AM by KernelErr
https://ift.tt/2QzXZMh
GitHub
KernelErr/realtime-object-detector
Flutter real-time object detection App with Paddle-Lite and YOLO v3. - KernelErr/realtime-object-detector
New post on /r/flutterdev subreddit:
GraphQL + Flutter
https://ift.tt/33CcOTI
March 21, 2020 at 11:02AM by shivanchalpandey
https://ift.tt/3dh6ZPX
GraphQL + Flutter
https://ift.tt/33CcOTI
March 21, 2020 at 11:02AM by shivanchalpandey
https://ift.tt/3dh6ZPX
Medium
GraphQL + Flutter
What is GraphQL: It is a query language that allows us to create queries that will be executing on the server... Not Getting this bookish…
New post on /r/flutterdev subreddit:
Firebase Log In with Provider
https://youtu.be/n7385_mufOI
March 21, 2020 at 12:10PM by craetornetwork
https://ift.tt/3bh6svG
Firebase Log In with Provider
https://youtu.be/n7385_mufOI
March 21, 2020 at 12:10PM by craetornetwork
https://ift.tt/3bh6svG
YouTube
Firebase Log In With Provider | Complete Flutter App #5
Log In With Provider | Complete Flutter App #5
Since we got the UI finished, its finally time to start implementing some logical code. This video goes over authentication with firebase but also being handled by Provider. In my opinion this is a very clean…
Since we got the UI finished, its finally time to start implementing some logical code. This video goes over authentication with firebase but also being handled by Provider. In my opinion this is a very clean…
New post on /r/flutterdev subreddit:
Flutter Doctor
I want to install flutter in windows but i get this error in android licenses:[√] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [version 10.0.16299.214], locale fr-DZ)[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)X Android license status unknown.Try re-installing or updating your Android SDK Manager.See https://developer.android.com/studio/#downloads or visit https://flutter.dev/setup/#android-setup for detailedinstructions.[√] Android Studio (version 3.6)[!] IntelliJ IDEA Community Edition (version 2018.3)X Flutter plugin not installed; this adds Flutter specific functionality.[√] VS Code (version 1.43.1)[!] Connected device! No devices available! Doctor found issues in 3 categories.If I use this command: flutter doctor --android-licenses I get:C:\Users\HMIMI-PC>flutter doctor --android-licensesA newer version of the Android SDK is required. To update, run:C:\Users\HMIMI-PC\AppData\Local\Android\sdk\tools\bin\sdkmanager --updateif i run itC:\Users\HMIMI-PC>C:\Users\HMIMI-PC\AppData\Local\Android\sdk\tools\bin\sdkmanager --updateException in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchemaat com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156)at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75)at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81)at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:73)at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:48)Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchemaat java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)i tried everything and i couldn't solve itCan anyone help me?
March 21, 2020 at 02:04PM by hmimi00
https://ift.tt/3966yEH
Flutter Doctor
I want to install flutter in windows but i get this error in android licenses:[√] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [version 10.0.16299.214], locale fr-DZ)[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)X Android license status unknown.Try re-installing or updating your Android SDK Manager.See https://developer.android.com/studio/#downloads or visit https://flutter.dev/setup/#android-setup for detailedinstructions.[√] Android Studio (version 3.6)[!] IntelliJ IDEA Community Edition (version 2018.3)X Flutter plugin not installed; this adds Flutter specific functionality.[√] VS Code (version 1.43.1)[!] Connected device! No devices available! Doctor found issues in 3 categories.If I use this command: flutter doctor --android-licenses I get:C:\Users\HMIMI-PC>flutter doctor --android-licensesA newer version of the Android SDK is required. To update, run:C:\Users\HMIMI-PC\AppData\Local\Android\sdk\tools\bin\sdkmanager --updateif i run itC:\Users\HMIMI-PC>C:\Users\HMIMI-PC\AppData\Local\Android\sdk\tools\bin\sdkmanager --updateException in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchemaat com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156)at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75)at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81)at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:73)at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:48)Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchemaat java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)i tried everything and i couldn't solve itCan anyone help me?
March 21, 2020 at 02:04PM by hmimi00
https://ift.tt/3966yEH
Android Developers
Download Android Studio & App Tools - Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
New post on Flutter Dev Google group:
How to hide generated dart files in Android Studio
https://ift.tt/2xi8igR
March 21, 2020 at 02:25PM by Mutlu Şimşek
https://ift.tt/33CwAi3
How to hide generated dart files in Android Studio
https://ift.tt/2xi8igR
March 21, 2020 at 02:25PM by Mutlu Şimşek
https://ift.tt/33CwAi3
Stack Overflow
How to hide generated dart files in Android Studio
Is it possible to hide generated dart files in Android Studio especially *.g.dart files?
New post on /r/flutterdev subreddit:
This plugin helps you share images to social media via your flutter app
This Flutter plugin social_share is what you need to create a great UX with sharing options like sharing on Instagram & Facebook stories, twitter, copy to clipboard, WhatsApp and native options to share. Available for Android/iOS.
March 21, 2020 at 03:42PM by B1NARYisHere
https://ift.tt/2UtfWgi
This plugin helps you share images to social media via your flutter app
This Flutter plugin social_share is what you need to create a great UX with sharing options like sharing on Instagram & Facebook stories, twitter, copy to clipboard, WhatsApp and native options to share. Available for Android/iOS.
March 21, 2020 at 03:42PM by B1NARYisHere
https://ift.tt/2UtfWgi
Dart packages
social_share | Flutter package
Wide variety of sharing options you'll need to share directly to certain well-known apps.
New post on /r/flutterdev subreddit:
auto_route v0.4.0 Flutter package
https://www.youtube.com/watch?v=4UEPt19ltt4&feature=share
March 21, 2020 at 04:55PM by Milad_Alakarie
https://ift.tt/2QBgWxZ
auto_route v0.4.0 Flutter package
https://www.youtube.com/watch?v=4UEPt19ltt4&feature=share
March 21, 2020 at 04:55PM by Milad_Alakarie
https://ift.tt/2QBgWxZ
YouTube
auto_route v0.4.0 Flutter package
A short video to show how auto_route works
New post on Flutter Dev Google group:
error
I have got this error ERROR: Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1
March 21, 2020 at 04:19PM by Muskan Sanghai
https://ift.tt/3dki8Q4
error
I have got this error ERROR: Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1
March 21, 2020 at 04:19PM by Muskan Sanghai
https://ift.tt/3dki8Q4
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:
I made an abstraction upon Flutter's camera! Looking forward for feedback!
https://ift.tt/3diTe3l
March 21, 2020 at 09:38PM by mateusfccp
https://ift.tt/2WAm75g
I made an abstraction upon Flutter's camera! Looking forward for feedback!
https://ift.tt/3diTe3l
March 21, 2020 at 09:38PM by mateusfccp
https://ift.tt/2WAm75g
GitHub
mateusfccp/magiceye
An abstraction on top of flutter camera. Contribute to mateusfccp/magiceye development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Need a share UX like Spotify? This plugin helps you share images to social media via your flutter app
This Flutter plugin social_share is what you need to create a great UX with sharing options like sharing on Instagram & Facebook stories, twitter, copy to clipboard, WhatsApp and native options to share. Available for Android/iOS.Link to plugin - https://pub.dev/packages/social_shareFeel free to leave suggestions or issues on GitHub - https://github.com/ShekarMudaliyar/social_share
March 21, 2020 at 11:31PM by B1NARYisHere
https://ift.tt/33znbHW
Need a share UX like Spotify? This plugin helps you share images to social media via your flutter app
This Flutter plugin social_share is what you need to create a great UX with sharing options like sharing on Instagram & Facebook stories, twitter, copy to clipboard, WhatsApp and native options to share. Available for Android/iOS.Link to plugin - https://pub.dev/packages/social_shareFeel free to leave suggestions or issues on GitHub - https://github.com/ShekarMudaliyar/social_share
March 21, 2020 at 11:31PM by B1NARYisHere
https://ift.tt/33znbHW
Dart packages
social_share | Flutter package
Wide variety of sharing options you'll need to share directly to certain well-known apps.
New post on Flutter Dev Google group:
How to create a drawable modal sheet in flutter which opens from the right side of the screen?
I have posted all the details on stack overflow. Here is the link to it. https://ift.tt/2WwM3i0
March 21, 2020 at 11:00PM by savarav abhirham
https://ift.tt/2WxzdzX
How to create a drawable modal sheet in flutter which opens from the right side of the screen?
I have posted all the details on stack overflow. Here is the link to it. https://ift.tt/2WwM3i0
March 21, 2020 at 11:00PM by savarav abhirham
https://ift.tt/2WxzdzX
New post on /r/flutterdev subreddit:
New Flutter dev here -- loving it!
Just wanted to quickly post my first impressions:- I've developed with many frameworks for many years -- Flutter has got to be one of the best developer onboarding and video tutorials quality I have ever seen!- Flutter feels great because all is one paradigm. I feel like you can, almost recursively, extend the base concept over and over without having to launch new patterns!- The Hot Reload is a league difference. It feels so simple and right!- Dart is great! A best of many worlds merge. I'm currently mainly writing C# and feel right at home.- Next up in my adventure is trying to integrate Firestore, which looks very cool as well!If there's any criticism I have so far, it's probably that the relatively small indentions and non-aligned brackets conventions don't make the scope level intuitive at all times, though I understand there's some efforts to improve on this via VS Code closing bracket auto-comments as well as auto-guideline lines (are those symptomatic of a bigger underlying issue?). But in any case, I'm super happy to experiment more with this great framework! Nice meeting all of you.
March 21, 2020 at 11:52PM by Philipp
https://ift.tt/39b964H
New Flutter dev here -- loving it!
Just wanted to quickly post my first impressions:- I've developed with many frameworks for many years -- Flutter has got to be one of the best developer onboarding and video tutorials quality I have ever seen!- Flutter feels great because all is one paradigm. I feel like you can, almost recursively, extend the base concept over and over without having to launch new patterns!- The Hot Reload is a league difference. It feels so simple and right!- Dart is great! A best of many worlds merge. I'm currently mainly writing C# and feel right at home.- Next up in my adventure is trying to integrate Firestore, which looks very cool as well!If there's any criticism I have so far, it's probably that the relatively small indentions and non-aligned brackets conventions don't make the scope level intuitive at all times, though I understand there's some efforts to improve on this via VS Code closing bracket auto-comments as well as auto-guideline lines (are those symptomatic of a bigger underlying issue?). But in any case, I'm super happy to experiment more with this great framework! Nice meeting all of you.
March 21, 2020 at 11:52PM by Philipp
https://ift.tt/39b964H
reddit
r/FlutterDev - New Flutter dev here -- loving it!
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
a weird question that didn't see anyone else ask
OK so I'm working on my first app, and I'm adding admob.Well admob you can either choose android or iso. What should I do for a flutter all you tubers choose android when working with flutter. There is also thing I should add in manifest and info. Plix should I make to apps in admob one as android and another as ios. Or can I just use the same app Id.If I can then do I have to add the other one or would flutter work it out for me and I just have to edit the menifiest for example.
March 22, 2020 at 12:24AM by hob814
https://ift.tt/2U7T1bu
a weird question that didn't see anyone else ask
OK so I'm working on my first app, and I'm adding admob.Well admob you can either choose android or iso. What should I do for a flutter all you tubers choose android when working with flutter. There is also thing I should add in manifest and info. Plix should I make to apps in admob one as android and another as ios. Or can I just use the same app Id.If I can then do I have to add the other one or would flutter work it out for me and I just have to edit the menifiest for example.
March 22, 2020 at 12:24AM by hob814
https://ift.tt/2U7T1bu
reddit
r/FlutterDev - a weird question that didn't see anyone else ask
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Work from Home that will help to fight Corona Virus (Safe your Employee Safe your work)
Work from Home < https://manishseoblog.blogspot.com/2020/03/Work-from-Home-Software-Tools.html >
March 22, 2020 at 08:49AM by Manish Sharma
https://ift.tt/3bhO9GB
Work from Home that will help to fight Corona Virus (Safe your Employee Safe your work)
Work from Home < https://manishseoblog.blogspot.com/2020/03/Work-from-Home-Software-Tools.html >
March 22, 2020 at 08:49AM by Manish Sharma
https://ift.tt/3bhO9GB
Manish SEO Blog
Top 8 Tools for Work from Home that will help to fight Corona Virus (Safe your Employee Safe your work)
We all know that CoronaVirus has declared epidemic disease ( COVID-19 India ) is an infectious disease. Each country is fighting to ...