Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Our Journey With Flutter and Dart – Didiet Noor
https://ift.tt/2GUoeVZ

Submitted May 27, 2018 at 01:50PM by Elixane
via reddit https://ift.tt/2sc7btQ
Flutter achitecture examples: http://fluttersamples.com/
Reddit: Building GitHub Flutter App — Part 1: Trending Repositories List
https://ift.tt/2IQ6EUB

Submitted May 27, 2018 at 09:51PM by Purple_Pizzazz
via reddit https://ift.tt/2IQm53c
Reddit: Flutter grid view animations
HiI want to create add / remove animations for a grid view plus maybe nice animations for initState but i couldn't figure out how to do that simple.Like with recyclerview on android i can use animateLayout to create items animation one after another etc....Plua it would.be helpful if someone have aguide for animations with examples... How to animate size of widget depending on its normal size... Like making it inflate from 0 to its default sizeBtw i am fetching data from firebase.

Submitted May 28, 2018 at 12:29AM by Code_PLeX
via reddit https://ift.tt/2IOQE9C
Reddit: My first application with Flutter - but also my first code experience with Dart !
Hello,I'm a full stack developer, mainly with Nodejs as backend, and Angular (web pages) and Swift (for iOS) for frontend. I'm not convinced with cross-platform frameworks for mobile applications due to limitations and performance issues. (I have already developed apps with Cordova and Xmarin) Generally, I prefer using native language for developing applications for iOS. Recently, I wanted to have a try with Flutter, so I decided to learn Dart to develop an application for Android and iOS. To learn Dart, I read the language specifications on the Dart website, then I read a lot of open-source code. You can find my app here : Google play https://play.google.com/store/apps/details?id=com.orange.labs.spilhen Apple App Store https://itunes.apple.com/fr/app/id1385377725No claim, it's just an application for fun. Your comments are welcome!As a main feedback from my experience, Flutter is really made for Android, the performance is much better compared to the iOS version. Stateful widgets are sometimes hard to control. I will write an article on my exprience, as well as the issues and limitations I had with Flutter.

Submitted May 28, 2018 at 03:01AM by Eimji
via reddit https://ift.tt/2LwXFtg
Reddit: Flutter Weekly #Issue 21
https://ift.tt/2xjunez

Submitted May 28, 2018 at 09:55AM by throw_cs_far_away
via reddit https://ift.tt/2kwoa60
Reddit: Flutter plugin for DialogFlow, Google's SDK for creating "conversational experiences" for Assistant, Alexa, etc.
https://ift.tt/2scj96C

Submitted May 28, 2018 at 09:23AM by Purple_Pizzazz
via reddit https://ift.tt/2siH5Vj
Reddit: Master or Beta channel?
Which is the 'best' branch to develop on?

Submitted May 28, 2018 at 08:35PM by dukovni
via reddit https://ift.tt/2GXoXWh
Reddit: Another great video from Fluttery channel on YouTube
https://www.youtube.com/watch?v=syd0c9Vi2hg

Submitted May 28, 2018 at 10:53PM by AussieFlutterDev
via reddit https://ift.tt/2kAbP0p
GGroup: Understanding the role of flutter daemon
I recently noticed https://ift.tt/2JgxdpO from @DanTup (Send an event at startup with the protocol version and pid) so this question may be aimed at him somehow. I'd appreciate any links to documentation about daemons and why protocol versions exist. I'm interested in

Submitted May 29, 2018 at 02:06AM by Fabio de Matos Quaresma Gonçalves
via Flutter Dev https://ift.tt/2L2Rlsp
Reddit: How does Android Jetpack fit into Flutter?
I was cruising through the docs here learning about Android Jetpackhttps://developer.android.com/jetpack/It appears to be a set of patterns and software components to help standardize/accelerate android app development. Given that Flutter is its own all-in-one runtime, I wonder how or where it fits into this initiative. Are we to implement the ideas within flutter or are there particular plugins that will be built by the Google team to supplement flutter?

Submitted May 29, 2018 at 04:59AM by movdev
via reddit https://ift.tt/2ITBkoc
GGroup: json_serializable does not convert nested objects to json string. Is this a limitation ?
So when I attempt to convert an object that has another object in it. The output json string looks like this {title: My Title, skills: [Instance of 'modelSkill']} Why did the skills instance not get converted to json string ? I think I might be missing something but not sure what . Here are

Submitted May 29, 2018 at 07:43AM by Adam Zedan
via Flutter Dev https://ift.tt/2ITC78B
GGroup: Static variable does not retain value in certain cases
I developed a simple app starting with this code base https://ift.tt/2snDG7P What it basically does is, it replaces body with new widget to simulate the android Fragments. Further, I added a splash screen to the app and a class containing a static websocket connection and a

Submitted May 29, 2018 at 09:27AM by Murtuza Kabul
via Flutter Dev https://ift.tt/2sgjLsc
GGroup: When Google Mobile Vision will support the face recognition login for Flutter?
Based on Google Mobile Vision where I can get detail information, examples etc… about flutter_mobile_vision Detect Faces coordinates? I am trying to build a demo app with face recognition login. Can I achieve this with flutter_mobile_vision? If yes, how? If not, when Flutter will support the

Submitted May 29, 2018 at 12:23PM by Niyazi Toros
via Flutter Dev https://ift.tt/2L66aKV
GGroup: How do you show a dollar sign $ in Flutter?
How do you show a dollar sign $ in Flutter? I have a currency section in my app and I need to show user a dollar sign $. How do I do that? "\$ Dollar: " is not working.... Any help please?

Submitted May 29, 2018 at 01:32PM by Niyazi Toros
via Flutter Dev https://ift.tt/2LEJkvc