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

Display a list of users in Flutter Web with the Datatable Widget
https://ift.tt/2QDbJ8P

March 22, 2020 at 08:33AM by sam-sung
https://ift.tt/2JbXVhj
New post on /r/flutterdev subreddit:

Corona Virus Statistics Tracker App(OpenSource)
I've been working on an app to show corona virus statistics Video recording Project Code

March 22, 2020 at 09:59AM by bettdoug
https://ift.tt/2WG7NrA
New post on Flutter Dev Google group:

scenario where using findAncestorWidgetOfExactType() will lead to failure to rebuild
Hi, I understand using an InheritedWidget is recommended over findAncestorWidgetOfExactType() when a widget depends on an ancestor widget. However, I can't think of a scenario where findAncestorWidgetOfExactType() will lead to failure to rebuild. If as a widget is read-only, the only way it

March 22, 2020 at 10:47AM by Kent Tong
https://ift.tt/2vCAcDU
New post on /r/flutterdev subreddit:

Could be flutter used for game dev?
Hi! Im completely new to flutter and would like to ask if it could be used for game dev! In which cases? Thanks

March 22, 2020 at 11:06AM by crepuscopoli
https://ift.tt/2J36zyV
New post on /r/flutterdev subreddit:

adaptive_dialog: Show alert dialog or modal action sheet adaptively(Material or Cupertino) according to the platform
https://ift.tt/3bi7TtC

March 22, 2020 at 11:55AM by mono0926
https://ift.tt/2UynRJE
New post on Flutter Dev Google group:

flutter_spinkit 4.1.2 I can't add duration for Login to homepage
Widget build(BuildContext context) { return Container( color: Colors.white, child: SpinKitSquareCircle( color: Colors.white, size: 50.0, controller: AnimationController( vsync:* this*, duration: const Duration(milliseconds: 1200)),

March 22, 2020 at 12:52PM by Omercan Aras
https://ift.tt/3a92ntm
New post on /r/flutterdev subreddit:

Need help with Flutter_bloc and screen navigation.
While using flutter_bloc, I am using blocbuilder to change screens according to current state. Now my question is how can I get back to my previous state to navigate previous screen using phones back button ?

March 22, 2020 at 02:12PM by rikousik
https://ift.tt/3abqeZn