Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Iam trying to launch embedded url using flutter_webview_plugin: ^0.3.0+2 but iam getting below site in bigger frame. If using different site like Google YouTube it's working fine. Also if iam opening the site via Chrome it's also working fine what could be the issue?
http://bit.ly/2SpjNZN

December 29, 2018 at 02:03PM by Kotaibaw
http://bit.ly/2GLFlyo
New post on /r/flutterdev subreddit:

In Android Studio, is it possible to wrap an existing UI control in another one?
Basically, I usually have a control, such as a TextField, that I'll have to wrap in a new Widget, such as Center. I usually just create a Center class and put the TextArea as a child, which works fine. It's just I have to do this frequently, and matching up the braces and brackets is always a chore. I was wondering if there was a keyboard or mouse shortcut you guys used that helped with this.Thanks!

December 29, 2018 at 03:35PM by ajacian
http://bit.ly/2GVBLBE
New post on Flutter Dev Google group:

Image Picker give me wrong file Extension
I don't know why image picker gives me the wrong path, and i can't get file extension because there is no dot(.) there. how to fix this? [image: issue.PNG]

December 29, 2018 at 05:55PM by Black Clover
http://bit.ly/2GIrU28
New post on /r/flutterdev subreddit:

The Boring Flutter Dev show music
Does anyone know what song plays during the intro/outro of The Boring Flutter Dev Show?Thanks

December 29, 2018 at 06:21PM by hobimatemaatik
http://bit.ly/2EZ7CzM
New post on Flutter Dev Google group:

anyone else having problems with images and crashes?
My code is crashing 100% of the time on my phone when I try to get an image from the camera and display it scaled down. The crash does not occur in the emulator. I found this bug report, and add a reproducer that I wrote: http://bit.ly/2VgNSwi But it doesn't seem

December 29, 2018 at 08:58PM by Rick Spencer
http://bit.ly/2Q8gvbj
New post on /r/flutterdev subreddit:

Flutter doctor --android-license isn't working - Windows 10
Just set up a new Surface Pro for Flutter dev and I'm running into this issue:​C:\Users\dcdev>flutter doctor --android-licensesA newer version of the Android SDK is required. To update, run:C:\Users\dcdev\AppData\Local\Android\Sdk\tools\bin\sdkmanager --update​When I attempt to run the sdkmanager update I get this error:C:\Users\dcdev>C:\Users\dcdev\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:583)at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)... 5 more​Has anyone run into this issue?? How did you fix it?

December 29, 2018 at 08:32PM by devp0ll
http://bit.ly/2s0nMQP
New post on /r/flutterdev subreddit:

How to store receiving user uid in random chat app?
Hi Everyone!I am make Flutter chat app and am work on add notification with Firebase.Every message is new document in Firestore collection with UID and text field. I can store user sending message UID easy because this user know its UID (it is store in client app).But how can I set receiving user UID in every message document sent? Chat is 1:1 and random so no know who will talk to before enter chat. DocID in chat collection are all auto-id.I need store UID of person receiving message in Firestore so cloud function can send notification after search user document in Firestore.I am look for answer for weeks but cannot find.I have find example where app just pass UID of user when receiving user is selected. But my chat is random so I no know before who user is connect to. So this solution not possible.Anyone know solution?Thanks!!

December 29, 2018 at 08:24PM by Flutter_Dev
http://bit.ly/2LGM4s2
New post on Flutter Dev Google group:

google_maps_flutter as a tab flakey in iOS
Hi, all. The map widget as one of three tabs works well in Android. In iOS: When you switch tags by dragging your finger it SOMETIMES shows the wrong zoom and location. It continues to do this when you click the "Go to London" button. IE it is in a bad state. (It works well when you switch tabs

December 30, 2018 at 12:40AM by hoek
http://bit.ly/2TkJQBv
New post on /r/flutterdev subreddit:

Looks like it's going to be fun. Flutter on Asus C523 4MB/64GB
john@penguin:~$ flutter doctor -v [✓] Flutter (Channel stable, v1.0.0, on Linux, locale en_US.UTF-8) • Flutter version 1.0.0 at /home/johndlvg/dev/flutter • Framework revision 5391447fae (4 weeks ago), 2018-11-29 19:41:26 -0800 • Engine revision 7375a0f414 • Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3) • Android SDK at /home/johndlvg/Android/Sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • Java binary at: /usr/local/android-studio/jre/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) • All Android licenses accepted.[✓] Android Studio (version 3.2) • Android Studio at /usr/local/android-studio ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)[!] VS Code (version 1.30.1) • VS Code at /usr/share/code • Flutter extension not installed; install from https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter[✓] Connected device (1 available) • coral • 100.115.92.2:5555 • android-x86 • Android 7.1.1 (API 25)! Doctor found issues in 1 category.

December 30, 2018 at 02:53AM by johndelavega
http://bit.ly/2CE4iHN
New post on /r/flutterdev subreddit:

Flutter Tutorial - Flutter PageView Widget
http://bit.ly/2SxGbjT

December 30, 2018 at 05:22AM by whatsupcoders
http://bit.ly/2AkQwIC
New post on /r/flutterdev subreddit:

FlutterForce — Week 7
http://bit.ly/2BQ9l6i

December 30, 2018 at 11:27AM by flutterist
http://bit.ly/2Am0rO0
New post on Flutter Dev Google group:

Reorder Items in SliverList
Hi Guys, I´m using a *SliverList* with *SliverChildBuilderDelegate* to generate the list items on the fly. Now I´m trying to allow the user to *reorder the list items via drag and drop *over a handle-icon on each item in a row. I´ve tried different things (like Draggable) but I haven´t found

December 30, 2018 at 06:14PM by mic...@wolkenkraft.com
http://bit.ly/2EXk6b1
New post on /r/flutterdev subreddit:

Coding Flutter Apps on your Phone with Flutter, an Experiment
http://bit.ly/2BOFfAp

December 30, 2018 at 08:09PM by norbert515
http://bit.ly/2CFWWUp
New post on /r/flutterdev subreddit:

will flutter compile to fuchsia apps the same way that it compiles to android?
i'm not very knowledgeable on flutter or fuchsia, but i wonder, will flutter be compiled natively to fuchsia?i thought it would compile natively, until i heard that fuchsia added support for apks.will flutter compile natively on fuchsia or will it compile to an apk?

December 30, 2018 at 09:16PM by dan-danny-daniel
http://bit.ly/2VheQUB
New post on /r/flutterdev subreddit:

Neaws - An open-sourced news reader made with Flutter.
Neaws​​ScreenshotI just released an open-sourced news reader made with Flutter. It is called Neaws (very innovative, right?) And you can download it with this link: https://play.google.com/store/apps/details?id=com.leodr.flutternewsapp​The whole thing is open sourced. For code and information on how to compile it yourself visit: https://github.com/leodr/neaws​If you have anything to say, feel free to do so below!

December 30, 2018 at 10:55PM by thisw4y
http://bit.ly/2TjsMvr
New post on /r/flutterdev subreddit:

Rss feed reader flutter sample application
Here is a simple feed reader sample project in flutter: https://play.google.com/store/apps/details?id=com.visd0m.yetanotherrssfeedreaderHere is the GitHub repo: https://github.com/visd0m/yet_another_rss_feed_readerSuggestions and feedback are welcome.[Disclaimer] I am not a skilled flutter/dart developer it is just a simple project with the purpose to take a look at the flutter world.

December 31, 2018 at 01:29AM by visd0m
http://bit.ly/2RpmltF