New post on Flutter Dev Google group:
Flutter custom page transition - animating old route
I want to create custom page transition animation in Flutter. I have two pages/routes: 1. List of radios page (LISTPAGE) 2. Radio detail page (DETAILPAGE) *Here
Flutter custom page transition - animating old route
I want to create custom page transition animation in Flutter. I have two pages/routes: 1. List of radios page (LISTPAGE) 2. Radio detail page (DETAILPAGE) *Here
New post on /r/flutterdev subreddit:
Fear Of StatefulWidget is becoming the norm in Flutter?
I swear to God a question about getting rid of StatefulWidget appears at least 10 times a month in this subreddit.Idk why some of you folks scare of it that much, it's just a Widget. What I'm trying to blame is either crappy tutorials or your narrow understand that makes StatefulWidget becoming a Villain in Flutterverse. Which it's all about setState and we have to get rid of it rebuilding the whole widget?Come on, StatefulWidget exists does not exist to do just that, what are you gonna do if you wanna messing around widget lifecycle when you only have StatelessWidgets?If you want local scope state management, Listenable/Builder out there for you, refactor a StatefulWidget to StatelessWidget doesn't help a bit of performance-wise at all.The problem is, some ppl are relying too much on Tutorials which are not official sources of truth to learn programming. When you want to learn about sth, for example, a Widget, your best pal is Flutter Offical Doc flutter.dev.Open your IDE, reading the docs and dive into the Widget itself and you will learn A TON OF INFOs in there. Because almost all of the Tutorials out there just give you spaghetti noodles that do not help you in the long run. Screw them! They are a kind of disease in this programming community! Getaway from them for God's sake!That why I'm freaking mad about it, the time you ask for a question and then waiting for responses is far more wasting than a proper search.
March 20, 2020 at 09:59AM by JoeJoe_Nguyen
https://ift.tt/2xe6eXe
Fear Of StatefulWidget is becoming the norm in Flutter?
I swear to God a question about getting rid of StatefulWidget appears at least 10 times a month in this subreddit.Idk why some of you folks scare of it that much, it's just a Widget. What I'm trying to blame is either crappy tutorials or your narrow understand that makes StatefulWidget becoming a Villain in Flutterverse. Which it's all about setState and we have to get rid of it rebuilding the whole widget?Come on, StatefulWidget exists does not exist to do just that, what are you gonna do if you wanna messing around widget lifecycle when you only have StatelessWidgets?If you want local scope state management, Listenable/Builder out there for you, refactor a StatefulWidget to StatelessWidget doesn't help a bit of performance-wise at all.The problem is, some ppl are relying too much on Tutorials which are not official sources of truth to learn programming. When you want to learn about sth, for example, a Widget, your best pal is Flutter Offical Doc flutter.dev.Open your IDE, reading the docs and dive into the Widget itself and you will learn A TON OF INFOs in there. Because almost all of the Tutorials out there just give you spaghetti noodles that do not help you in the long run. Screw them! They are a kind of disease in this programming community! Getaway from them for God's sake!That why I'm freaking mad about it, the time you ask for a question and then waiting for responses is far more wasting than a proper search.
March 20, 2020 at 09:59AM by JoeJoe_Nguyen
https://ift.tt/2xe6eXe
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
New post on /r/flutterdev subreddit:
Problem with iOS notification
hi all i am working on support app I'm using firebase cloud messaging and for chat notification, I'm using firebase and nodeJS on android, the notification receive on all status (close app - background app - open app) but on ios, the notification only receive when the app is closed or on background how can I make it work when the app is open thanks
March 20, 2020 at 11:41AM by anonfantom
https://ift.tt/3bb8Pjy
Problem with iOS notification
hi all i am working on support app I'm using firebase cloud messaging and for chat notification, I'm using firebase and nodeJS on android, the notification receive on all status (close app - background app - open app) but on ios, the notification only receive when the app is closed or on background how can I make it work when the app is open thanks
March 20, 2020 at 11:41AM by anonfantom
https://ift.tt/3bb8Pjy
reddit
Problem with iOS notification
hi all i am working on support app I'm using firebase cloud messaging and for chat notification, I'm using firebase and nodeJS on android, the...
New post on /r/flutterdev subreddit:
App Feedback Thread - March 20, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
March 20, 2020 at 01:08PM by AutoModerator
https://ift.tt/2J4iXPa
App Feedback Thread - March 20, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
March 20, 2020 at 01:08PM by AutoModerator
https://ift.tt/2J4iXPa
reddit
App Feedback Thread - March 20, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
Keyboard Events in Flutter
Does anyone know if there are any keyboards events such as onkeyup, onkeydown, etc for Flutter Web
March 20, 2020 at 12:53PM by Ganeshp98
https://ift.tt/2UjNk9o
Keyboard Events in Flutter
Does anyone know if there are any keyboards events such as onkeyup, onkeydown, etc for Flutter Web
March 20, 2020 at 12:53PM by Ganeshp98
https://ift.tt/2UjNk9o
reddit
Keyboard Events in Flutter
Does anyone know if there are any keyboards events such as onkeyup, onkeydown, etc for Flutter Web
New post on /r/flutterdev subreddit:
BLOC API Call Question
Hello! I am working on a ShuttleTracker app for my school. I receive the data from a JSON API that updates the geolocations of the shuttles. I am currently using the BLOC pattern in my app and I can retrieve the updated data every time I press the 'restart button'. What is the best way, using the BLOC pattern, to automatically receive the API change. Maybe periodically running the event every 1 min? I'm not quite sure. Thanks.
March 20, 2020 at 12:45PM by Iceepenguin
https://ift.tt/2vC6bUN
BLOC API Call Question
Hello! I am working on a ShuttleTracker app for my school. I receive the data from a JSON API that updates the geolocations of the shuttles. I am currently using the BLOC pattern in my app and I can retrieve the updated data every time I press the 'restart button'. What is the best way, using the BLOC pattern, to automatically receive the API change. Maybe periodically running the event every 1 min? I'm not quite sure. Thanks.
March 20, 2020 at 12:45PM by Iceepenguin
https://ift.tt/2vC6bUN
reddit
BLOC API Call Question
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Here's A Flutter Boilerplate(Starter Kit) with BLoC pattern, splash screen, sample pages, Google Admob ready
Building a Flutter app is simply amazing! Even more amazing is the fact that you can reuse your code in multiple projects! But there are times you simply need to kick-off a fresh project without having to copy from another project.So I wrote a simple boilerplate which I could easily
March 20, 2020 at 01:30PM by lexxyungcarter
https://ift.tt/2WvHaWg
Here's A Flutter Boilerplate(Starter Kit) with BLoC pattern, splash screen, sample pages, Google Admob ready
Building a Flutter app is simply amazing! Even more amazing is the fact that you can reuse your code in multiple projects! But there are times you simply need to kick-off a fresh project without having to copy from another project.So I wrote a simple boilerplate which I could easily
git clone
and simply kick-off! Having built 3 professional apps with it, I've open-sourced it so anyone stuck can simply kick-off and build their app.Happy coding everyone. (PRs are very welcome btw)Github Link - Flutter BoilerplateMarch 20, 2020 at 01:30PM by lexxyungcarter
https://ift.tt/2WvHaWg
GitHub
GitHub - acelords/flutter-starter-kit: A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app
A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app - GitHub - acelords/flutter-starter-kit: A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app
New post on Flutter Dev Google group:
Android and flutter sdk problem in Catalina
Please help me unable to run previous Flutter project on Catalina OS i.e after getting zsh shell updated. Cannot read sdk the path for android and flutter . Facing problem in VSCOde and Android
March 20, 2020 at 01:43PM by rakesh lorentz
https://ift.tt/2xVYlpY
Android and flutter sdk problem in Catalina
Please help me unable to run previous Flutter project on Catalina OS i.e after getting zsh shell updated. Cannot read sdk the path for android and flutter . Facing problem in VSCOde and Android
March 20, 2020 at 01:43PM by rakesh lorentz
https://ift.tt/2xVYlpY
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 Flutter Dev Google group:
How do I create a card widget which will expand to a new screen on swipe-up / tap?
I have posted all the details for this problem on stackoverflow. Here is the link. Any kind of help would be amazing. https://ift.tt/2U9Ptpv
March 20, 2020 at 02:26PM by savarav abhirham
https://ift.tt/33AK916
How do I create a card widget which will expand to a new screen on swipe-up / tap?
I have posted all the details for this problem on stackoverflow. Here is the link. Any kind of help would be amazing. https://ift.tt/2U9Ptpv
March 20, 2020 at 02:26PM by savarav abhirham
https://ift.tt/33AK916
Stack Overflow
Create a card widget which will expand to a new screen when swiped up
I am learning flutter and I have come across this UI on dribble which I am trying to replicate for practice.
https://gph.is/g/4oLJ0k5
As you can see in the above gif, there is a card widget which
https://gph.is/g/4oLJ0k5
As you can see in the above gif, there is a card widget which
New post on /r/flutterdev subreddit:
How do I create a card widget which will expand to a new screen on swipe-up/ tap.
I have posted all the details for this problem on stackoverflow. Here is the link. Any kind of help would be amazing. https://stackoverflow.com/q/60774936/6425689
March 20, 2020 at 02:34PM by abhirham
https://ift.tt/2Wzl7y3
How do I create a card widget which will expand to a new screen on swipe-up/ tap.
I have posted all the details for this problem on stackoverflow. Here is the link. Any kind of help would be amazing. https://stackoverflow.com/q/60774936/6425689
March 20, 2020 at 02:34PM by abhirham
https://ift.tt/2Wzl7y3
Stack Overflow
Create a card widget which will expand to a new screen when swiped up
I am learning flutter and I have come across this UI on dribble which I am trying to replicate for practice.
https://gph.is/g/4oLJ0k5
As you can see in the above gif, there is a card widget which
https://gph.is/g/4oLJ0k5
As you can see in the above gif, there is a card widget which
New post on /r/flutterdev subreddit:
how to open 3rd party from our app like open hangout meet from our app?
Hi,How can I open google hangout app from meeting urlif its exist then open app if its not exist then open browser or redirect to google play store.any suggestion please help me with this idea.than you.
March 20, 2020 at 03:29PM by MohsinKhan92
https://ift.tt/2xeRJ5u
how to open 3rd party from our app like open hangout meet from our app?
Hi,How can I open google hangout app from meeting urlif its exist then open app if its not exist then open browser or redirect to google play store.any suggestion please help me with this idea.than you.
March 20, 2020 at 03:29PM by MohsinKhan92
https://ift.tt/2xeRJ5u
reddit
how to open 3rd party from our app like open hangout meet from our...
Hi, How can I open google hangout app from meeting url if its exist then open app if its not exist then open browser or redirect to google play...
New post on Flutter Dev Google group:
Facing unknown issues
Not able solve this errors and warnings related . Please check the attached screenshots
March 20, 2020 at 04:07PM by rakesh lorentz
https://ift.tt/2xQU7zH
Facing unknown issues
Not able solve this errors and warnings related . Please check the attached screenshots
March 20, 2020 at 04:07PM by rakesh lorentz
https://ift.tt/2xQU7zH
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 Flutter Dev Google group:
Issues on new Flutter Project
What are these errors and warnings in New Flutter Project .Please Help....
March 20, 2020 at 04:10PM by rakesh lorentz
https://ift.tt/3dbn9dL
Issues on new Flutter Project
What are these errors and warnings in New Flutter Project .Please Help....
March 20, 2020 at 04:10PM by rakesh lorentz
https://ift.tt/3dbn9dL
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 Flutter Dev Google group:
Errors and warnings in Flutter
Please some one help me to get rid of this errors and warnings . Steps already taken by me to remove these issues: 1) Flutter SDK reinstalled 2) Created New Flutter Project 3) flutter pub get 4) flutter clean 5) Dart extension reinstalled 6) Set Path for flutter ZSH for Catalina OS.
March 20, 2020 at 04:42PM by rakesh lorentz
https://ift.tt/3ajkw7y
Errors and warnings in Flutter
Please some one help me to get rid of this errors and warnings . Steps already taken by me to remove these issues: 1) Flutter SDK reinstalled 2) Created New Flutter Project 3) flutter pub get 4) flutter clean 5) Dart extension reinstalled 6) Set Path for flutter ZSH for Catalina OS.
March 20, 2020 at 04:42PM by rakesh lorentz
https://ift.tt/3ajkw7y
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:
VelocityX - A minimalistic flutter framework released.
https://ift.tt/2IZPkhV
March 20, 2020 at 05:36PM by imthepk
https://ift.tt/3ddJibr
VelocityX - A minimalistic flutter framework released.
https://ift.tt/2IZPkhV
March 20, 2020 at 05:36PM by imthepk
https://ift.tt/3ddJibr
velocity-x.web.app
VelocityX
A new Flutter project.
New post on /r/flutterdev subreddit:
The new 'animations' library explained - gskinner blog
https://ift.tt/2U7xDDk
March 20, 2020 at 05:25PM by gskinner_team
https://ift.tt/2xcLbEy
The new 'animations' library explained - gskinner blog
https://ift.tt/2U7xDDk
March 20, 2020 at 05:25PM by gskinner_team
https://ift.tt/2xcLbEy
gskinner blog
Flutter: The new 'animations' library explained - gskinner blog
The Flutter team recently dropped a great new animations package, based on the new Material 2 design spec, fittingly called "animations". SharedAxis
New tweet from FlutterDev:
A #GoogleIO update: Out of concern for the health and safety of our developers, employees, and local communities — and in line with “shelter in place” requirements by the local Bay Area government — we sadly will not be holding an I/O event in any capacity this year. (1/3)— Google Developers (@googledevs) March 20, 2020
March 20, 2020 at 08:06PM
http://twitter.com/FlutterDev/status/1241078729087975425
A #GoogleIO update: Out of concern for the health and safety of our developers, employees, and local communities — and in line with “shelter in place” requirements by the local Bay Area government — we sadly will not be holding an I/O event in any capacity this year. (1/3)— Google Developers (@googledevs) March 20, 2020
March 20, 2020 at 08:06PM
http://twitter.com/FlutterDev/status/1241078729087975425
New post on /r/flutterdev subreddit:
Flutter SVG Animation
Hi,I have a project that i’m working on that requires Indoor Navigation. I was given SVG floor maps and I am required to draw a path based from a room to another as well as highlight washrooms and emergency exits when asked.I have to use flutter.I really need some help or insights on how i can solve this!Anyone with any ideas?Thank you so much!
March 20, 2020 at 08:27PM by justAskinz
https://ift.tt/2WrSdjs
Flutter SVG Animation
Hi,I have a project that i’m working on that requires Indoor Navigation. I was given SVG floor maps and I am required to draw a path based from a room to another as well as highlight washrooms and emergency exits when asked.I have to use flutter.I really need some help or insights on how i can solve this!Anyone with any ideas?Thank you so much!
March 20, 2020 at 08:27PM by justAskinz
https://ift.tt/2WrSdjs
reddit
Flutter SVG Animation
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Why did Flutter choose Dart?
Why did Flutter go with Dart instead of TypeScript or JavaScript for example?I enjoy flutter but do you see flutter being supported long term and not being abandoned by Google like some other projects they had back in the days?
March 20, 2020 at 09:37PM by maxahd
https://ift.tt/2U7awc3
Why did Flutter choose Dart?
Why did Flutter go with Dart instead of TypeScript or JavaScript for example?I enjoy flutter but do you see flutter being supported long term and not being abandoned by Google like some other projects they had back in the days?
March 20, 2020 at 09:37PM by maxahd
https://ift.tt/2U7awc3
reddit
Why did Flutter choose Dart?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Is anyone REALLY using Provider in a non-trivial app with async dependencies?
(There are older threads with similar titles, like this one with no conclusive or interesting answers.)I am trying to use scoped DI in a fairly complex app, so I chose Provider.The app requires a variety of "global" services in order to run, so the registration pattern goes along these lines:```dart runApp(MultiProvider( providers: [ //... ], child: MyApp(), ));class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { if (context.watch<DataLoading>().value) { return const CircularProgressIndicator(); } return MaterialApp( //... ```Pretty much like u/bizz84 does here.Most of my services require async initialization (some of them open Hive boxes), for which
March 20, 2020 at 09:48PM by frank06_
https://ift.tt/3a9DKwD
Is anyone REALLY using Provider in a non-trivial app with async dependencies?
(There are older threads with similar titles, like this one with no conclusive or interesting answers.)I am trying to use scoped DI in a fairly complex app, so I chose Provider.The app requires a variety of "global" services in order to run, so the registration pattern goes along these lines:```dart runApp(MultiProvider( providers: [ //... ], child: MyApp(), ));class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { if (context.watch<DataLoading>().value) { return const CircularProgressIndicator(); } return MaterialApp( //... ```Pretty much like u/bizz84 does here.Most of my services require async initialization (some of them open Hive boxes), for which
FutureProvider
is needed. But they also depend on other asynchronous services, which require the use of ProxyProvider
and the update
callback.FutureProxyProvider
does not exist and Remi wasn't able to come up with an API for this usecase.So something as simple as:dart int a = await Future.value(42); num b = await Future.value(a + 0.2); String c = b.toString();
turns out to be hair-pulling in the Provider world.dart MultiProvider( providers: [ FutureProvider<int>(create: (_) => Future.value(42)), FutureProvider<num>(create: (context) => Future.value(context.watch<int>() + 0.2)), ProxyProvider<num, String>(update: (_, b, __) => b.toString()), ]
(The updated value of num
never reaches the String
provider.)Sure, I could use await
like the following:```dart runApp(CircularProgressIndicator());// do ALL async work here await getApplicationDocumentsDirectory(); await service1(); await service2(); await service3();runApp(MultiProvider(syncSetup(...), child: MyApp())); ```but this would not be the Flutter way, as Remi put it: "Providers will require you to always be ready to draw.". This means that your data loading widget, or CircularProgressIndicator()
should be in the build method of your app widget.u/remirousselet is a blessing with all his fantastic open source work, but practical and real-world examples of Provider is something I've yet to see. "Anyone using Provider in production?" doesn't add much at all.Is anyone using it in this fashion and can share their async setup? Any good alternative or perhaps some resource I have missed?March 20, 2020 at 09:48PM by frank06_
https://ift.tt/3a9DKwD
reddit
Example of MultiProvider in a real-world app?
I am trying to wrap my head around Provider and MultiProvider. But the recent switch to Provider v3 plus their confusing README leaves me wanting...