New post on /r/flutterdev subreddit:
How to modularize a flutter application?
Hi guys,I'm working in a flutter app (@ work) and, we are studying ways of modularizing the latter.Some colleagues are thinking of applying a "micro-frontend" pattern to this app.The objective:- each app feature will be a class library and will reside within its own repository and have its own CI/CD process;- the main app will use these "appFeatures" as dependencies; this will be stored in a separated repo and have its own CI/CD;Until now, we found some drawbacks:- every single shared dependency should be in the same version across all repositories, otherwise, the "pub get" fails; we could use the "any" tag but it's not an option;- possibility of increasing the amount of duplicated code;- routing it's a mess;Beyond your opinion about our feelings or intentions, do you that think we are following a good path?We have some friends saying that "micro-frontends" doesn't apply to native mobile applications.
October 28, 2019 at 11:19AM by lpcalcada
https://ift.tt/2WiOQsY
How to modularize a flutter application?
Hi guys,I'm working in a flutter app (@ work) and, we are studying ways of modularizing the latter.Some colleagues are thinking of applying a "micro-frontend" pattern to this app.The objective:- each app feature will be a class library and will reside within its own repository and have its own CI/CD process;- the main app will use these "appFeatures" as dependencies; this will be stored in a separated repo and have its own CI/CD;Until now, we found some drawbacks:- every single shared dependency should be in the same version across all repositories, otherwise, the "pub get" fails; we could use the "any" tag but it's not an option;- possibility of increasing the amount of duplicated code;- routing it's a mess;Beyond your opinion about our feelings or intentions, do you that think we are following a good path?We have some friends saying that "micro-frontends" doesn't apply to native mobile applications.
October 28, 2019 at 11:19AM by lpcalcada
https://ift.tt/2WiOQsY
reddit
How to modularize a flutter application?
Hi guys, I'm working in a flutter app (@ work) and, we are studying ways of modularizing the latter. Some colleagues are...
New post on /r/flutterdev subreddit:
How to implement staggered layout without using plugin
No text found
October 28, 2019 at 10:34AM by chif_
https://ift.tt/32Sxfe1
How to implement staggered layout without using plugin
No text found
October 28, 2019 at 10:34AM by chif_
https://ift.tt/32Sxfe1
reddit
How to implement staggered layout without using plugin
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Did you know you can use javascript in your Flutter Web Apps? Here's a little Piano demo using Tone.js. (It's not hard at all)
https://ift.tt/2BMqFK0
October 28, 2019 at 11:33AM by modulovalue
https://ift.tt/36aYuCz
Did you know you can use javascript in your Flutter Web Apps? Here's a little Piano demo using Tone.js. (It's not hard at all)
https://ift.tt/2BMqFK0
October 28, 2019 at 11:33AM by modulovalue
https://ift.tt/36aYuCz
GitHub
modulovalue/tonejs_meets_flutterweb
Tone.js meets Flutter Web (A simple piano demo). Contribute to modulovalue/tonejs_meets_flutterweb development by creating an account on GitHub.
New post on Flutter Dev Google group:
Google's Flutter Free Workshop in Pakistan 🇵🇰
*Introduction of Tech Kolachi: Tech Kolachi is an interactive and captivating software development,digital & e-learning platform for all the techies all over the globe through its thought-provoking e-learning perspective , counseling & mentor-ship* *Vision of Tech Kolachi: Our perception is to
October 28, 2019 at 01:18PM by Tech Kolachi
https://ift.tt/2q3Mxhd
Google's Flutter Free Workshop in Pakistan 🇵🇰
*Introduction of Tech Kolachi: Tech Kolachi is an interactive and captivating software development,digital & e-learning platform for all the techies all over the globe through its thought-provoking e-learning perspective , counseling & mentor-ship* *Vision of Tech Kolachi: Our perception is to
October 28, 2019 at 01:18PM by Tech Kolachi
https://ift.tt/2q3Mxhd
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 Tap Newsletter - Week 10
https://ift.tt/32RGefi
October 28, 2019 at 03:36PM by vensign
https://ift.tt/3483llZ
Flutter Tap Newsletter - Week 10
https://ift.tt/32RGefi
October 28, 2019 at 03:36PM by vensign
https://ift.tt/3483llZ
Fluttertap
Newsletter Issue 10
Flutter tap newsletter with the latest of flutter - Issue 10
New post on /r/flutterdev subreddit:
A Calculator app using Slidy CLI and TDD.
It was a project created by Flutterando Community to show TDD with Slidy.Slidy is a CLI template generator and package manager for Flutter. Generate Modules, Pages, Widgets, BLoCs and tests.GitHub Repository: https://github.com/Flutterando/flutter_calculatorSlidy CLI package: https://pub.dev/packages/slidy
October 28, 2019 at 03:23PM by irvine5k
https://ift.tt/2PwyKuB
A Calculator app using Slidy CLI and TDD.
It was a project created by Flutterando Community to show TDD with Slidy.Slidy is a CLI template generator and package manager for Flutter. Generate Modules, Pages, Widgets, BLoCs and tests.GitHub Repository: https://github.com/Flutterando/flutter_calculatorSlidy CLI package: https://pub.dev/packages/slidy
October 28, 2019 at 03:23PM by irvine5k
https://ift.tt/2PwyKuB
GitHub
GitHub - Flutterando/flutter_calculator: Sample project using project structure generated by Slidy and TDD
Sample project using project structure generated by Slidy and TDD - Flutterando/flutter_calculator
New post on /r/flutterdev subreddit:
Flutter - Sign in / up UI Concept - Speed Coding
https://www.youtube.com/watch?v=Wq7bbhuvJlw&t=53s
October 28, 2019 at 03:09PM by StevenDznr
https://ift.tt/2paDAD2
Flutter - Sign in / up UI Concept - Speed Coding
https://www.youtube.com/watch?v=Wq7bbhuvJlw&t=53s
October 28, 2019 at 03:09PM by StevenDznr
https://ift.tt/2paDAD2
YouTube
Flutter - Sign in / up UI Concept - Speed Coding
Flutter UI Speed Coding Design: https://dribbble.com/shots/6371155-Sign-in-Sign-up-UI Code: https://github.com/stevendz/signin_yt Music: https://www.youtube....
New post on /r/flutterdev subreddit:
Error reporting in Flutter
Hi all, I recently made an investigation about the state of error reporting in Flutter, if you're interested you can check out this article https://blog.bam.tech/developer-news/error-reporting-in-flutter
I am keen to hear your feedback :)
October 28, 2019 at 03:05PM by yassinec
https://ift.tt/31QIVfR
Error reporting in Flutter
Hi all, I recently made an investigation about the state of error reporting in Flutter, if you're interested you can check out this article https://blog.bam.tech/developer-news/error-reporting-in-flutter
I am keen to hear your feedback :)
October 28, 2019 at 03:05PM by yassinec
https://ift.tt/31QIVfR
blog.bam.tech
Error Reporting in Flutter
What's the current state of art in Flutter error reporting? Let's see how to quickly set up reliable error and crash reporting for your Flutter app.
New post on /r/flutterdev subreddit:
Can i use Typescript with flutter??
Im learning flutter now. I know angular too. I was wondering if its possible to use typescript or angular framework with new Flutter. Actually I dont want to learn Dart, I just want the UI part of flutter which is amazing.....well if its not possible then ive no choice, Ive to learn dart.what do u guys think??
October 28, 2019 at 05:04PM by Subsins10
https://ift.tt/36mqxz4
Can i use Typescript with flutter??
Im learning flutter now. I know angular too. I was wondering if its possible to use typescript or angular framework with new Flutter. Actually I dont want to learn Dart, I just want the UI part of flutter which is amazing.....well if its not possible then ive no choice, Ive to learn dart.what do u guys think??
October 28, 2019 at 05:04PM by Subsins10
https://ift.tt/36mqxz4
reddit
Can i use Typescript with flutter??
Im learning flutter now. I know angular too. I was wondering if its possible to use typescript or angular framework with new Flutter. Actually I...
New post on /r/flutterdev subreddit:
Amazon IAP?
Flutter is really my first work at writing Android apps. Up until this point, everything that I've done has been in IOS. I now have two apps that are ready and instead of putting them on Google Play, I want to put them on Amazon. Both of the apps will have IAP. On one of them, the IAP will unlock additional functionality. On the other, the IAP will remove ads. Is there any way to implement Amazon IAP with Flutter?
October 28, 2019 at 04:58PM by WhoWho22222
https://ift.tt/2Jv8Vap
Amazon IAP?
Flutter is really my first work at writing Android apps. Up until this point, everything that I've done has been in IOS. I now have two apps that are ready and instead of putting them on Google Play, I want to put them on Amazon. Both of the apps will have IAP. On one of them, the IAP will unlock additional functionality. On the other, the IAP will remove ads. Is there any way to implement Amazon IAP with Flutter?
October 28, 2019 at 04:58PM by WhoWho22222
https://ift.tt/2Jv8Vap
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New tweet from FlutterDev:
🎉Announcing Flutter Interact!
Our worldwide event on Dec 11th! We’ll share how we are supporting beautiful and interactive designs while improving developer productivity. #FlutterInteract
⚡️Visual content and demos
⚡️Flutter + Material Design
Info → https://t.co/LadClwSEdo pic.twitter.com/WVm5Swt7zN— Flutter (@FlutterDev) October 28, 2019
October 28, 2019 at 05:59PM
http://twitter.com/FlutterDev/status/1188862889500786698
🎉Announcing Flutter Interact!
Our worldwide event on Dec 11th! We’ll share how we are supporting beautiful and interactive designs while improving developer productivity. #FlutterInteract
⚡️Visual content and demos
⚡️Flutter + Material Design
Info → https://t.co/LadClwSEdo pic.twitter.com/WVm5Swt7zN— Flutter (@FlutterDev) October 28, 2019
October 28, 2019 at 05:59PM
http://twitter.com/FlutterDev/status/1188862889500786698
New post on /r/flutterdev subreddit:
Flutter Interact - A World Wide Event
https://twitter.com/FlutterDev/status/1188862889500786698
October 28, 2019 at 06:57PM by OffTree
https://ift.tt/2JvzD2q
Flutter Interact - A World Wide Event
https://twitter.com/FlutterDev/status/1188862889500786698
October 28, 2019 at 06:57PM by OffTree
https://ift.tt/2JvzD2q
Twitter
Flutter
🎉Announcing Flutter Interact! Our worldwide event on Dec 11th! We’ll share how we are supporting beautiful and interactive designs while improving developer productivity. #FlutterInteract ⚡️Visual content and demos ⚡️Flutter + Material Design Info → http…
New post on /r/flutterdev subreddit:
Intro to Flutter Tests
Intros to Unit and Widget tests https://medium.com/@bertoboh/flutter-automated-tests-get-started-424aec9430b3
October 29, 2019 at 12:13AM by Bert-Al
https://ift.tt/2BMKlO1
Intro to Flutter Tests
Intros to Unit and Widget tests https://medium.com/@bertoboh/flutter-automated-tests-get-started-424aec9430b3
October 29, 2019 at 12:13AM by Bert-Al
https://ift.tt/2BMKlO1
Medium
Flutter Automated Tests: Get Started
Automated Tests in software development help you catch bugs and different sorts of issues with your app before you push it. This is…
New post on /r/flutterdev subreddit:
Made very simple Localization class to help me to load strings into my text.
https://ift.tt/2MTLRUD
October 29, 2019 at 12:28AM by mosh_java
https://ift.tt/2opsxFr
Made very simple Localization class to help me to load strings into my text.
https://ift.tt/2MTLRUD
October 29, 2019 at 12:28AM by mosh_java
https://ift.tt/2opsxFr
Gist
App.dart
GitHub Gist: instantly share code, notes, and snippets.
New post on /r/flutterdev subreddit:
Managing state with Provider, with persistent data storage using Hive
https://ift.tt/36nuDqG
October 29, 2019 at 02:53AM by boon4376
https://ift.tt/2pnOFAt
Managing state with Provider, with persistent data storage using Hive
https://ift.tt/36nuDqG
October 29, 2019 at 02:53AM by boon4376
https://ift.tt/2pnOFAt
GitHub
mdrideout/flutter_hive_provider_example
A Flutter App example of managing state with Provider, while storing data persistently with Hive. - mdrideout/flutter_hive_provider_example
New post on /r/flutterdev subreddit:
Best practices for role-based routing?
Hey all, I'm working on my first mobile application using flutter, and while I'm not new to programming concepts I am new to mobile app development and am currently working on my development practices. My application is a simple chatbot project that supports two types of users, instructors and students. I'm using firebase for authentication and firestore for permissions/authorization.For some background, the students are displayed a home page that is essentially a big ListView with each item in the list being a link to a different chatbot aided exercise. The Instructor's homepage should look different; they will be able to see their students' progress and (eventually be able to) assign new chatbot assessments.My question is: once authenticated, should my root application route users to separate "home" pages based on their role as a student or instructor? Or is it better practice to route to a shared home widget and build the contents of the page based on the roles of the user? My gut tells me the former is better because it sounds easier to modularize the widgets, but I can see there being benefits to the second option as well.
October 29, 2019 at 04:59AM by FlipSyed
https://ift.tt/2qL9XZ9
Best practices for role-based routing?
Hey all, I'm working on my first mobile application using flutter, and while I'm not new to programming concepts I am new to mobile app development and am currently working on my development practices. My application is a simple chatbot project that supports two types of users, instructors and students. I'm using firebase for authentication and firestore for permissions/authorization.For some background, the students are displayed a home page that is essentially a big ListView with each item in the list being a link to a different chatbot aided exercise. The Instructor's homepage should look different; they will be able to see their students' progress and (eventually be able to) assign new chatbot assessments.My question is: once authenticated, should my root application route users to separate "home" pages based on their role as a student or instructor? Or is it better practice to route to a shared home widget and build the contents of the page based on the roles of the user? My gut tells me the former is better because it sounds easier to modularize the widgets, but I can see there being benefits to the second option as well.
October 29, 2019 at 04:59AM by FlipSyed
https://ift.tt/2qL9XZ9
reddit
Best practices for role-based routing?
Hey all, I'm working on my first mobile application using flutter, and while I'm not new to programming concepts I am new to mobile app...
New post on /r/flutterdev subreddit:
What is the best strategy for learning Flutter?
I want to give Flutter another shot and I was wondering, what is the best strategy and resources for learning Flutter? I've seen many different tutorials in this subreddit, including "60 days of Flutter", but what would you guys recommend working through before doing your own projects in Flutter?
October 29, 2019 at 07:32AM by pro-tous
https://ift.tt/2osav5B
What is the best strategy for learning Flutter?
I want to give Flutter another shot and I was wondering, what is the best strategy and resources for learning Flutter? I've seen many different tutorials in this subreddit, including "60 days of Flutter", but what would you guys recommend working through before doing your own projects in Flutter?
October 29, 2019 at 07:32AM by pro-tous
https://ift.tt/2osav5B
reddit
What is the best strategy for learning Flutter?
I want to give Flutter another shot and I was wondering, what is the best strategy and resources for learning Flutter? I've seen many different...
New post on /r/flutterdev subreddit:
I’m developing a library app for a local church, and I need some help!
Users have the ability to add books to their favorites. I’ve got the updating and deletion from Firebase down, but I’m having a hard time figuring out how to get the favorites array from Firebase and using that across multiple screens. I’m looking at provider but i can’t get it to work for some reason. Any links / advice is appreciated!
October 29, 2019 at 07:26AM by ro_mo
https://ift.tt/2pWMJiy
I’m developing a library app for a local church, and I need some help!
Users have the ability to add books to their favorites. I’ve got the updating and deletion from Firebase down, but I’m having a hard time figuring out how to get the favorites array from Firebase and using that across multiple screens. I’m looking at provider but i can’t get it to work for some reason. Any links / advice is appreciated!
October 29, 2019 at 07:26AM by ro_mo
https://ift.tt/2pWMJiy
reddit
I’m developing a library app for a local church, and I need some help!
Users have the ability to add books to their favorites. I’ve got the updating and deletion from Firebase down, but I’m having a hard time figuring...
New post on /r/flutterdev subreddit:
#23 Navigator Flutter Widget
https://youtu.be/JDZFH7JAykI
October 29, 2019 at 06:42AM by systechdevelopers
https://ift.tt/2JpIqDd
#23 Navigator Flutter Widget
https://youtu.be/JDZFH7JAykI
October 29, 2019 at 06:42AM by systechdevelopers
https://ift.tt/2JpIqDd
YouTube
#23 Widget Navigator | Flutter Tutorial | Google
#23 flutter widget navigator.
New post on Flutter Dev Google group:
Getting ITMS-90809: Deprecated API Usage(UIWebView)
Hi guys, I am getting this email attached to this mail each time I have published an update to the Apple app store. I have tried fixing it but everything looks fine in my pub file, you can find the same attached to this email as well, Tried altering dependency versions in pub file as well
October 29, 2019 at 08:01AM by Venkatesh Bathina
https://ift.tt/2BTykX8
Getting ITMS-90809: Deprecated API Usage(UIWebView)
Hi guys, I am getting this email attached to this mail each time I have published an update to the Apple app store. I have tried fixing it but everything looks fine in my pub file, you can find the same attached to this email as well, Tried altering dependency versions in pub file as well
October 29, 2019 at 08:01AM by Venkatesh Bathina
https://ift.tt/2BTykX8
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.