Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Paint / sketch app
Has anyone one a sketch or paint app, that can draw in flutter, lines, text, various objects, import pics etc? Cant find one in pub dev Thanks

December 02, 2019 at 07:50PM by Phil Colbert
https://ift.tt/2OI164c
New tweet from FlutterDev:

CAN YOU DRAW DASH?

We’re gearing up for #FlutterInteract and our feathery friend's in the mood for dazzling design!

Share your sketches, animations, or paintings using #DrawThisDash for a chance to be featured in our roundup of faves.

Share in the comments now👇 pic.twitter.com/12l7seOcAC— Flutter (@FlutterDev) December 2, 2019

December 02, 2019 at 08:42PM
http://twitter.com/FlutterDev/status/1201587502555025410
New post on /r/flutterdev subreddit:

Preferred Flutter Media Player?
I was thinking of creating a Flutter project--specifically a podcast player.Is there a preferred (and stable) media player for Flutter that works on both platforms (Android and iOS)?Even though it's a podcast player, it needs to play video (yes Virginia, there are video podcasts).I'm familiar with Exoplayer on Android, and I'm looking for something similar for Flutter.

December 02, 2019 at 08:59PM by NeilPork
https://ift.tt/2Y9o4Eb
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter - Week 15 - Articles, tutorials, videos and much more
https://ift.tt/35Uqh9m

December 02, 2019 at 10:13PM by vensign
https://ift.tt/2OZsMAc
New post on /r/flutterdev subreddit:

Flutter Sync Issue Resolved
So, I posted earlier about an issue that my app is not synced with my code after disconnecting my USB cable. All I need to do was to generate APK and install that like we do for normal apps.To generate the APK:
flutter build apk --split-per-abi​To install APK:flutter install​Run these command in terminal if you are using an IDE other wise change directory (cd <app dir>) and then run this command.

December 02, 2019 at 10:04PM by m_hamzashakeel
https://ift.tt/35TTFwl
New post on /r/flutterdev subreddit:

Including assets in a Flutter package
https://ift.tt/2PcA3x0

December 03, 2019 at 12:20AM by Elixane
https://ift.tt/2DQlDxj
New post on /r/flutterdev subreddit:

Proxy Flutter Apps
https://ift.tt/34IqSLh

December 03, 2019 at 12:23AM by Elixane
https://ift.tt/34M8DnW
New post on /r/flutterdev subreddit:

FlutterForce — Week 55
https://ift.tt/2Y9ZlzA

December 02, 2019 at 12:12PM by flutterist
https://ift.tt/2DCbUu3
New post on Flutter Dev Google group:

Failed to send crash report due to a network error: SocketException: Connection failed (OS Error: Network is unreachable, errno = 101), address = clients2.google.com, port = 443
Can you please help me to know why I have this error? ubuntuadm@GNPAMPRO01:/conf/AppMoviles/demo/DemoAppMov_2/MVL_FLUTTER_AGENTES$ /conf/AppMoviles/software/flutter1.5.4/bin/./flutter build apk Initializing gradle... (This is taking an unexpectedly long time.) ⢿ Oops; flutteSending

December 03, 2019 at 02:37AM by Liz Betanzos
https://ift.tt/37WbVXQ
New post on /r/flutterdev subreddit:

InkWell on iOS
What's the best approach to disable InkWell effect everywhere (ripple, splash, grey circle growing on tap) when running the app on iOS. I want to have virtually the same UI for both platforms. I like how the Material's AppBar displays different text and alignment based on the platform. But the InkWell is one of the effects that can ruin the experience. Appreciate your help.

December 03, 2019 at 03:41AM by chrisrutkowski
https://ift.tt/2PjQFmz
New post on /r/flutterdev subreddit:

Has Flutter Craze come down?
This is primarily from a traffic perspective. I have a blog, and there are a lot of articles on Flutter and Android in particular. One thing I have noticed is there is a sudden drop in people searching for Flutter or Flutter tutorials or articles in general. Flutter Web is also silent for a long time now.Any particular reasons for this?

December 03, 2019 at 05:59AM by Baradwaj
https://ift.tt/2OK0SJR
New post on /r/flutterdev subreddit:

Upload image button doesn't work on Android devices - webview_flutter package.
Hi,I am using webview_flutter package to display a website page in my app and this page has an upload image button when testing the app on iOS the upload button works well and opens the file manager to select an image but it is not working on Android and there is no errors or any logs displayed.Can anyone help me with this issue, please?Thanks in advanceflutter #dart #webview_flutter #android

December 03, 2019 at 05:49AM by MohammadSobhy
https://ift.tt/34LWobg
New post on /r/flutterdev subreddit:

Flutter Basics in 1 Hour
With a lot of changes that have happened so far in Flutter alone, I decided to write a complete guide to learn flutter basics in 1 hour. The idea is to ramp up anyone trying to learn flutter with this one article alone!Article Link - https://androidmonks.com/flutter-basics-1-hour/Any suggestions to improve this article is welcome!

December 03, 2019 at 05:47AM by Baradwaj
https://ift.tt/33HYUxF
New post on /r/flutterdev subreddit:

Firebase Realtime Database using Provider
I've been searching for decent articles on Firebase Realtime Database using Provider but yet to find any except for firebase auth or firestore. Old articles only covered simple usage of RtD using state or streambuilder.Appreciate if someone share some articles, gist or github repo which implement firebase realtime database using the latest provider package.

December 03, 2019 at 07:24AM by alorgajah
https://ift.tt/35XycTj
New post on /r/flutterdev subreddit:

Where do I study Flutter for desktop app development?
Please share some of the blogs which describe an in-depth guide for Flutter desktop app development.

December 03, 2019 at 09:26AM by roshani_p
https://ift.tt/35VPksE
New post on Flutter Dev Google group:

didChangeAppLifecycleState doesn't work as expected
I hope I understand how didChangeAppLifecycleState worked correctly. I have page A and page B . When I click the back device button from page B ( Navigator.of(context).pop();), I expect didChangeAppLifecycleState in pageA will get called, but it doesn't. PageA class _ABCState extends

December 03, 2019 at 09:55AM by Tony Seng
https://ift.tt/2DGnuVc
New post on /r/flutterdev subreddit:

Any Flutter UI component libraries?
HiI’ve written a few custom apps for some clients already but every time I find myself writing UI components. It’s made sense for me to do so for these projects because each client has a bespoke theme.Going forward though, I am wondering if there are any UI frameworks out there for Flutter with a fleshed out set of widgets like you would find for web such as sync fusion etc. ?I have looked around but can’t seem to find any

December 03, 2019 at 10:24AM by Gamzie1
https://ift.tt/2YfGVxt
New post on /r/flutterdev subreddit:

Converting iOS and Android native app to Flutter
Hey . Me and a friend of mine worked on an app, each in his native language (me -> swift and him -> java). The app is lunched and running on each store also having a certain number of installs.Our problem: We want to create a new app in Flutter and we want to update the current iOS and Android app from Google / Appstore with the new one written in Flutter. How to solve it with our current bundle and singing id?Thanks in advance

December 03, 2019 at 11:39AM by gostsip
https://ift.tt/2rTo52Z
New post on Flutter Dev Google group:

State of Desktop Flutter for Windows?
Hi there, we've created a Flutter iPad app that (among other things) plays videos. The customer also want's a Windows version of that app to run it on a Surface tablet. Currently, we convert our app into a Flutter web app and wrap it with Electron to create the "native" Windows version. This

December 03, 2019 at 12:33PM by Stefan Matthias Aust
https://ift.tt/34KPSBl