New post on /r/flutterdev subreddit:
Flutter App Architecture
Hi all.I recently had an idea for an app and decided to build it. I built the basic backend using NodeJS+MongoDB.About a week ago I started thinking about building the app. My app is a bit complex, requiring multiple pages, transactions, comments, reviews, etc... (as I write I realize it sounds like e-commerce but it isn't).Initially, I thought about native Android, but as my goal is to make the app available both in Android an iOS, I figured it's as good as a time as ever to finally throw myself into a cross-platform framework.After a couple of days of research, I chose Flutter.The problem is, I'm a total noob at it. On a scale of 0 to 100, my flutter skills are literally 0! There's no other way to put it! *cries a little*I've spent the past 2 days reading about flutter and flutter architectures. As far as I've understood, there's no globally accepted architectural standard. (right?)My rookie flutter brain felt like flutter_redux architecture would be the best for this case. The final triple threat match was: Redux vs BloC vs Scoped_Model.Unfortunately, I can't seem to wrap my head around redux, and start building my app. I've watched some talks on it that helped to understand the architecture itself, but all the code samples I found are somewhat advanced for a rookie like me. (The counter app examples aren't enough for me to really understand how it works as everything is thrown into one file).So, I have two questions:Did I choose the right architecture?Can anyone point me to some step-by-step tutorials? Or share how you learned?Thanks in advance!p.s: If this isn't the right place to post this, I apologize!
January 25, 2019 at 10:45PM by kyreRS
http://bit.ly/2ScG0gC
Flutter App Architecture
Hi all.I recently had an idea for an app and decided to build it. I built the basic backend using NodeJS+MongoDB.About a week ago I started thinking about building the app. My app is a bit complex, requiring multiple pages, transactions, comments, reviews, etc... (as I write I realize it sounds like e-commerce but it isn't).Initially, I thought about native Android, but as my goal is to make the app available both in Android an iOS, I figured it's as good as a time as ever to finally throw myself into a cross-platform framework.After a couple of days of research, I chose Flutter.The problem is, I'm a total noob at it. On a scale of 0 to 100, my flutter skills are literally 0! There's no other way to put it! *cries a little*I've spent the past 2 days reading about flutter and flutter architectures. As far as I've understood, there's no globally accepted architectural standard. (right?)My rookie flutter brain felt like flutter_redux architecture would be the best for this case. The final triple threat match was: Redux vs BloC vs Scoped_Model.Unfortunately, I can't seem to wrap my head around redux, and start building my app. I've watched some talks on it that helped to understand the architecture itself, but all the code samples I found are somewhat advanced for a rookie like me. (The counter app examples aren't enough for me to really understand how it works as everything is thrown into one file).So, I have two questions:Did I choose the right architecture?Can anyone point me to some step-by-step tutorials? Or share how you learned?Thanks in advance!p.s: If this isn't the right place to post this, I apologize!
January 25, 2019 at 10:45PM by kyreRS
http://bit.ly/2ScG0gC
reddit
r/FlutterDev - Flutter App Architecture
2 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Fitness App | ANIMATED GRAPH | Part 2
https://youtu.be/r8pIgcFTjmQ
January 25, 2019 at 11:30PM by prateeksharma1712
http://bit.ly/2RRkyyk
Fitness App | ANIMATED GRAPH | Part 2
https://youtu.be/r8pIgcFTjmQ
January 25, 2019 at 11:30PM by prateeksharma1712
http://bit.ly/2RRkyyk
YouTube
Fitness APP | ANIMATED GRAPH | Part 2
Part 2 - Animated Graph
Mocking a design from dribbble in Flutter
In this video, you will see the graph with fitness data getting animated on launch.
Design: Fitness App Mock - https://dribbble.com/shots/5698597-Fitness-App
Github URL - https://github.…
Mocking a design from dribbble in Flutter
In this video, you will see the graph with fitness data getting animated on launch.
Design: Fitness App Mock - https://dribbble.com/shots/5698597-Fitness-App
Github URL - https://github.…
New post on /r/flutterdev subreddit:
Dart Code v2.22 - Create Flutter samples, Clickable error stacks, New refactors...
http://bit.ly/2Wk8zIs
January 25, 2019 at 11:18PM by Purple_Pizzazz
http://bit.ly/2CKEubT
Dart Code v2.22 - Create Flutter samples, Clickable error stacks, New refactors...
http://bit.ly/2Wk8zIs
January 25, 2019 at 11:18PM by Purple_Pizzazz
http://bit.ly/2CKEubT
New post on Flutter Dev Google group:
New tooling release - Android Studio 3.3 support
Happy Friday Flutter Devs! Here is the details of new tooling releases : Android Studio 3.3 The Flutter plugin now supports the latest stable release of Android Studio - 3.3, the beta version of Android Studio - 3.4 - and IntelliJ 2018.3.3. As always, the Android Studio canary Flutter plugin
January 26, 2019 at 12:02AM by Nilay Yener
http://bit.ly/2TgkAMW
New tooling release - Android Studio 3.3 support
Happy Friday Flutter Devs! Here is the details of new tooling releases : Android Studio 3.3 The Flutter plugin now supports the latest stable release of Android Studio - 3.3, the beta version of Android Studio - 3.4 - and IntelliJ 2018.3.3. As always, the Android Studio canary Flutter plugin
January 26, 2019 at 12:02AM by Nilay Yener
http://bit.ly/2TgkAMW
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:
New tooling release - Android Studio 3.3 support
http://bit.ly/2TgkAMW
January 26, 2019 at 01:08AM by Purple_Pizzazz
http://bit.ly/2S3n83T
New tooling release - Android Studio 3.3 support
http://bit.ly/2TgkAMW
January 26, 2019 at 01:08AM by Purple_Pizzazz
http://bit.ly/2S3n83T
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:
Syncing fails when I try to authenticate OAuth2 @aqueduct
I have a local aqueduct server that runs an OAuth2-server for authentication. I want to get an auth-token back, when I login. In onSaved of TextFormField I put the name/password into properties and onPressed of my button I call submit: abstract class LoginContract { void onLoginSuccess(User
January 26, 2019 at 01:02AM by Chris W
http://bit.ly/2FYiZrs
Syncing fails when I try to authenticate OAuth2 @aqueduct
I have a local aqueduct server that runs an OAuth2-server for authentication. I want to get an auth-token back, when I login. In onSaved of TextFormField I put the name/password into properties and onPressed of my button I call submit: abstract class LoginContract { void onLoginSuccess(User
January 26, 2019 at 01:02AM by Chris W
http://bit.ly/2FYiZrs
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 tweet from flutterio:
The Flutter plugin now supports the latest stable release of Android Studio 3.3, the beta version of Android Studio 3.4, and IntelliJ 2018.3.3. For this and more tooling releases checkout the Google Support group.
Find it here 👇 https://t.co/8huh25iXfv— Flutter (@flutterio) January 25, 2019
January 26, 2019 at 12:56AM
http://twitter.com/flutterio/status/1088948742353551361
The Flutter plugin now supports the latest stable release of Android Studio 3.3, the beta version of Android Studio 3.4, and IntelliJ 2018.3.3. For this and more tooling releases checkout the Google Support group.
Find it here 👇 https://t.co/8huh25iXfv— Flutter (@flutterio) January 25, 2019
January 26, 2019 at 12:56AM
http://twitter.com/flutterio/status/1088948742353551361
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:
Fails: flutter packages pub run build_runner build
Hi, anyone know what to do about this failing: *$flutter packages pub run build_runner build* ? Maybe update some tool? Thanks for any and all help. *Errors:* Expression buildCompoundAssignment(Name binaryOperator, Expression value, ^ file:///home/ferk/flutter/.pub-cache/h
January 26, 2019 at 01:12AM by hoek
http://bit.ly/2DAs2gA
Fails: flutter packages pub run build_runner build
Hi, anyone know what to do about this failing: *$flutter packages pub run build_runner build* ? Maybe update some tool? Thanks for any and all help. *Errors:* Expression buildCompoundAssignment(Name binaryOperator, Expression value, ^ file:///home/ferk/flutter/.pub-cache/h
January 26, 2019 at 01:12AM by hoek
http://bit.ly/2DAs2gA
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:
Tips and Tricks with Flutter HTTPClient
http://bit.ly/2TbnG4J
January 26, 2019 at 01:34AM by Dazza5000
http://bit.ly/2B2zTly
Tips and Tricks with Flutter HTTPClient
http://bit.ly/2TbnG4J
January 26, 2019 at 01:34AM by Dazza5000
http://bit.ly/2B2zTly
New post on /r/flutterdev subreddit:
Flutter Tutorial: Working with RaisedButton
http://bit.ly/2S9H8ll
January 26, 2019 at 05:31AM by inceptica
http://bit.ly/2DBGViR
Flutter Tutorial: Working with RaisedButton
http://bit.ly/2S9H8ll
January 26, 2019 at 05:31AM by inceptica
http://bit.ly/2DBGViR
FlutterMaster
Working with Flutter RaisedButton • FlutterMaster
In this post, I will show you how to use Flutter RaisedButton, one of the most important widgets that you will use in all Flutter apps.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter SingleChildScrollView, BorderRadius
Flutter Tutorial - Flutter SingleChildScrollView, BorderRadius https://youtu.be/33KR07WEgFU
January 26, 2019 at 04:17AM by whatsupcoders
http://bit.ly/2FZZFdj
Flutter Tutorial - Flutter SingleChildScrollView, BorderRadius
Flutter Tutorial - Flutter SingleChildScrollView, BorderRadius https://youtu.be/33KR07WEgFU
January 26, 2019 at 04:17AM by whatsupcoders
http://bit.ly/2FZZFdj
YouTube
Flutter Tutorial - Flutter SingleChildScrollView, BorderRadius
Flutter Tutorial - Flutter SingleChildScrollView, BorderRadius
In this video, you will see how to build this beautiful UI using simple Flutter Components like SingleChildScrollView, BorderRadius, Container.
For more details regarding the RaisedButton, please…
In this video, you will see how to build this beautiful UI using simple Flutter Components like SingleChildScrollView, BorderRadius, Container.
For more details regarding the RaisedButton, please…
New post on /r/flutterdev subreddit:
Flutter Widgets 12 | TabBarView&TabBar – flutteropen – Medium
http://bit.ly/2DzUcbF
January 26, 2019 at 06:42AM by nb312
http://bit.ly/2UgxGdl
Flutter Widgets 12 | TabBarView&TabBar – flutteropen – Medium
http://bit.ly/2DzUcbF
January 26, 2019 at 06:42AM by nb312
http://bit.ly/2UgxGdl
Medium
Flutter Widgets 12 | TabBarView&TabBar
In this article, you will learn how to use the TabBarView and TabBar in the flutter.
New post on Flutter Dev Google group:
library integration
Hello everyone, In our App we`re using a library that has two versions for Android and IOS, I want to ask to can I use each library n my app because there is no Flutter version for that library?
January 26, 2019 at 08:01AM by Mohammad Davari
http://bit.ly/2sNeMiD
library integration
Hello everyone, In our App we`re using a library that has two versions for Android and IOS, I want to ask to can I use each library n my app because there is no Flutter version for that library?
January 26, 2019 at 08:01AM by Mohammad Davari
http://bit.ly/2sNeMiD
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:
Here is the open source initiative for my flutter adventure
https://github.com/devsolabs/FlutterExampleshttp://flutterexamples.com/
January 26, 2019 at 07:34AM by takeoffandroid
http://bit.ly/2Hz3ad1
Here is the open source initiative for my flutter adventure
https://github.com/devsolabs/FlutterExampleshttp://flutterexamples.com/
January 26, 2019 at 07:34AM by takeoffandroid
http://bit.ly/2Hz3ad1
GitHub
devsolabs/FlutterExamples
An ultimate cheatbook of curated designs. Contribute to devsolabs/FlutterExamples development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
I want to build an app where is possible to use phone camera, and overlay text over the image (real time, and track position) based on some recognition, like google translate, there is any limitation on flutter to do this? Any available widgets? Thank you in advance, for you available to help.
No text found
January 26, 2019 at 09:37AM by jcvpacheco
http://bit.ly/2CW0fpx
I want to build an app where is possible to use phone camera, and overlay text over the image (real time, and track position) based on some recognition, like google translate, there is any limitation on flutter to do this? Any available widgets? Thank you in advance, for you available to help.
No text found
January 26, 2019 at 09:37AM by jcvpacheco
http://bit.ly/2CW0fpx
reddit
r/FlutterDev - I want to build an app where is possible to use phone camera, and overlay text over the image (real time, and track…
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Tutorial: Create splash screen in Flutter
http://bit.ly/2RS7itk
January 26, 2019 at 10:47AM by inceptica
http://bit.ly/2COd9FN
Flutter Tutorial: Create splash screen in Flutter
http://bit.ly/2RS7itk
January 26, 2019 at 10:47AM by inceptica
http://bit.ly/2COd9FN
FlutterMaster
Create splash screen in Flutter • FlutterMaster
Almost every single mobile app will have a splash screen when start. Let's create splash screen in Flutter.
New post on Flutter Dev Google group:
Offline Data Sync to Sql Server
Creating one mobile application in flutter. which will run offline most of the time in a day and would be sync data to server once in day. Number user would be around 50. Server Database is SQL Server. Request for suggestions for keeping data offline on mobile and method or ways to synchronizatio
January 26, 2019 at 01:18PM by Deepak Arora
http://bit.ly/2Rj8jWe
Offline Data Sync to Sql Server
Creating one mobile application in flutter. which will run offline most of the time in a day and would be sync data to server once in day. Number user would be around 50. Server Database is SQL Server. Request for suggestions for keeping data offline on mobile and method or ways to synchronizatio
January 26, 2019 at 01:18PM by Deepak Arora
http://bit.ly/2Rj8jWe
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:
[Request] Open Source Bloc projects
Hey, I'm learning Flutter and already wrapped my head around the whole idea, but I'm struggling with project architectures, research has led me to believe I'll have an easier time learning Bloc patterns, but since my learning comes best from acual examples, I'm searching for Open Source Bloc projects to study.I already got a few from this sub, but only personal projects, I'm looking for big projects to better future proof my apps.Thanks in advance.
January 26, 2019 at 02:57PM by Gibepad
http://bit.ly/2RhC35S
[Request] Open Source Bloc projects
Hey, I'm learning Flutter and already wrapped my head around the whole idea, but I'm struggling with project architectures, research has led me to believe I'll have an easier time learning Bloc patterns, but since my learning comes best from acual examples, I'm searching for Open Source Bloc projects to study.I already got a few from this sub, but only personal projects, I'm looking for big projects to better future proof my apps.Thanks in advance.
January 26, 2019 at 02:57PM by Gibepad
http://bit.ly/2RhC35S
reddit
r/FlutterDev - [Request] Open Source Bloc projects
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Tutorial: Make fullscreen image in Flutter
http://bit.ly/2FODsQ5
January 26, 2019 at 03:12PM by inceptica
http://bit.ly/2WlzGCM
Flutter Tutorial: Make fullscreen image in Flutter
http://bit.ly/2FODsQ5
January 26, 2019 at 03:12PM by inceptica
http://bit.ly/2WlzGCM
FlutterMaster
Make fullscreen image in Flutter • FlutterMaster
In modern UI, you see a lot of mobile apps with fullscreen image design style, and you should know how to do it it. I will show you how to make fullscreen image in Flutter through this post.
New post on /r/flutterdev subreddit:
UXCam integration with Flutter
http://bit.ly/2UkZHR8
January 26, 2019 at 04:07PM by Purple_Pizzazz
http://bit.ly/2CKxvjp
UXCam integration with Flutter
http://bit.ly/2UkZHR8
January 26, 2019 at 04:07PM by Purple_Pizzazz
http://bit.ly/2CKxvjp
Medium
UXCam integration with Flutter
More and more packages are being developed in the Flutter pub package such as Firebase, animations and many more. However, certain…