Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Jiffy v2.1.1 just released
What's new in JiffyOrdinal date parsing and formating In Jiffy. You can now parse and format with ordinal date. e.g
Jiffy().format("MMM do yyyy"); // Oct 19th 2019 
Added daysInMonth method to get number of days for specific months .e.g
Jiffy([2016, 1]).daysInMonth; // 31 Jiffy([2016, 2]).daysInMonth; // 28 Jiffy([2017, 2]).daysInMonth; // 29 


November 01, 2019 at 08:20PM by timedjama5262
https://ift.tt/2WzzYq9
New post on Flutter Dev Google group:

VS Code extensions v3.6 - Improved DevTools integration & Flutter gutter icons
v3.6.0 of the Dart and Flutter VS Code extensions have been published. Release notes are included below (and available online ). Improved DevTools Integration #1935
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M41 Release
Flutter IntelliJ Plugin M41 Release Co-editing Flutter and Android Code, part 2 Using Android Studio, you can now create a Flutter module as a component of an Android app. This operation will do all the add-to-app linkage for you. This builds on the co-editing support added to Android Studio

November 01, 2019 at 09:46PM by Steve Messick
https://ift.tt/337P6xn
New post on /r/flutterdev subreddit:

What is Dependency Injection in the context of Flutter development?
Very new to flutter development and i just needed someone to clear this up. I am also a little confused about the different state management techniques / libraries? Bloc, Provider, MobX? Are these all libraries or design patterns? Are they exclusive to eachother or are you suppose to use them in conjunction with one another? Whats outdated whats not? What is the general recommended practice? Are these all ways to separate my business logic from my UI?

November 01, 2019 at 09:01PM by fd991
https://ift.tt/2C486RS
New post on /r/flutterdev subreddit:

Firebase / Firebase Authentication with flutter-web help
Hello! I'm new to flutter and I'm having trouble with adding a firebase authentication for a log-in page on my current flutter-web app and i have no idea where to start. Most of the resources that i can find are catered to either mobile or outdated flutter-web framework. Can anyone point some useful resources that I could use? Any help is appreciated

November 01, 2019 at 11:12PM by SkarJino
https://ift.tt/2N5P9EA
New post on Flutter Dev Google group:

Flutter app + laravel restful api
I want to create flutter project which contain (wallet feature+mobile payment futter) with laravel backend. I dont know how to make that.

November 02, 2019 at 07:38AM by jigwa
https://ift.tt/2WwLgM2
New post on /r/flutterdev subreddit:

Flutter Audio App
Hi, I am planing to make an audio app/podcast player offline . I was wondering if anyone had any source code reccomendation which would make it easier?

November 02, 2019 at 08:54AM by 123Spaceman123
https://ift.tt/2JLadhE
New post on /r/flutterdev subreddit:

Applying my knowledge?
So I've basically finished up with an Udemy course on Flutter, however I can kind of feel lost on what I could create now.What I mean by that is, I want to apply my knowledge on creating a certain website from scratch like say a portfolio or maybe even an app, again from scratch. The only thing is that I don't have any ideas for the same or say don't know where to look for it.Should I try to replicate existing apps or websites on my own and then see if I'm up to it? Is this a good way or can I do something else?Thanks!

November 02, 2019 at 08:36AM by vaevictis21
https://ift.tt/2Nz12ll
New post on /r/flutterdev subreddit:

intersperse - Insert an element between each element of an Iterable or List. Yes, a whole package for 2 functions (DRY).
https://ift.tt/2qcaTFK

November 02, 2019 at 10:35AM by modulovalue
https://ift.tt/36qEeNo
New post on /r/flutterdev subreddit:

What do you recommend for state management for complex app?
No text found

November 02, 2019 at 01:29PM by BlueBoxxx
https://ift.tt/32bMJsa
New post on /r/flutterdev subreddit:

Another state management question
Please recommend some good sources that give a deep understanding of provider package for a noob who doesn’t know much except making UIs.

November 02, 2019 at 05:12PM by akshattttt
https://ift.tt/2pztADm
New post on /r/flutterdev subreddit:

Stop asking about state management
You don't need a global state management solution. You will come a long way developing awesome flutter apps without using the over developed provider package or the bloc package.Most of the times you will be fine using ValueNotifier's or ChangeNotifier's and passing them on to sub classes if needed. 👍

November 02, 2019 at 05:03PM by pemell
https://ift.tt/2C9tt3S
New post on /r/flutterdev subreddit:

What is state?
Can anybody tell me what is state in flutter? And what is meant by the statement"We can't change the state of widget in stateless widget"flutter #dart #flutterDev

November 02, 2019 at 07:35PM by m_hamzashakeel
https://ift.tt/2PFA2U3
New post on Flutter Dev Google group:

Flutter image_picker camera does not recognize text with firebase_ml_vision plugin.
Hello All, I am using firebase ml vision for one project. Bu when i take photo add starting ocr process doesnt recognize texts and i think also image. Do i need to convert to image ?

November 02, 2019 at 09:42PM by Yasin Ilhan
https://ift.tt/3388EC4
New post on /r/flutterdev subreddit:

Data Structures? How to properly structure data for use with Firebase?
I’m new to the whole no SQL database and I’m finding myself at a loss for figuring out how I should structure my data within Firebase for use with my flutter application. Are there any good resources that could help a new dev out with this problem?

November 02, 2019 at 09:33PM by ro_mo
https://ift.tt/34nmh0d
New post on /r/flutterdev subreddit:

Smart new way to build and test for multiple resolutions
While building the tablet version of Newsvoice, I came up with a smart new way of testing your app for multiple devices. Made writeup on Medium. This can literally save you days of testing and frustration! :)https://medium.com/flutter-community/building-flutter-apps-for-multiple-screen-sizes-and-devices-5ec7f86df96e

November 02, 2019 at 08:12PM by vik76
https://ift.tt/33mzpCA