New post on /r/flutterdev subreddit:
Experiments with Dart Microservices
https://ift.tt/321GB6J
October 09, 2019 at 08:09PM by Viruscatman
https://ift.tt/2IAnloY
Experiments with Dart Microservices
https://ift.tt/321GB6J
October 09, 2019 at 08:09PM by Viruscatman
https://ift.tt/2IAnloY
Medium
Experiments with Dart Microservices
Methods for Container Size Reduction
New post on /r/flutterdev subreddit:
Custom tabbarview
Is it possible to make a tabbarview where you always show 3 items in the top and have the active text in the middle. So when you swipe or click on another tabtext the tabtext slides into the middle. https://m.imgur.com/a/c5qUw4J
October 09, 2019 at 07:46PM by Green_Opposite
https://ift.tt/35dOqrQ
Custom tabbarview
Is it possible to make a tabbarview where you always show 3 items in the top and have the active text in the middle. So when you swipe or click on another tabtext the tabtext slides into the middle. https://m.imgur.com/a/c5qUw4J
October 09, 2019 at 07:46PM by Green_Opposite
https://ift.tt/35dOqrQ
Imgur
Post with 11 views.
New post on /r/flutterdev subreddit:
How do you organise your project structure?
I'm really curious, how do you avoid making a snow-ball as your project grows? I started my project (soon to be open source) as widgets/models/util/blocs/screens but as soon as it started to grow, it got less and less maintainable. I'm looking to refactor it, but I don't know what an "optimal" structure would be. Maybe split the directories by screen? But then you have the problem of one screen which is inside another, something that depends on another. Most projects I see out there are simple, with less than five screens, so there is not a lot to observe.I am coming from Android Development and over the years we've got a lot of discussion on how to improve the structure (specially since the XML view system don't allow directores, sometimes you get 100 files in res/layout). So I would like to hear you, how can I and we improve? Here is my current situation: https://imgur.com/Vc3YvWy
October 09, 2019 at 07:41PM by bernaferrari
https://ift.tt/2LYVDEA
How do you organise your project structure?
I'm really curious, how do you avoid making a snow-ball as your project grows? I started my project (soon to be open source) as widgets/models/util/blocs/screens but as soon as it started to grow, it got less and less maintainable. I'm looking to refactor it, but I don't know what an "optimal" structure would be. Maybe split the directories by screen? But then you have the problem of one screen which is inside another, something that depends on another. Most projects I see out there are simple, with less than five screens, so there is not a lot to observe.I am coming from Android Development and over the years we've got a lot of discussion on how to improve the structure (specially since the XML view system don't allow directores, sometimes you get 100 files in res/layout). So I would like to hear you, how can I and we improve? Here is my current situation: https://imgur.com/Vc3YvWy
October 09, 2019 at 07:41PM by bernaferrari
https://ift.tt/2LYVDEA
Imgur
Post with 0 votes and 174 views.
New post on /r/flutterdev subreddit:
Flutter - Google Maps and cool effects
https://youtu.be/CjhXyY_92xU
October 09, 2019 at 08:26PM by rajayogan27
https://ift.tt/2M2dcUi
Flutter - Google Maps and cool effects
https://youtu.be/CjhXyY_92xU
October 09, 2019 at 08:26PM by rajayogan27
https://ift.tt/2M2dcUi
YouTube
Flutter - Google Maps and cool effects
Need an app ? - https://rajayogan.com
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Code - https://github.com/rajayogan/flutter-googlemapeffects
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Code - https://github.com/rajayogan/flutter-googlemapeffects
New post on /r/flutterdev subreddit:
Resources for learning flutter design patterns and good practices
TL;DR at bottom.It's been 4 months since i started learning Flutter with no background of mobile app development but at that time i had a good understanding of basic web apps and object oriented programming as a computer engineering freshman.Right now i can make basic CRUD apps with user auth in Flutter with Firebase or my custom made server in node. The biggest problem i have is the design patterns for flutter projects. For state management i have used scoped model, provider. I also learned about BLoC pattern but it felt overkill for my projects.The problem i have is general design patterns of flutter development or any kind of mobile app development.I don't know how to structure my project folders/files/code. I know how to seperate my ui from logic but i don't know the best practices and i couldn't find good resources about patterns.TL;DR: Where can i learn how to develop good structured scalable apps and best practices for Flutter? I am not looking for a resource that teaches me flutter. I am looking for a resource that teaches me design patterns and best practices.
October 09, 2019 at 08:13PM by xinoiP
https://ift.tt/2IByfuC
Resources for learning flutter design patterns and good practices
TL;DR at bottom.It's been 4 months since i started learning Flutter with no background of mobile app development but at that time i had a good understanding of basic web apps and object oriented programming as a computer engineering freshman.Right now i can make basic CRUD apps with user auth in Flutter with Firebase or my custom made server in node. The biggest problem i have is the design patterns for flutter projects. For state management i have used scoped model, provider. I also learned about BLoC pattern but it felt overkill for my projects.The problem i have is general design patterns of flutter development or any kind of mobile app development.I don't know how to structure my project folders/files/code. I know how to seperate my ui from logic but i don't know the best practices and i couldn't find good resources about patterns.TL;DR: Where can i learn how to develop good structured scalable apps and best practices for Flutter? I am not looking for a resource that teaches me flutter. I am looking for a resource that teaches me design patterns and best practices.
October 09, 2019 at 08:13PM by xinoiP
https://ift.tt/2IByfuC
reddit
Resources for learning flutter design patterns and good practices
TL;DR at bottom. It's been 4 months since i started learning Flutter with no background of mobile app development but at that time i had a good...
New post on /r/flutterdev subreddit:
Flutter Installation
hi, I am trying to install flutter on linux, ubuntu.I have the sdk up to date.I followed the UPDATED tutorial from academind on youtube "Flutter Crash Curse For Beginners 2019" (skip to the mac installation part, there is a time map in the descripition)and when he says to run "flutter doctor", I always get an error that looks like this:"flutter: command not found"This is how my ".bash_profile" looks like:
October 09, 2019 at 09:42PM by Andry60351
https://ift.tt/2nB0mTG
Flutter Installation
hi, I am trying to install flutter on linux, ubuntu.I have the sdk up to date.I followed the UPDATED tutorial from academind on youtube "Flutter Crash Curse For Beginners 2019" (skip to the mac installation part, there is a time map in the descripition)and when he says to run "flutter doctor", I always get an error that looks like this:"flutter: command not found"This is how my ".bash_profile" looks like:
export PATH="$PATH:/home/andry/Desktop/Flutter Folder/flutter/bin"Is my .bash_profile incomplete or something?If you can help, that would be massively appreciated.
October 09, 2019 at 09:42PM by Andry60351
https://ift.tt/2nB0mTG
reddit
Flutter Installation
hi, I am trying to install flutter on linux, ubuntu. I have the sdk up to date. I followed the UPDATED tutorial from academind on youtube...
New post on /r/flutterdev subreddit:
Deserializing complex JSON objects using built_value
I am trying to use built_value to deserialize a complex JSON object that changes it type based on a specific key, as shown below. (This is basically an output from Prosemirror WYSIWYG editor)
October 09, 2019 at 10:09PM by thalailaama
https://ift.tt/2IA3Ay8
Deserializing complex JSON objects using built_value
I am trying to use built_value to deserialize a complex JSON object that changes it type based on a specific key, as shown below. (This is basically an output from Prosemirror WYSIWYG editor)
{ "type": "paragraph", "content": [ { "text": " It was, the Honolulu Star-Advertiser explained", "type": "text" }, { "type": "hard_break" }, { "text": "Her rise coincided with a surge in donations.. ", "type": "text" }, { "type": "hard_break" }, { "text": "News reports from the region, however, contradict this claim.", "type": "text", "marks": [ { "type": "em" } ] } ] }Here you can see that in the content array, objects are to be deserialized as separate classes. (Ie: There should be a Paragraph class and under that there should be a Text class and a HardBreak class)I went through the built_value docs and could not figure out how to proceed. Can anyone help me with a possible strategy to deal with such non uniform JSON payload scenarios?
October 09, 2019 at 10:09PM by thalailaama
https://ift.tt/2IA3Ay8
prosemirror.net
In-browser structured text editing component
New post on /r/flutterdev subreddit:
Experiments with Dart Microservices
https://ift.tt/321GB6J
October 10, 2019 at 02:18AM by EvoNext
https://ift.tt/2nvRa2M
Experiments with Dart Microservices
https://ift.tt/321GB6J
October 10, 2019 at 02:18AM by EvoNext
https://ift.tt/2nvRa2M
Medium
Experiments with Dart Microservices
Methods for Container Size Reduction
New post on /r/flutterdev subreddit:
theme
how to change theme dynamically to dark or light mode if the user turned his phone to dark mode or light
October 10, 2019 at 03:41AM by medmelek
https://ift.tt/322TRYM
theme
how to change theme dynamically to dark or light mode if the user turned his phone to dark mode or light
October 10, 2019 at 03:41AM by medmelek
https://ift.tt/322TRYM
reddit
theme
how to change theme dynamically to dark or light mode if the user turned his phone to dark mode or light
New post on Flutter Dev Google group:
How can I keep my flutter app running in the background when close app?
How can I keep my flutter app running in the background when close app? < https://stackoverflow.com/questions/57278879/how-can-i-keep-my-flutter-app-running-in-the-background-when-close >
October 10, 2019 at 06:43AM by Daxiong Songyangcheng
https://ift.tt/33hufrd
How can I keep my flutter app running in the background when close app?
How can I keep my flutter app running in the background when close app? < https://stackoverflow.com/questions/57278879/how-can-i-keep-my-flutter-app-running-in-the-background-when-close >
October 10, 2019 at 06:43AM by Daxiong Songyangcheng
https://ift.tt/33hufrd
Stack Overflow
How can I keep my flutter app running in the background when close?
I am building an app and I want it to show up in the users notification bar and run in the background even when it's closed. Similar to "KWGT Kustom Widget Maker".
I've tried looking for libraries...
I've tried looking for libraries...
New post on /r/flutterdev subreddit:
Is there any contract work I can get eventually that will involve AR/MR/VR with Flutter?
I find Flutter amazing. I am disappointed I didnt learn it earlier and overall it seems the app field is saturated with developers for typical mobile phone apps. If I was to think AR/VR headsets are the future and Apple/Google may release some glasses in the next 1-2 years, can Flutter be applied for any of the apps that will be for those platforms or is someone who is a Flutter dev only going to get work/contracts for phone apps?
October 10, 2019 at 07:25AM by purplegreencab
https://ift.tt/2B0ocLK
Is there any contract work I can get eventually that will involve AR/MR/VR with Flutter?
I find Flutter amazing. I am disappointed I didnt learn it earlier and overall it seems the app field is saturated with developers for typical mobile phone apps. If I was to think AR/VR headsets are the future and Apple/Google may release some glasses in the next 1-2 years, can Flutter be applied for any of the apps that will be for those platforms or is someone who is a Flutter dev only going to get work/contracts for phone apps?
October 10, 2019 at 07:25AM by purplegreencab
https://ift.tt/2B0ocLK
reddit
Is there any contract work I can get eventually that will involve...
I find Flutter amazing. I am disappointed I didnt learn it earlier and overall it seems the app field is saturated with developers for typical...
New post on /r/flutterdev subreddit:
Question about connecting Flutter app to node js
Is it feasible to use a flutter + nodejs combo? I see lots of firebase/dart suggestions for the backend, but I'd like to build out a nodejs server with mongodb instead.
October 10, 2019 at 07:23AM by davicitos
https://ift.tt/2MqXXU4
Question about connecting Flutter app to node js
Is it feasible to use a flutter + nodejs combo? I see lots of firebase/dart suggestions for the backend, but I'd like to build out a nodejs server with mongodb instead.
October 10, 2019 at 07:23AM by davicitos
https://ift.tt/2MqXXU4
reddit
Question about connecting Flutter app to node js
Is it feasible to use a flutter + nodejs combo? I see lots of firebase/dart suggestions for the backend, but I'd like to build out a nodejs server...
New post on /r/flutterdev subreddit:
Organizing Your Flutter App
https://ift.tt/2MwKqKn
October 09, 2019 at 01:42PM by Gigatronbot
https://ift.tt/2Iy9Fen
Organizing Your Flutter App
https://ift.tt/2MwKqKn
October 09, 2019 at 01:42PM by Gigatronbot
https://ift.tt/2Iy9Fen
Codemagic blog
Flutter Tutorial: Organizing Your Flutter App
How to organise your Flutter app in a way that makes sense to everybody
New post on /r/flutterdev subreddit:
Flutter Minimal Music Player UI - SpeedCode
https://www.youtube.com/watch?v=kk89Ccpysuc
October 10, 2019 at 10:09AM by bimsina
https://ift.tt/2M1ANnX
Flutter Minimal Music Player UI - SpeedCode
https://www.youtube.com/watch?v=kk89Ccpysuc
October 10, 2019 at 10:09AM by bimsina
https://ift.tt/2M1ANnX
YouTube
Flutter Minimal Music Player UI - SpeedCode
Don't forget to like and subscribe ;)
Source Code : https://github.com/bimsina/FlutterUITemplates/tree/master/minimal_music_player
Design Credit: https://dribbble.com/shots/6426851-MUSICAPPO
Source Code : https://github.com/bimsina/FlutterUITemplates/tree/master/minimal_music_player
Design Credit: https://dribbble.com/shots/6426851-MUSICAPPO
New post on Flutter Dev Google group:
google_maps_flutter and Provider?
I'm building an app with a Google Map, but I'm having trouble getting it to add markers without switching to a different tab and back on my navigation bar. I have a FAB that sends an HTTP request for a list of coordinates, which are turned into markers. Is this supported right now?
October 10, 2019 at 12:14PM by Eric Knudstrup
https://ift.tt/2IEhGyg
google_maps_flutter and Provider?
I'm building an app with a Google Map, but I'm having trouble getting it to add markers without switching to a different tab and back on my navigation bar. I have a FAB that sends an HTTP request for a list of coordinates, which are turned into markers. Is this supported right now?
October 10, 2019 at 12:14PM by Eric Knudstrup
https://ift.tt/2IEhGyg
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:
Migration from React Native to Flutter Web
Hey guys,
I'd love to share my first article on Medium - https://medium.com/@aurimas.deimantas/p1-from-react-native-to-flutter-web-3129a4c43e .
I simply explain code behind migration from React Native to Flutter Web. Hopefully it can inspire some of you start to use flutter more and more! :)And please let me know of your feedback. Either on Medium or Flutter code. As well as if you've any questions about it.Cheers!
October 10, 2019 at 12:10PM by Deimantasa
https://ift.tt/2MsSBaL
Migration from React Native to Flutter Web
Hey guys,
I'd love to share my first article on Medium - https://medium.com/@aurimas.deimantas/p1-from-react-native-to-flutter-web-3129a4c43e .
I simply explain code behind migration from React Native to Flutter Web. Hopefully it can inspire some of you start to use flutter more and more! :)And please let me know of your feedback. Either on Medium or Flutter code. As well as if you've any questions about it.Cheers!
October 10, 2019 at 12:10PM by Deimantasa
https://ift.tt/2MsSBaL
Medium
P1 — From React to Flutter Web
Hello everyone, I was thinking about it a lot and here we go. I’ll try to share some of my practices of moving from React Native to…
New post on Flutter Dev Google group:
Flutter google map
Hello.Is flutter enough to develop google map as javascript ?there are google map javascript where enough to develop improve google map.Flutter vs javascript ? I need to choose to develop google map app.but not sure which select for mar improve. thanks in advance
October 10, 2019 at 12:54PM by ilkin hamid
https://ift.tt/2AXOldV
Flutter google map
Hello.Is flutter enough to develop google map as javascript ?there are google map javascript where enough to develop improve google map.Flutter vs javascript ? I need to choose to develop google map app.but not sure which select for mar improve. thanks in advance
October 10, 2019 at 12:54PM by ilkin hamid
https://ift.tt/2AXOldV
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:
add or remove dynamic datarow in datatable based on button event
theme is to add new row in table whrn pressed or remove the last added row or selected row from table when delete button is clicked. here is the issue detailed: https://ift.tt/33fhFso guys help me. thanks in advance
October 10, 2019 at 02:14PM by prakash king
https://ift.tt/2AVSyyO
add or remove dynamic datarow in datatable based on button event
theme is to add new row in table whrn pressed or remove the last added row or selected row from table when delete button is clicked. here is the issue detailed: https://ift.tt/33fhFso guys help me. thanks in advance
October 10, 2019 at 02:14PM by prakash king
https://ift.tt/2AVSyyO
GitHub
add or remove dynamic datarow in data table in flutter using datatable · Issue #42347 · flutter/flutter
i was trying to add rows when i fill details and click button (then it should appear on table, when click delete button remove selected row from datatable). theme is to add or remove rows from tabl...
New post on /r/flutterdev subreddit:
Mobile game development in flutter. Is it possible or will I have to learn something like Unity for this?
No text found
October 10, 2019 at 03:04PM by fuser312
https://ift.tt/2oySouL
Mobile game development in flutter. Is it possible or will I have to learn something like Unity for this?
No text found
October 10, 2019 at 03:04PM by fuser312
https://ift.tt/2oySouL
reddit
Mobile game development in flutter. Is it possible or will I have...
Posted in r/FlutterDev by u/fuser312 • 1 point and 3 comments
New post on /r/flutterdev subreddit:
Custom keyboard suggestion?
Hi Everyone!I want add shortcut to keyboard in my Flutter app for when user is type in
October 10, 2019 at 04:37PM by Flutter_Dev
https://ift.tt/2AYEMf1
Custom keyboard suggestion?
Hi Everyone!I want add shortcut to keyboard in my Flutter app for when user is type in
TextField
. For example in email TextField
suggest @gmail.com / @yahoo.com / @google.com above keyboard. Like on iOS/Android but above predictive text.https://www.techbout.com/wp-content/uploads/2016/01/keyboard-with-predictive-text-ios9.pngAnyone have do this?October 10, 2019 at 04:37PM by Flutter_Dev
https://ift.tt/2AYEMf1
New post on /r/flutterdev subreddit:
Flutter Tutorial: Flight Ticket App
https://ift.tt/2M4uWyw
October 10, 2019 at 05:26PM by cybdom
https://ift.tt/2nzK25D
Flutter Tutorial: Flight Ticket App
https://ift.tt/2M4uWyw
October 10, 2019 at 05:26PM by cybdom
https://ift.tt/2nzK25D
Flutter Tutorial by Cybdom Tech
Flutter Tutorial: Flight Ticket App
Our today's app is a Travel App with two screens, a home screen, and a ticket screen.