Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
New post on /r/flutterdev subreddit:

Flutter Doctor
I want to install flutter in windows but i get this error in android licenses:[&radic;] 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.[&radic;] Android Studio (version 3.6)[!] IntelliJ IDEA Community Edition (version 2018.3)X Flutter plugin not installed; this adds Flutter specific functionality.[&radic;] 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
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
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
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
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
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
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
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 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