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.
New post on Flutter Dev Google group:
Newest Flutter Sliding Tutorial library
In case you want to create a sliding tutorial in a fast and simple manner, a simple Flutter Sliding Tutorial library is at your service. This is going to ease the problem of structural design without limiting a stretch of your imagination at the same time. All you need to do is: 1. Create
December 03, 2019 at 04:38PM by Maryna Bobrovskaya
https://ift.tt/2PctkDf
Newest Flutter Sliding Tutorial library
In case you want to create a sliding tutorial in a fast and simple manner, a simple Flutter Sliding Tutorial library is at your service. This is going to ease the problem of structural design without limiting a stretch of your imagination at the same time. All you need to do is: 1. Create
December 03, 2019 at 04:38PM by Maryna Bobrovskaya
https://ift.tt/2PctkDf
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 possible use Flutter web with Google Maps?
i'm interested in developement to app for android and web but need use maps, is possible use maps in Flutter Web?, thanks
December 03, 2019 at 05:02PM by miltux
https://ift.tt/2r9u7N5
Is possible use Flutter web with Google Maps?
i'm interested in developement to app for android and web but need use maps, is possible use maps in Flutter Web?, thanks
December 03, 2019 at 05:02PM by miltux
https://ift.tt/2r9u7N5
reddit
Is possible use Flutter web with Google Maps?
i'm interested in developement to app for android and web but need use maps, is possible use maps in Flutter Web?, thanks
New post on /r/flutterdev subreddit:
Flutter Sliding Tutorial library
Introducing the newest Flutter Sliding Tutorial library! The one which is going to ease the problem of structural design without limiting a stretch of your imagination at the same time.Here is what you have to do:Create background designs for each screen of your tutorial.
Create icons for each screen of your tutorial.
Follow the instructions from this page: https://github.com/Cleveroad/flutter_sliding_tutorial
December 03, 2019 at 04:47PM by marynaaaa
https://ift.tt/2Rh94TA
Flutter Sliding Tutorial library
Introducing the newest Flutter Sliding Tutorial library! The one which is going to ease the problem of structural design without limiting a stretch of your imagination at the same time.Here is what you have to do:Create background designs for each screen of your tutorial.
Create icons for each screen of your tutorial.
Follow the instructions from this page: https://github.com/Cleveroad/flutter_sliding_tutorial
December 03, 2019 at 04:47PM by marynaaaa
https://ift.tt/2Rh94TA
GitHub
GitHub - Cleveroad/flutter_sliding_tutorial: User onboarding library with smooth animation of objects and background colors
User onboarding library with smooth animation of objects and background colors - GitHub - Cleveroad/flutter_sliding_tutorial: User onboarding library with smooth animation of objects and background...
New post on /r/flutterdev subreddit:
Flutter and Cordova
We have a large application in cordova/ionic and we thinking about to adopt flutter and replace progressively cordova with flutter.It's possible to embed cordova in the flutter app ?
December 03, 2019 at 08:13PM by calca
https://ift.tt/2YhrQeP
Flutter and Cordova
We have a large application in cordova/ionic and we thinking about to adopt flutter and replace progressively cordova with flutter.It's possible to embed cordova in the flutter app ?
December 03, 2019 at 08:13PM by calca
https://ift.tt/2YhrQeP
reddit
Flutter and Cordova
We have a large application in cordova/ionic and we thinking about to adopt flutter and replace progressively cordova with flutter. It's...
New post on /r/flutterdev subreddit:
iPod Classic UI with Flutter
https://youtu.be/A8dvbFby-s0
December 03, 2019 at 08:10PM by EngineerScientist
https://ift.tt/34MRV8b
iPod Classic UI with Flutter
https://youtu.be/A8dvbFby-s0
December 03, 2019 at 08:10PM by EngineerScientist
https://ift.tt/34MRV8b
YouTube
iPod Classic UI with Flutter
Build a throwback UI inspired by the iPod Classic, featuring a click wheel scroller that can detect circular motion with an animated PageView. https://fireship.io/lessons/flutter-ipod/
Original Inspiration Tweet https://twitter.com/elvin_not_11/status/1…
Original Inspiration Tweet https://twitter.com/elvin_not_11/status/1…
New post on /r/flutterdev subreddit:
status_alert | Display Apple system-like self-hiding status alerts. It is well suited for notifying the user without interrupting user flow.
https://ift.tt/33L0U8v
December 03, 2019 at 08:05PM by YaDaniil
https://ift.tt/2P5Mo5U
status_alert | Display Apple system-like self-hiding status alerts. It is well suited for notifying the user without interrupting user flow.
https://ift.tt/33L0U8v
December 03, 2019 at 08:05PM by YaDaniil
https://ift.tt/2P5Mo5U
GitHub
GitHub - yako-dev/flutter-status-alert: Display Apple system-like self-hiding status alerts. It is well suited for notifying user…
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow. - GitHub - yako-dev/flutter-status-alert: Display Apple system-like self-hi...
New post on Flutter Dev Google group:
Flutter package is not importing
I was away from my flutter project for a few months. When I came back to it, it was filled with errors so I reinstalled Android Studio. I opened a new flutter project from scratch, but this line shows an error: import 'package:flutter/material.dart';
December 03, 2019 at 09:07PM by Jennifer Fitzpatrick
https://ift.tt/35WDqyH
Flutter package is not importing
I was away from my flutter project for a few months. When I came back to it, it was filled with errors so I reinstalled Android Studio. I opened a new flutter project from scratch, but this line shows an error: import 'package:flutter/material.dart';
December 03, 2019 at 09:07PM by Jennifer Fitzpatrick
https://ift.tt/35WDqyH
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 speed coding video with Hero widget example.
https://youtu.be/lWcybBr_LNc
December 03, 2019 at 08:48PM by iiylll
https://ift.tt/2r171Za
Flutter speed coding video with Hero widget example.
https://youtu.be/lWcybBr_LNc
December 03, 2019 at 08:48PM by iiylll
https://ift.tt/2r171Za
YouTube
Speed Coding in Flutter. Recruitment agency App
src: https://github.com/firstvar/bridgewater I am a professional software developer, an advocate of Flutter/Firebase technologies showed that even a cross-pl...
New tweet from FlutterDev:
🎉TensorFlow 2.1.0-rc0 has been released!
TensorFlow 2.1 will be the last TF release supporting Python 2. Please see the full release notes for details on added features and changes.
Full release notes ↓ https://t.co/Xd1sGGOKhX— Flutter (@FlutterDev) December 4, 2019
December 04, 2019 at 01:03AM
http://twitter.com/FlutterDev/status/1202015602103267329
🎉TensorFlow 2.1.0-rc0 has been released!
TensorFlow 2.1 will be the last TF release supporting Python 2. Please see the full release notes for details on added features and changes.
Full release notes ↓ https://t.co/Xd1sGGOKhX— Flutter (@FlutterDev) December 4, 2019
December 04, 2019 at 01:03AM
http://twitter.com/FlutterDev/status/1202015602103267329
GitHub
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone - tensorflow/tensorflow
New post on /r/flutterdev subreddit:
Web platform implementation of shared_preferences from the Flutter team!
https://ift.tt/2LlYZAR
December 04, 2019 at 12:46AM by Purple_Pizzazz
https://ift.tt/2DJE8Dq
Web platform implementation of shared_preferences from the Flutter team!
https://ift.tt/2LlYZAR
December 04, 2019 at 12:46AM by Purple_Pizzazz
https://ift.tt/2DJE8Dq
Dart packages
shared_preferences_web | Flutter Package
Web platform implementation of shared_preferences
New post on /r/flutterdev subreddit:
Complete Guide: Design, Build and Deploy Your First Flutter Website!
https://ift.tt/2OJxQtN
December 04, 2019 at 12:46AM by Purple_Pizzazz
https://ift.tt/2RhoHtX
Complete Guide: Design, Build and Deploy Your First Flutter Website!
https://ift.tt/2OJxQtN
December 04, 2019 at 12:46AM by Purple_Pizzazz
https://ift.tt/2RhoHtX
Medium
Complete Guide: Design, Build and Deploy Your First Flutter Website!
A new way of doing Flutter for Web using the latest Flutter release!
New post on /r/flutterdev subreddit:
Which APK to use for publishing on Playstore?
When building the flutter app for Android, the docs suggest to use --split-per-abi flag. While doing so, two apks are generated viz app-armeabi-v7a-release.apk and app-arm64-v8a-release.apk.So which one is suggested to be used when publishing the app on playstore?Also I read that you should use app bundles if you are publishing on Playstore. However flutter docs had a warning regarding this.The warning says: Recently, the Flutter team has received several reports from developers indicating they are experiencing app crashes on certain devices on Android 6.0 when building an app bundle. While the Android team is working to identify a feasible solution, you might try splitting the APK as a temporary workaround.
December 04, 2019 at 03:44AM by Developer_Akash
https://ift.tt/2PbFdZV
Which APK to use for publishing on Playstore?
When building the flutter app for Android, the docs suggest to use --split-per-abi flag. While doing so, two apks are generated viz app-armeabi-v7a-release.apk and app-arm64-v8a-release.apk.So which one is suggested to be used when publishing the app on playstore?Also I read that you should use app bundles if you are publishing on Playstore. However flutter docs had a warning regarding this.The warning says: Recently, the Flutter team has received several reports from developers indicating they are experiencing app crashes on certain devices on Android 6.0 when building an app bundle. While the Android team is working to identify a feasible solution, you might try splitting the APK as a temporary workaround.
December 04, 2019 at 03:44AM by Developer_Akash
https://ift.tt/2PbFdZV
reddit
Which APK to use for publishing on Playstore?
When building the flutter app for Android, the docs suggest to use --split-per-abi flag. While doing so, two apks are generated viz...