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
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
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
reddit
r/FlutterDev - In Android Studio, is it possible to wrap an existing UI control in another one?
1 vote and 1 comment so far on Reddit
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
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
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:
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
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
reddit
r/FlutterDev - The Boring Flutter Dev show music
1 vote and 0 comments so far on Reddit
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
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
GitHub
Loading & displaying images from files causes crash · Issue #21571 · flutter/flutter
Loading and displaying images using Image.file gets slow and causes a crash when there are more than a few images. This originated from a stackoverflow question I was looking at. I've seen ques...
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 --updateWhen 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 moreHas anyone run into this issue?? How did you fix it?
December 29, 2018 at 08:32PM by devp0ll
http://bit.ly/2s0nMQP
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 --updateWhen 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 moreHas anyone run into this issue?? How did you fix it?
December 29, 2018 at 08:32PM by devp0ll
http://bit.ly/2s0nMQP
reddit
r/FlutterDev - Flutter doctor --android-license isn't working - Windows 10
0 votes and 0 comments so far on Reddit
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
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
reddit
r/FlutterDev - How to store receiving user uid in random chat app?
0 votes and 0 comments so far on Reddit
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
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
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:
Flutter Live '18 Recap with Martin Aguinis
https://www.youtube.com/watch?v=qMRPImdqU9w
December 30, 2018 at 12:45AM by Purple_Pizzazz
http://bit.ly/2QUGEj8
Flutter Live '18 Recap with Martin Aguinis
https://www.youtube.com/watch?v=qMRPImdqU9w
December 30, 2018 at 12:45AM by Purple_Pizzazz
http://bit.ly/2QUGEj8
YouTube
Flutter Live '18 Recap with Martin Aguinis
Just a few days after Google's global Flutter Live event on 12/4, we are excited to have guest speaker Martin Aguinis join us in NYC for a special in-person ...
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
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
Visualstudio
Flutter - Visual Studio Marketplace
Extension for Visual Studio Code - Flutter support and debugger for Visual Studio Code.
New post on /r/flutterdev subreddit:
A month of Flutter: user registration refactor with reactive scoped model
http://bit.ly/2RmP0zj
December 30, 2018 at 04:13AM by abrahamwilliams
http://bit.ly/2GZ4YMr
A month of Flutter: user registration refactor with reactive scoped model
http://bit.ly/2RmP0zj
December 30, 2018 at 04:13AM by abrahamwilliams
http://bit.ly/2GZ4YMr
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: user registration refactor with reactive scoped model - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
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
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
FlutterForce — Week 7
http://bit.ly/2BQ9l6i
December 30, 2018 at 11:27AM by flutterist
http://bit.ly/2Am0rO0
Medium
FlutterForce — #Week 7
This is the last Flutter Force post in 2018. Happy new year!
New post on /r/flutterdev subreddit:
Developing Flutter App Livestream - Happy New Year!
https://www.youtube.com/watch?v=OrDPzfbr5wM
December 30, 2018 at 05:00PM by RobertBrunhage
http://bit.ly/2ViIgSp
Developing Flutter App Livestream - Happy New Year!
https://www.youtube.com/watch?v=OrDPzfbr5wM
December 30, 2018 at 05:00PM by RobertBrunhage
http://bit.ly/2ViIgSp
YouTube
Developing Flutter App Livestream - Happy New Year!
2 month of free premium Skillshare ➡️ http://bit.ly/Skillshare-Robert
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage
⭐⭐⭐ CONNECT WITH ME ON SOCIAL MEDIA…
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage
⭐⭐⭐ CONNECT WITH ME ON SOCIAL MEDIA…
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
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
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:
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
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
Medium
Coding Flutter Apps on your Phone with Flutter, an Experiment
With code to try out at home
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
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
reddit
r/FlutterDev - will flutter compile to fuchsia apps the same way that it compiles to android?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
A month of Flutter: the real hero animation
http://bit.ly/2SrnD4t
December 30, 2018 at 10:58PM by abrahamwilliams
http://bit.ly/2CFbBPt
A month of Flutter: the real hero animation
http://bit.ly/2SrnD4t
December 30, 2018 at 10:58PM by abrahamwilliams
http://bit.ly/2CFbBPt
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: the real hero animation - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
New post on /r/flutterdev subreddit:
Neaws - An open-sourced news reader made with Flutter.
NeawsScreenshotI 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.flutternewsappThe whole thing is open sourced. For code and information on how to compile it yourself visit: https://github.com/leodr/neawsIf you have anything to say, feel free to do so below!
December 30, 2018 at 10:55PM by thisw4y
http://bit.ly/2TjsMvr
Neaws - An open-sourced news reader made with Flutter.
NeawsScreenshotI 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.flutternewsappThe whole thing is open sourced. For code and information on how to compile it yourself visit: https://github.com/leodr/neawsIf 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
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
Google Play
yet_another_rss_feed_reader - Apps on Google Play
Simple rss feed reader app.
Stay always up to date with this amazing app. To delete a subscription just long press the drawer entry.
Rss format supported.
Atom not supported.
Stay always up to date with this amazing app. To delete a subscription just long press the drawer entry.
Rss format supported.
Atom not supported.