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-abiTo install APK:flutter installRun 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
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-abiTo install APK:flutter installRun 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
reddit
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...
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
Including assets in a Flutter package
https://ift.tt/2PcA3x0
December 03, 2019 at 12:20AM by Elixane
https://ift.tt/2DQlDxj
Medium
Including assets in a Flutter package
A guide for package developers
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
Proxy Flutter Apps
https://ift.tt/34IqSLh
December 03, 2019 at 12:23AM by Elixane
https://ift.tt/34M8DnW
blog.funwith.app
Proxy Flutter Apps | Fun with Flutter
How to proxy Flutter network traffic
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
FlutterForce — Week 55
https://ift.tt/2Y9ZlzA
December 02, 2019 at 12:12PM by flutterist
https://ift.tt/2DCbUu3
Medium
FlutterForce — #Week 55
Weekly Flutter Resources
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
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
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:
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
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
reddit
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...
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
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
reddit
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...
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
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
reddit
Upload image button doesn't work on Android devices -...
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...
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
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
Android Monks
Flutter Basics in 1 Hour | Create your First App [Free] - Android Monks
Learn the comprehensive Flutter Basics in 1 hour. This Flutter Tutorial helps propel your Flutter App development journey in one article.
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
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
reddit
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....
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
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
reddit
Where do I study Flutter for desktop app development?
A subreddit for Google's crossplatform UI toolkit.
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
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
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:
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
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
reddit
Any Flutter UI component libraries?
Hi I’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...
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
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
reddit
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...
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
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
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:
api key storing in binary 2nd take
Per tsl flall changes on both browsers and devices and servers YOU CAN NO LONGER wire sniff api keys...some of you green people did not check this by trying it!The alpha feature of flutter-tools to obfuscate code works quite well despite being alphaYou can since firebase is https use remote config despite its doc warning to store an api key fir the first app start and than store it in secure storage on device.The number one debug skill for green devs is to make up assumptions and verify them!
December 03, 2019 at 12:15PM by fredgrott
https://ift.tt/2sAQXNW
api key storing in binary 2nd take
Per tsl flall changes on both browsers and devices and servers YOU CAN NO LONGER wire sniff api keys...some of you green people did not check this by trying it!The alpha feature of flutter-tools to obfuscate code works quite well despite being alphaYou can since firebase is https use remote config despite its doc warning to store an api key fir the first app start and than store it in secure storage on device.The number one debug skill for green devs is to make up assumptions and verify them!
December 03, 2019 at 12:15PM by fredgrott
https://ift.tt/2sAQXNW
reddit
api key storing in binary 2nd take
1. Per tsl flall changes on both browsers and devices and servers YOU CAN NO LONGER wire sniff api keys...some of you green people did not check...
New post on Flutter Dev Google group:
ConnectionState always waiting
Why connectionState is always in *waiting* when it is back from *pageB* ??? *Page A* @override void initState() { super.initState(); Future.delayed(Duration.zero, () { _bloc.getList(context); }); } @override Widget build(BuildContext context) { return Scaffold(
December 03, 2019 at 03:23PM by Tony Seng
https://ift.tt/2r0ijNh
ConnectionState always waiting
Why connectionState is always in *waiting* when it is back from *pageB* ??? *Page A* @override void initState() { super.initState(); Future.delayed(Duration.zero, () { _bloc.getList(context); }); } @override Widget build(BuildContext context) { return Scaffold(
December 03, 2019 at 03:23PM by Tony Seng
https://ift.tt/2r0ijNh
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:
Is there a CRUD schema genreration and evolution (like RoR) for flutter/dart?
Is there a CRUD schema genreration and evolution (like RoR) for flutter/dart so that I can create easily CRUD apps with flutter just like with ruby on rails?
December 03, 2019 at 02:52PM by tomer-ben-david
https://ift.tt/2OMjh8N
Is there a CRUD schema genreration and evolution (like RoR) for flutter/dart?
Is there a CRUD schema genreration and evolution (like RoR) for flutter/dart so that I can create easily CRUD apps with flutter just like with ruby on rails?
December 03, 2019 at 02:52PM by tomer-ben-david
https://ift.tt/2OMjh8N
reddit
Is there a CRUD schema genreration and evolution (like RoR) for...
Is there a CRUD schema genreration and evolution (like RoR) for flutter/dart so that I can create easily CRUD apps with flutter just like with...
New post on /r/flutterdev subreddit:
Flutter Crash Course for Beginners
https://www.youtube.com/watch?v=x0uinJvhNxI
December 03, 2019 at 04:14PM by Elixane
https://ift.tt/37ZB5EY
Flutter Crash Course for Beginners
https://www.youtube.com/watch?v=x0uinJvhNxI
December 03, 2019 at 04:14PM by Elixane
https://ift.tt/37ZB5EY
YouTube
Flutter Crash Course for Beginners - Build a Flutter App with Google's Flutter & Dart
Free Flutter Introduction for Beginners: Get Started with Flutter and learn how to build an iOS and Android app with Flutter!
🖥️ Official Website & Courses
https://academind.com/courses/
👨💻 Learn Flutter Today
https://acad.link/flutter
📝 Flutter vs React…
🖥️ Official Website & Courses
https://academind.com/courses/
👨💻 Learn Flutter Today
https://acad.link/flutter
📝 Flutter vs React…
New post on /r/flutterdev subreddit:
horizontal_calendar_widget | Easy to use, highly customizable horizontal calendar.
https://ift.tt/380UUvJ
December 03, 2019 at 03:51PM by Elixane
https://ift.tt/2ONGkQN
horizontal_calendar_widget | Easy to use, highly customizable horizontal calendar.
https://ift.tt/380UUvJ
December 03, 2019 at 03:51PM by Elixane
https://ift.tt/2ONGkQN
Dart packages
horizontal_calendar_widget | Flutter Package
Easy to use, highly customizable horizontal calendar. Single or up to x days selection, with Internationalization support.