New post on /r/flutterdev subreddit:
I was able to Port my React Native app to Flutter in 3 days
Everything is so much better. The big advantage is there's a single source of truth for how to do things the right way. You don't need to use 36 different third-party modules to build an extremely basic project.Material design, of course built in, state management, built in. Navigation...This unto itself makes stuff much easier to get and keep working.Next the Dart programing language. I'm upset this wasn't adopted as a browser language. Dart is what Typescript should of been. The JS ecosystem is a convoluted nightmare. I don't know if I'll need to build a server from scratch anytime soon, but I think i might use Dart for some AWS lambdasBuild tools.Compared to RN's Expo, flutter takes a bit longer . Installing Android studio isn't fun. Yet once you do it's a much better experience. Apps debug very well.Overall Google has much tighter control over the flutter ecosystem than FB does over React's.In a way I think Flutter is built off the lessions learned from React Native paving the way. It's shocking how easy things are .Here's my original post from last week before I took the dive.https://www.reddit.com/r/FlutterDev/comments/fhth7p/downsides_of_switching_from_react_native_to/
March 20, 2020 at 04:54AM by undefinedNANString
https://ift.tt/33xI1Y1
I was able to Port my React Native app to Flutter in 3 days
Everything is so much better. The big advantage is there's a single source of truth for how to do things the right way. You don't need to use 36 different third-party modules to build an extremely basic project.Material design, of course built in, state management, built in. Navigation...This unto itself makes stuff much easier to get and keep working.Next the Dart programing language. I'm upset this wasn't adopted as a browser language. Dart is what Typescript should of been. The JS ecosystem is a convoluted nightmare. I don't know if I'll need to build a server from scratch anytime soon, but I think i might use Dart for some AWS lambdasBuild tools.Compared to RN's Expo, flutter takes a bit longer . Installing Android studio isn't fun. Yet once you do it's a much better experience. Apps debug very well.Overall Google has much tighter control over the flutter ecosystem than FB does over React's.In a way I think Flutter is built off the lessions learned from React Native paving the way. It's shocking how easy things are .Here's my original post from last week before I took the dive.https://www.reddit.com/r/FlutterDev/comments/fhth7p/downsides_of_switching_from_react_native_to/
March 20, 2020 at 04:54AM by undefinedNANString
https://ift.tt/33xI1Y1
reddit
Downsides of switching from React Native to Flutter
Hi all, I'm basically tired of how duct taped together react native feels. It's almost like to even do basic things, as in getting the material...
New post on /r/flutterdev subreddit:
Need a Plugin for Tables rows and columns created on demand.
I am in search for someone who can create a plugin where table rows and columns are created on demand like listview.builder does . This would definitely up my app's performance and help me retain users .Along with this i am looking for the following features tooFixed Header and ColumnSearch FunctionalityBidirectional ScrollingHighlighting or complete row and column.
March 20, 2020 at 06:08AM by nikesh03
https://ift.tt/3a7e9Ez
Need a Plugin for Tables rows and columns created on demand.
I am in search for someone who can create a plugin where table rows and columns are created on demand like listview.builder does . This would definitely up my app's performance and help me retain users .Along with this i am looking for the following features tooFixed Header and ColumnSearch FunctionalityBidirectional ScrollingHighlighting or complete row and column.
March 20, 2020 at 06:08AM by nikesh03
https://ift.tt/3a7e9Ez
reddit
Need a Plugin for Tables rows and columns created on demand.
I am in search for someone who can create a plugin where table rows and columns are created on demand like listview.builder does . This would...
New post on Flutter Dev Google group:
Flutter Plugin Help - Tables rows and columns created on demand
Hello , I recently created app for which i am displaying loads of data in tables . Everything is working fine , but the table data is not getting created on demand like recyclerview in android . This would definitely improve the performance of my app and help me retain my users . Does anyone
March 20, 2020 at 06:01AM by Nikesh Bhansali
https://ift.tt/2vAZceN
Flutter Plugin Help - Tables rows and columns created on demand
Hello , I recently created app for which i am displaying loads of data in tables . Everything is working fine , but the table data is not getting created on demand like recyclerview in android . This would definitely improve the performance of my app and help me retain my users . Does anyone
March 20, 2020 at 06:01AM by Nikesh Bhansali
https://ift.tt/2vAZceN
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:
Widget Hell? ❤ Flutter
https://ift.tt/2vxLhGi
March 20, 2020 at 07:56AM by yongjhih
https://ift.tt/2wegPBF
Widget Hell? ❤ Flutter
https://ift.tt/2vxLhGi
March 20, 2020 at 07:56AM by yongjhih
https://ift.tt/2wegPBF
Medium
Widget Hell? ❤ Flutter
Flutter is really easy to learn, but there is a widget hell.
New post on /r/flutterdev subreddit:
Can anyone recommend a good book for Flutter?
Hi. Im beginning development with Flutter. Is there any book I can follow?
March 20, 2020 at 08:36AM by Vyomaan
https://ift.tt/2QyoiCj
Can anyone recommend a good book for Flutter?
Hi. Im beginning development with Flutter. Is there any book I can follow?
March 20, 2020 at 08:36AM by Vyomaan
https://ift.tt/2QyoiCj
reddit
Can anyone recommend a good book for Flutter?
Hi. Im beginning development with Flutter. Is there any book I can follow?
New post on /r/flutterdev subreddit:
FULL TEXT SEARCH IN FLUTTER FIRESTORE USING ALGOLIA.
https://www.youtube.com/watch?v=ig5-4F9OmbM&feature=share
March 20, 2020 at 08:30AM by Kickbykick
https://ift.tt/2J1thaz
FULL TEXT SEARCH IN FLUTTER FIRESTORE USING ALGOLIA.
https://www.youtube.com/watch?v=ig5-4F9OmbM&feature=share
March 20, 2020 at 08:30AM by Kickbykick
https://ift.tt/2J1thaz
YouTube
FULL TEXT SEARCH IN {FLUTTER + FIRESTORE} USING ALGOLIA.
All the code: https://github.com/Kickbykick/Flutter-Algolia-full-text-search Npm and node.js installation: https://nodejs.org/en/ Algolia package: https://pu...
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.