Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Flutter Open-Source Project
Check out our Flutter Open-source project at https://ift.tt/2LZvW6L even you can download form GitHub at https://ift.tt/2Vx6VDd

October 09, 2019 at 02:18PM by Nishant KR
https://ift.tt/2orjfJ7
New post on /r/flutterdev subreddit:

Flutter Design Patterns: A new article series about OOP design patterns and their implementation in Dart + Flutter!
https://ift.tt/2LYJSOs

October 09, 2019 at 06:45PM by mkobuolys
https://ift.tt/2M1v3ec
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
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
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
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
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:
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
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)
{ "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
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
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
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
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
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
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
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
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