New post on /r/flutterdev subreddit:
The Summer may be nearly over, but I still decided to make a new app, Cocktailr!
Cocktailr is the ideal app for cocktail enthusiasts. It allows users to discover cocktails and learn new recipes. Feel free to check it out on the Play Store, https://play.google.com/store/apps/details?id=com.bramdeconinck.cocktailr. It would make my day if some of you would check it out :)I'm using an open-source database, https://www.thecocktaildb.com/ for all data and BLoC + Provider for state management. The source code can be found here: https://github.com/BramDC3/Cocktailr.
August 31, 2019 at 10:37PM by bramwarsx
https://ift.tt/2MLXe2k
The Summer may be nearly over, but I still decided to make a new app, Cocktailr!
Cocktailr is the ideal app for cocktail enthusiasts. It allows users to discover cocktails and learn new recipes. Feel free to check it out on the Play Store, https://play.google.com/store/apps/details?id=com.bramdeconinck.cocktailr. It would make my day if some of you would check it out :)I'm using an open-source database, https://www.thecocktaildb.com/ for all data and BLoC + Provider for state management. The source code can be found here: https://github.com/BramDC3/Cocktailr.
August 31, 2019 at 10:37PM by bramwarsx
https://ift.tt/2MLXe2k
Google Play
Cocktailr - Apps on Google Play
Cocktailr is de perfecte applicatie voor cocktail liefhebbers. Gebruikers kunnen nieuwe cocktails ontdekken en zoeken op basis van ingrediënten die ze hebben.
New post on /r/flutterdev subreddit:
FlutterGrocery-ShoppingAppUI freebie
Phew! and it's done. I saw a Grocery app UI screens then I decided to do it in flutter. Feel free to dig in.....https://github.com/ahkohd/FlutterGrocery-ShoppingAppUI
August 31, 2019 at 11:13PM by ahkohd
https://ift.tt/2MK37wR
FlutterGrocery-ShoppingAppUI freebie
Phew! and it's done. I saw a Grocery app UI screens then I decided to do it in flutter. Feel free to dig in.....https://github.com/ahkohd/FlutterGrocery-ShoppingAppUI
August 31, 2019 at 11:13PM by ahkohd
https://ift.tt/2MK37wR
GitHub
GitHub - ahkohd/FlutterGrocery-ShoppingAppUI: 🍔😋 Grocery Shopping App template UI kit in Flutter
🍔😋 Grocery Shopping App template UI kit in Flutter - GitHub - ahkohd/FlutterGrocery-ShoppingAppUI: 🍔😋 Grocery Shopping App template UI kit in Flutter
New post on /r/flutterdev subreddit:
'60 Days of Flutter: Building a Messenger from Scratch' : Day 18–19 : Unit Testing in Flutter using ‘ mockito’
https://medium.com/@adityadroid/60-days-of-flutter-building-a-messenger-day-18-19-unit-testing-in-flutter-using-mockito-8bafd7445dd8
August 31, 2019 at 11:53PM by aditya_gurjar
https://ift.tt/2MVkPOf
'60 Days of Flutter: Building a Messenger from Scratch' : Day 18–19 : Unit Testing in Flutter using ‘ mockito’
https://medium.com/@adityadroid/60-days-of-flutter-building-a-messenger-day-18-19-unit-testing-in-flutter-using-mockito-8bafd7445dd8
August 31, 2019 at 11:53PM by aditya_gurjar
https://ift.tt/2MVkPOf
Medium
60 Days of Flutter :Building a Messenger : Day 18–19 : Unit Testing in Flutter using ‘ mockito’
and mocking external services like Firebase to Unit Test the Providers.
New post on /r/flutterdev subreddit:
Flutter Grocery Shopping App template UI kit
https://ift.tt/2Pw8xxK
August 31, 2019 at 11:45PM by ahkohd
https://ift.tt/2NOxt17
Flutter Grocery Shopping App template UI kit
https://ift.tt/2Pw8xxK
August 31, 2019 at 11:45PM by ahkohd
https://ift.tt/2NOxt17
GitHub
ahkohd/FlutterGrocery-ShoppingAppUI
Fryo - Grocery Shopping App template UI kit in Flutter 🍔😋 - ahkohd/FlutterGrocery-ShoppingAppUI
New post on /r/flutterdev subreddit:
Flutter application responsiveness
When you code a flutter application is it responsive to the different screen sizes, or do use a specific widget. If so which widget? Any totuials for how to make it responsive?
September 01, 2019 at 07:59AM by 123Spaceman123
https://ift.tt/2NKftES
Flutter application responsiveness
When you code a flutter application is it responsive to the different screen sizes, or do use a specific widget. If so which widget? Any totuials for how to make it responsive?
September 01, 2019 at 07:59AM by 123Spaceman123
https://ift.tt/2NKftES
reddit
r/FlutterDev - Flutter application responsiveness
0 votes and 4 comments so far on Reddit
New post on Flutter Dev Google group:
developers need GUI tool for design
Hi. I am a flutter user. I'll give you one piece of advice. How about creating a tool that lets you design with a graphical user interface? Version 2.0 will be coming soon, but it is not easy for a single developer to express ui by text coding. It's nice to make a lot of features, but first of
September 01, 2019 at 10:57AM by rain kim
https://ift.tt/30PcH53
developers need GUI tool for design
Hi. I am a flutter user. I'll give you one piece of advice. How about creating a tool that lets you design with a graphical user interface? Version 2.0 will be coming soon, but it is not easy for a single developer to express ui by text coding. It's nice to make a lot of features, but first of
September 01, 2019 at 10:57AM by rain kim
https://ift.tt/30PcH53
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:
Manage Connectivity In Your Flutter App
https://ift.tt/2Zo8V5Q
September 01, 2019 at 11:25AM by Elixane
https://ift.tt/30PL7EK
Manage Connectivity In Your Flutter App
https://ift.tt/2Zo8V5Q
September 01, 2019 at 11:25AM by Elixane
https://ift.tt/30PL7EK
Medium
Manage Connectivity In Your Flutter App
Here is the easiest way to manage your app’s connectivity using Flutter and the Connectivity package!
New post on /r/flutterdev subreddit:
Any reason why Bloc pattern examples fetch ids first?
I have seen several examples including from the Boring show with the flutter team and also the cocktal app someone released recently fetched the data first by a list of ids and then used a stream builder to re fetch each individual id to get the object data. Arent you making n+1 requests? Why not just fetch the list with the ids + the other fields all the first round about since you can query the data with it... and just use the streambuilder for pagination? Sorry if this is a dumb question.
September 01, 2019 at 10:38AM by quanwhom
https://ift.tt/2LekdzC
Any reason why Bloc pattern examples fetch ids first?
I have seen several examples including from the Boring show with the flutter team and also the cocktal app someone released recently fetched the data first by a list of ids and then used a stream builder to re fetch each individual id to get the object data. Arent you making n+1 requests? Why not just fetch the list with the ids + the other fields all the first round about since you can query the data with it... and just use the streambuilder for pagination? Sorry if this is a dumb question.
September 01, 2019 at 10:38AM by quanwhom
https://ift.tt/2LekdzC
reddit
r/FlutterDev - Any reason why Bloc pattern examples fetch ids first?
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Recreating Slack app’s on-boarding animation with Flutter
https://ift.tt/30OYaGn
September 01, 2019 at 12:21PM by EngineerScientist
https://ift.tt/2PIYF3Y
Recreating Slack app’s on-boarding animation with Flutter
https://ift.tt/30OYaGn
September 01, 2019 at 12:21PM by EngineerScientist
https://ift.tt/2PIYF3Y
Medium
Recreating Slack app’s on-boarding animation with Flutter
Slack is used in many tech companies for daily collaboration across teams and departments. If you have it’s app on your phone and open it…
New post on /r/flutterdev subreddit:
Generative Art using Flutter
https://twitter.com/BlueAquilae/status/1168095910754160640
September 01, 2019 at 12:49PM by Sol_Ido
https://ift.tt/2HDwflh
Generative Art using Flutter
https://twitter.com/BlueAquilae/status/1168095910754160640
September 01, 2019 at 12:49PM by Sol_Ido
https://ift.tt/2HDwflh
Twitter
Robert Felker
I'm very found of #generative art and started a serie called #d_Art using @dart_lang & #Flutter If you're interested follow, retweet, like cause I'm gonna release some code & can't wait to see what sort of #d_Art you'll publish !!
New post on /r/flutterdev subreddit:
FlutterForce — Week 42
https://ift.tt/2Ljfpt3
September 01, 2019 at 12:48PM by flutterist
https://ift.tt/2MOgb4u
FlutterForce — Week 42
https://ift.tt/2Ljfpt3
September 01, 2019 at 12:48PM by flutterist
https://ift.tt/2MOgb4u
Medium
FlutterForce — #Week 42
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
I discover Flutter and it's documentation (tutorial on multiple parts! )
https://ift.tt/2HDjKq1
September 01, 2019 at 01:47PM by Thibault_JP
https://ift.tt/2Zvn6WK
I discover Flutter and it's documentation (tutorial on multiple parts! )
https://ift.tt/2HDjKq1
September 01, 2019 at 01:47PM by Thibault_JP
https://ift.tt/2Zvn6WK
Medium
I’m learning Flutter in real time! Follow my progress live (Part.1) | EN/FR
In this article I will write step by step how I learned about Flutter.
New post on /r/flutterdev subreddit:
Can Flutter handle building an interpreter for a programming language?
Basically, I'm planning on building an interpreter for LOLcode. The user inputs their code in LOLcode, then the program does what is coded. Can Flutter handle this? Why or why not?Sorry, I'm not proficient enough in Flutter to gauge this.
September 01, 2019 at 01:41PM by xtrxtr
https://ift.tt/2LjV0nK
Can Flutter handle building an interpreter for a programming language?
Basically, I'm planning on building an interpreter for LOLcode. The user inputs their code in LOLcode, then the program does what is coded. Can Flutter handle this? Why or why not?Sorry, I'm not proficient enough in Flutter to gauge this.
September 01, 2019 at 01:41PM by xtrxtr
https://ift.tt/2LjV0nK
reddit
r/FlutterDev - Can Flutter handle building an interpreter for a programming language?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Unhandled Exception: NoSuchMethodError: The method 'then' was called on null
After I have uploaded image to firebase storage, how can I return the url ? I can see the images are successfully uploaded to Firebase Storage. *bloc* _repository.getImageDownloadUrl(ref.documentID, workOrder.imagePath).then( (val) => print(val))); *repository* @override Future
September 01, 2019 at 03:57PM by Tony Seng
https://ift.tt/2ZuY8qz
Unhandled Exception: NoSuchMethodError: The method 'then' was called on null
After I have uploaded image to firebase storage, how can I return the url ? I can see the images are successfully uploaded to Firebase Storage. *bloc* _repository.getImageDownloadUrl(ref.documentID, workOrder.imagePath).then( (val) => print(val))); *repository* @override Future
September 01, 2019 at 03:57PM by Tony Seng
https://ift.tt/2ZuY8qz
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:
Flutter code written after CupertinoDatePicker is executed before it.
Code written after CupertinoDatePicker is executed before it.. I'm using CupertinoDatePicker, and facing this issue. Below code is an example that I have created to ask the question and find the solution from flutter experts. Any help to solve the issue will be appreciated. Expected Result:
September 01, 2019 at 05:43PM by flutter testing
https://ift.tt/34fTPyf
Flutter code written after CupertinoDatePicker is executed before it.
Code written after CupertinoDatePicker is executed before it.. I'm using CupertinoDatePicker, and facing this issue. Below code is an example that I have created to ask the question and find the solution from flutter experts. Any help to solve the issue will be appreciated. Expected Result:
September 01, 2019 at 05:43PM by flutter testing
https://ift.tt/34fTPyf
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:
Navigate without Context in Flutter | Flutter Navigation Service Tutorial
https://youtu.be/kopdISefbJc
September 01, 2019 at 05:38PM by EngineerScientist
https://ift.tt/2zGgZzH
Navigate without Context in Flutter | Flutter Navigation Service Tutorial
https://youtu.be/kopdISefbJc
September 01, 2019 at 05:38PM by EngineerScientist
https://ift.tt/2zGgZzH
YouTube
Navigate without Context in Flutter | Flutter Navigation Service Tutorial
In this Flutter tutorial we go over the process of moving your navigation logic out of your UI file into the business logic file.
📚 Written 📗: http://filledstacks.com/post/navigate-without-build-context-in-flutter-using-a-navigation-service
Starting Project:…
📚 Written 📗: http://filledstacks.com/post/navigate-without-build-context-in-flutter-using-a-navigation-service
Starting Project:…
New post on /r/flutterdev subreddit:
Buttons in Flutter | Learn Flutter with Mayuri Ruparel
https://www.youtube.com/watch?v=1NsXGUV5xSo&t=1s
August 30, 2019 at 09:35PM by Darkglow666
https://ift.tt/2zJnCRK
Buttons in Flutter | Learn Flutter with Mayuri Ruparel
https://www.youtube.com/watch?v=1NsXGUV5xSo&t=1s
August 30, 2019 at 09:35PM by Darkglow666
https://ift.tt/2zJnCRK
YouTube
Buttons in Flutter | Learn Flutter with Mayuri Ruparel
Buttons in Flutter | Learn Flutter with Mayuri Ruparel
#flutterdev #flutter #flutterista #fluttertutorial
Email for Collaborations or any other inquiries : mayuri2411@gmail.com
Git Hub Repository : https://github.com/mayuriruparel/flutter_demo_apps
Youtube…
#flutterdev #flutter #flutterista #fluttertutorial
Email for Collaborations or any other inquiries : mayuri2411@gmail.com
Git Hub Repository : https://github.com/mayuriruparel/flutter_demo_apps
Youtube…
New post on /r/flutterdev subreddit:
Peek and Pop
Although I had shared this package here before, I am happy and excited to share it once again, this time more officially, as v1.0.0 is released.Peek & Pop implementation for Flutter based on the iOS functionality of the same name.Pub | GitHubFeatures:-Highly Optimised and Very Customisable-True iOS Style with the Indicator, Scaling, Overlap and Alignment Features-Built-in and Easy-to-Use Quick Actions Feature-Manage Comfortably with Extensive Enumeration and Detailed DocumentationWatch on Youtube: Showcase Demo | Technical Preview
September 01, 2019 at 08:22PM by AliYigitBireroglu
https://ift.tt/2zIGgsZ
Peek and Pop
Although I had shared this package here before, I am happy and excited to share it once again, this time more officially, as v1.0.0 is released.Peek & Pop implementation for Flutter based on the iOS functionality of the same name.Pub | GitHubFeatures:-Highly Optimised and Very Customisable-True iOS Style with the Indicator, Scaling, Overlap and Alignment Features-Built-in and Easy-to-Use Quick Actions Feature-Manage Comfortably with Extensive Enumeration and Detailed DocumentationWatch on Youtube: Showcase Demo | Technical Preview
September 01, 2019 at 08:22PM by AliYigitBireroglu
https://ift.tt/2zIGgsZ
Dart packages
peek_and_pop | Flutter package
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
New post on /r/flutterdev subreddit:
Flutter Sqflite Manager v 0.1.0 [early preview] : To manage your sqflite database in Flutter. Browse the database's tables, see the rows inside them, empty tables and delete the entire database. Review your tables' columns and the corresponding column type.
https://ift.tt/2LyQXnJ
September 01, 2019 at 09:56PM by EngineerScientist
https://ift.tt/2PK1TDY
Flutter Sqflite Manager v 0.1.0 [early preview] : To manage your sqflite database in Flutter. Browse the database's tables, see the rows inside them, empty tables and delete the entire database. Review your tables' columns and the corresponding column type.
https://ift.tt/2LyQXnJ
September 01, 2019 at 09:56PM by EngineerScientist
https://ift.tt/2PK1TDY
Dart packages
flutter_sqflite_manager | Flutter Package
A flutter plugin to visually manage your sqflite database.
New post on /r/flutterdev subreddit:
The second video in my Flutter UI challenge series, but I used Flare to finish the first challenge, if you ever wanted to see Flare in action, here you go
https://youtu.be/bPa1spHF7tY
September 01, 2019 at 09:20PM by DecimalSaxon
https://ift.tt/2zJr5zI
The second video in my Flutter UI challenge series, but I used Flare to finish the first challenge, if you ever wanted to see Flare in action, here you go
https://youtu.be/bPa1spHF7tY
September 01, 2019 at 09:20PM by DecimalSaxon
https://ift.tt/2zJr5zI
YouTube
Updated Flutter UI Challenge #1
Name meaning: http://bit.ly/2YT30k4
Gitlab: https://gitlab.com/AlagidiOmokunrin/flutter_challenges/
Github Issue: https://github.com/flutter/flutter/issues/38753
Flare Files: https://www.2dimensions.com/a/Tinhorn/files/recent/all
Challenge: https://drib…
Gitlab: https://gitlab.com/AlagidiOmokunrin/flutter_challenges/
Github Issue: https://github.com/flutter/flutter/issues/38753
Flare Files: https://www.2dimensions.com/a/Tinhorn/files/recent/all
Challenge: https://drib…