Reddit: List Detail with Cloud Firestore in Flutter
https://www.youtube.com/watch?v=6uBjMFoyT-I
Submitted October 13, 2018 at 12:06AM by Elixane
via reddit https://ift.tt/2QN8kBV
https://www.youtube.com/watch?v=6uBjMFoyT-I
Submitted October 13, 2018 at 12:06AM by Elixane
via reddit https://ift.tt/2QN8kBV
YouTube
List Detail with Cloud Firestore in Flutter
In this video, you will learn how to use a FutureBuilder when retrieving data from Cloud Firestore. Once we get the data, we will display the data in a list. Finally, we will pass data from one page to another to implement a list-detail flow. You will learn…
Reddit: Run iOS app on Windows for debugging in Flutter
What is the best way to run the iOS apps if I'm on windows? And I dont have any physical iPhone device nearby? Any online simulator you'd recommend?
Submitted October 13, 2018 at 02:08PM by pblead26
via reddit https://ift.tt/2A7lmoz
What is the best way to run the iOS apps if I'm on windows? And I dont have any physical iPhone device nearby? Any online simulator you'd recommend?
Submitted October 13, 2018 at 02:08PM by pblead26
via reddit https://ift.tt/2A7lmoz
reddit
r/FlutterDev - Run iOS app on Windows for debugging in Flutter
3 votes and 1 comment so far on Reddit
Reddit: Is FlutterWeekly dead?
I haven't received any newsletter for a month or so, there's also no info on the website. Could anyone confirm they stopped sending it or is it just me (mailbox issues or something)?
Submitted October 13, 2018 at 03:55PM by tomwyr
via reddit https://ift.tt/2CbEfYS
I haven't received any newsletter for a month or so, there's also no info on the website. Could anyone confirm they stopped sending it or is it just me (mailbox issues or something)?
Submitted October 13, 2018 at 03:55PM by tomwyr
via reddit https://ift.tt/2CbEfYS
reddit
r/FlutterDev - Is FlutterWeekly dead?
1 vote and 0 comments so far on Reddit
Reddit: My Flutter Project
Hi everyone!I been learning flutter for one month now, and I love it! I done all codelabs and have good knowledge of it. It’s surprising how easy it is to use! A big thank you to the contributors.I’m getting bored of the tutorials now and want to learn more by doing a big project. I also want to show my boss we should use flutter for our apps - not native or react. He say I can convince him by writing a complex app in one month.My boss idea is to write a paid subscription app to help people do DIY. The app will connect people who need advice to people who have experience, then let them chat in messaging. As example, person A want advice on plumbing, so the app connect him to person B, who know how to plumbing. Then they chat. Person A pay monthly subscription to app, and Person B get paid for answer questions.So I need to implement:Social loginSomehow connect the two users togetherPush notificationPayment subscription (Stripe?)MessagingI done Firebase tutorial and I like Firebase because no need for server. I don’t like to waste time writing big back-end (and I don’t have a lot experience).I think this project will help me learn flutter and convince my boss flutter is amazing! Does anyone know how I can build it easily? I need to build in one month deadline. So, I need templates, examples, tutorials…Any help much appreciated!Let’s show my boss flutter better than react!!
Submitted October 13, 2018 at 10:23PM by Flutter_Dev
via reddit https://ift.tt/2yzZyQv
Hi everyone!I been learning flutter for one month now, and I love it! I done all codelabs and have good knowledge of it. It’s surprising how easy it is to use! A big thank you to the contributors.I’m getting bored of the tutorials now and want to learn more by doing a big project. I also want to show my boss we should use flutter for our apps - not native or react. He say I can convince him by writing a complex app in one month.My boss idea is to write a paid subscription app to help people do DIY. The app will connect people who need advice to people who have experience, then let them chat in messaging. As example, person A want advice on plumbing, so the app connect him to person B, who know how to plumbing. Then they chat. Person A pay monthly subscription to app, and Person B get paid for answer questions.So I need to implement:Social loginSomehow connect the two users togetherPush notificationPayment subscription (Stripe?)MessagingI done Firebase tutorial and I like Firebase because no need for server. I don’t like to waste time writing big back-end (and I don’t have a lot experience).I think this project will help me learn flutter and convince my boss flutter is amazing! Does anyone know how I can build it easily? I need to build in one month deadline. So, I need templates, examples, tutorials…Any help much appreciated!Let’s show my boss flutter better than react!!
Submitted October 13, 2018 at 10:23PM by Flutter_Dev
via reddit https://ift.tt/2yzZyQv
reddit
r/FlutterDev - My Flutter Project
2 votes and 2 comments so far on Reddit
Reddit: Animating transition when using Stacks
Hi,Could someone show me example how I could animate transition between pages while using Stacks?I have 2 Pages stacked: PageOne and PageTwo. By clicking FAB it will change what page its showing, how could I animate the transition between the pages? If possible submit example code.https://stackoverflow.com/questions/45235570/how-to-use-bottomnavigationbar-with-navigator/45992604#45992604Above is a example code is pretty much the same what I have currently.Thanks
Submitted October 14, 2018 at 08:18AM by HomeDope
via reddit https://ift.tt/2pTSWbH
Hi,Could someone show me example how I could animate transition between pages while using Stacks?I have 2 Pages stacked: PageOne and PageTwo. By clicking FAB it will change what page its showing, how could I animate the transition between the pages? If possible submit example code.https://stackoverflow.com/questions/45235570/how-to-use-bottomnavigationbar-with-navigator/45992604#45992604Above is a example code is pretty much the same what I have currently.Thanks
Submitted October 14, 2018 at 08:18AM by HomeDope
via reddit https://ift.tt/2pTSWbH
Stack Overflow
How to use BottomNavigationBar with Navigator?
The Flutter Gallery example of BottomNavigationBar uses a Stack of FadeTransitions in the body of the Scaffold.
I feel it would be cleaner (and easier to animate) if we could switch pages by using a
I feel it would be cleaner (and easier to animate) if we could switch pages by using a
Reddit: Ozzie, our new testing friend
https://ift.tt/2Ekiclu
Submitted October 14, 2018 at 10:49AM by Purple_Pizzazz
via reddit https://ift.tt/2RThMFs
https://ift.tt/2Ekiclu
Submitted October 14, 2018 at 10:49AM by Purple_Pizzazz
via reddit https://ift.tt/2RThMFs
Medium
Ozzie, our new testing friend
One of the things that I like the most about Flutter is the ease of testing that comes with the platform; testing is a first class citizen…
Reddit: Android Studio fails to build project properly
I working with Android Studio and Flutter after switching from VSC, I got extremely frustrated. When I was building to an emulator for the first time, the app displayed fine, and after a few hot reloads and a few clean builds the UI stopped showing. I had no idea what was going! I tried reverting commit to the last successful build and the UI wasn't showing either. I switched the project to VSC and surprisingly everything was fine! Has anyone experienced something similar with AS? P.S. I am running on the latest stable release.
Submitted October 14, 2018 at 01:07PM by adrian110288
via reddit https://ift.tt/2RTuMuK
I working with Android Studio and Flutter after switching from VSC, I got extremely frustrated. When I was building to an emulator for the first time, the app displayed fine, and after a few hot reloads and a few clean builds the UI stopped showing. I had no idea what was going! I tried reverting commit to the last successful build and the UI wasn't showing either. I switched the project to VSC and surprisingly everything was fine! Has anyone experienced something similar with AS? P.S. I am running on the latest stable release.
Submitted October 14, 2018 at 01:07PM by adrian110288
via reddit https://ift.tt/2RTuMuK
reddit
r/FlutterDev - Android Studio fails to build project properly
1 vote and 0 comments so far on Reddit
Reddit: Remote Redux Debugging for Flutter Apps
https://ift.tt/2yrUgq7
Submitted October 14, 2018 at 12:34PM by MichaelMarner
via reddit https://ift.tt/2RO5rSS
https://ift.tt/2yrUgq7
Submitted October 14, 2018 at 12:34PM by MichaelMarner
via reddit https://ift.tt/2RO5rSS
Medium
Remote Redux Debugging in Flutter
Connect your Flutter app’s Redux Store to the Redux Devtools from the web!
Reddit: Why is Flutter making people go crazy?
https://medium.com/@rohantaneja/why-is-flutter-making-people-go-crazy-fdc67f29aff6 #Flutter @flutterio @flutteriodaily @rohantaneja_https://reddit.com/link/9o2p96/video/khj78daik5s11/player
Submitted October 14, 2018 at 03:28PM by tanejarohan
via reddit https://ift.tt/2Pz4TP9
https://medium.com/@rohantaneja/why-is-flutter-making-people-go-crazy-fdc67f29aff6 #Flutter @flutterio @flutteriodaily @rohantaneja_https://reddit.com/link/9o2p96/video/khj78daik5s11/player
Submitted October 14, 2018 at 03:28PM by tanejarohan
via reddit https://ift.tt/2Pz4TP9
Medium
Why is Flutter making people go crazy?
If you’ve been wondering what is this Flutter craze all about? You have your answer here.
Reddit: My first Flutter app - xkcdViewer
Hi r/FlutterDev! 👋I've been tinkering with Android development for some time now but never had the drive to finish and/or publish an app yet.Thanks to Flutter I finally managed to put something out there which hopefully helps and encourages others to try it out too.xkcdViewer is a lightweight app for viewing xkcd comics. You can browse randomly through the comics, add them to your favorites and revisit them later on.Also there are many features I've planned to implement in the future like saving comics, gestures for adding to favorites or next/previous comic, notifications and custom themes.Try it out and let me know what you think! 😊It's also open source!Feel free to create an issue if you encounter any bugs or have a good feature request.
Submitted October 14, 2018 at 02:34PM by ylfiir
via reddit https://ift.tt/2OVBDF9
Hi r/FlutterDev! 👋I've been tinkering with Android development for some time now but never had the drive to finish and/or publish an app yet.Thanks to Flutter I finally managed to put something out there which hopefully helps and encourages others to try it out too.xkcdViewer is a lightweight app for viewing xkcd comics. You can browse randomly through the comics, add them to your favorites and revisit them later on.Also there are many features I've planned to implement in the future like saving comics, gestures for adding to favorites or next/previous comic, notifications and custom themes.Try it out and let me know what you think! 😊It's also open source!Feel free to create an issue if you encounter any bugs or have a good feature request.
Submitted October 14, 2018 at 02:34PM by ylfiir
via reddit https://ift.tt/2OVBDF9
Google Play
xkcdViewer - Apps on Google Play
xkcdViewer is a simple comic viewer built for the infamous xkcd webcomic.
xkcdViewer lets you quickly browse randomly through comics, add them to your favorites and share them with friends and family.
Features:
- View the latest xkcd comic
- Browse for…
xkcdViewer lets you quickly browse randomly through comics, add them to your favorites and share them with friends and family.
Features:
- View the latest xkcd comic
- Browse for…
Reddit: Start building your Flutter Tool Belt.
https://ift.tt/2QP9YD9
Submitted October 14, 2018 at 05:41PM by Elixane
via reddit https://ift.tt/2A9xnJU
https://ift.tt/2QP9YD9
Submitted October 14, 2018 at 05:41PM by Elixane
via reddit https://ift.tt/2A9xnJU
Medium
Start building your Flutter Tool Belt.
There are a LOT of resources for learning more about Flutter. Many GDGs have been or are running Flutter Camps and there Flutter Meetups…
Reddit: 11. Flutter e-commerce app: Horizontal list view part 1
https://www.youtube.com/attribution_link?a=xpckN4PWsbM&u=%2Fwatch%3Fv%3D32RI0qUnTzQ%26feature%3Dshare
Submitted October 14, 2018 at 06:53PM by kibatheseven
via reddit https://ift.tt/2A9pVyv
https://www.youtube.com/attribution_link?a=xpckN4PWsbM&u=%2Fwatch%3Fv%3D32RI0qUnTzQ%26feature%3Dshare
Submitted October 14, 2018 at 06:53PM by kibatheseven
via reddit https://ift.tt/2A9pVyv
YouTube
11. Flutter e-commerce app: Horizontal list view part 1
In this video we are going to create a horizontal list view inside of a list view, i hope you enjoy it and learn from it
Reddit: tinano: Plugin to automatically generate parsing code for sqflite queries
https://ift.tt/2Aa0j4B
Submitted October 14, 2018 at 06:50PM by simolus3
via reddit https://ift.tt/2QPO9mT
https://ift.tt/2Aa0j4B
Submitted October 14, 2018 at 06:50PM by simolus3
via reddit https://ift.tt/2QPO9mT
GitHub
simolus3/tinano
A typesafe sqlite persistence library for flutter. Contribute to simolus3/tinano development by creating an account on GitHub.
Reddit: Suggestion for display tweaks to /FlutterDev appearance
Don't know if this is a reddit boondoggle or if the mods can do something about it.Search box controls overlap (search this subreddit & include nsfw.. are on same line) in results view.Subscribe button green / white is exceptionally poor contrast.
Submitted October 15, 2018 at 01:08AM by relativityboy
via reddit https://ift.tt/2yilhgf
Don't know if this is a reddit boondoggle or if the mods can do something about it.Search box controls overlap (search this subreddit & include nsfw.. are on same line) in results view.Subscribe button green / white is exceptionally poor contrast.
Submitted October 15, 2018 at 01:08AM by relativityboy
via reddit https://ift.tt/2yilhgf
reddit
r/FlutterDev - Suggestion for display tweaks to /FlutterDev appearance
1 vote and 0 comments so far on Reddit
GGroup: IOS crash, it is like slow motion
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it?
Submitted October 15, 2018 at 05:49AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2pSY3st
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it?
Submitted October 15, 2018 at 05:49AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2pSY3st
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.
GGroup: IOS crash, it is like slow motion
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it? Bug: Falling back to storing access token in NSUserDefaults because of simulator bug
Submitted October 15, 2018 at 05:54AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2NHbgOC
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it? Bug: Falling back to storing access token in NSUserDefaults because of simulator bug
Submitted October 15, 2018 at 05:54AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2NHbgOC
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.
Reddit: Is there a way to add items to the Alt+Enter menu?
Would be nice if I could add some items myself. For example, there is "Wrap with widget", "Wrap with column", etc. But what if I want to add another one, like wrap with Builder? Is there an easy-enough way to do that?
Submitted October 15, 2018 at 07:16AM by aalhamali
via reddit https://ift.tt/2yEeBsd
Would be nice if I could add some items myself. For example, there is "Wrap with widget", "Wrap with column", etc. But what if I want to add another one, like wrap with Builder? Is there an easy-enough way to do that?
Submitted October 15, 2018 at 07:16AM by aalhamali
via reddit https://ift.tt/2yEeBsd
reddit
r/FlutterDev - Is there a way to add items to the Alt+Enter menu?
3 votes and 8 comments so far on Reddit
GGroup: [Breaking Change] Replacing Null by void
Hi, Most of Flutter API has been designed before `void` was allowed to be used as type argument and `Null` has been used instead. `void` been more familiar to most users (and more specific than Null - so additional errors can be spot on) I propose to replace most of `Null` by `void`. This
Submitted October 15, 2018 at 09:36AM by Alexandre Ardhuin
via Flutter Dev https://ift.tt/2yiWvN3
Hi, Most of Flutter API has been designed before `void` was allowed to be used as type argument and `Null` has been used instead. `void` been more familiar to most users (and more specific than Null - so additional errors can be spot on) I propose to replace most of `Null` by `void`. This
Submitted October 15, 2018 at 09:36AM by Alexandre Ardhuin
via Flutter Dev https://ift.tt/2yiWvN3
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.
Reddit: Flutter Active Facebook Group
Found this fb group https://www.facebook.com/groups/425920117856409. It has 4000+ member and It is very active.
Submitted October 15, 2018 at 01:01PM by m0riArT3
via reddit https://ift.tt/2OnD13Y
Found this fb group https://www.facebook.com/groups/425920117856409. It has 4000+ member and It is very active.
Submitted October 15, 2018 at 01:01PM by m0riArT3
via reddit https://ift.tt/2OnD13Y
Facebook
Let's Flutter with Dart | Facebook
Welcome to the Let's flutter & dart group. This group is for all the devs who want to learn or explore flutter. People here can ask for help or also can help others. Thanks, Keep Fluttering !!!
Here...
Here...
GGroup: CupertinoNavigationBar with TabBar
Hi, with the normal AppBar I'm able to include in the bottom a TabBar, but the new Cupertino Navigation Bar doesn't seem to have that. Can anyone help me how I can archive the same with the new Cupertino Navigation Bar, maybe you could lead me to an example? Thank you, Marc
Submitted October 15, 2018 at 06:39PM by Marc Andrew
via Flutter Dev https://ift.tt/2CPaz4S
Hi, with the normal AppBar I'm able to include in the bottom a TabBar, but the new Cupertino Navigation Bar doesn't seem to have that. Can anyone help me how I can archive the same with the new Cupertino Navigation Bar, maybe you could lead me to an example? Thank you, Marc
Submitted October 15, 2018 at 06:39PM by Marc Andrew
via Flutter Dev https://ift.tt/2CPaz4S
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.