Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Android Studio Flutter Project
Hi Flutter Dev Team, I'm a noob to Flutter but I'm really excited about what I'm learning. After coming from React Native I'm finding Flutter/Dart to be a godsend for cross-platform mobile app development. I'm having a problem understanding how to configure a Flutter project in Android

Submitted July 31, 2018 at 06:54PM by Michael Jordan
via Flutter Dev https://ift.tt/2KcCpr7
Reddit: Get Version and Author from pubspec.yaml
Hi everyone,I am very new to flutter and as my first project I am building an about page template.But i couldn't find any information about how to query the author and version attribute which should be part of the pubspec.yaml. Anyone knows how to access it?thx

Submitted July 31, 2018 at 07:10PM by geraldbaeck
via reddit https://ift.tt/2OuEX77
GGroup: Companies using Flutter
Você tem referências de empresas que já estão usando o Flutter?

Submitted July 31, 2018 at 08:20PM by Rodrigo Developers
via Flutter Dev https://ift.tt/2mYfo1F
GGroup: video_player 0.6.4
Hi, I can't get the video_player to play local files on Android Emulator or on BLU R1 HD since it switch to using Exoplayer. Anyone able to do this? There are two constructors that used to work for me, asset and file. They no longer work but the network constructor continues to work.

Submitted July 31, 2018 at 09:18PM by Brian Duffy
via Flutter Dev https://ift.tt/2AtiHrp
GGroup: Best Practice for Using Stored Settings on Each Screen?
I'm implementing settings for my flutter app, and am wondering what the best practice is for utilizing user settings on each screen of the app. For example, I'd like to allow the user choose 1 of 3 different font sizes for display, and this will need to be adhered to for each app screen. I have

Submitted July 31, 2018 at 09:32PM by bre...@tamu.edu
via Flutter Dev https://ift.tt/2OyVBmm
GGroup: Degree Symbol As interpreted by Flutter
I'm trying to display the degree symbol. I'm sending it and it gets interpreted by a web browser correctly but in Flutter is displayed with a weird symbol that looks like an A with a carrot over the top: < https://lh3.googleusercontent.com/-PdPzOcx01b0/W2C-3HhpFxI/AAAAAAAABOg/1CWQ2T4uvF8dMn5R6FK

Submitted July 31, 2018 at 09:56PM by K Wilde
via Flutter Dev https://ift.tt/2AumKDK
Reddit: Flutter Snap
GO is available on snapcraft as a snap, so I was wondering if anyone knew if Flutter/Dart would also be eventually on there?

Submitted July 31, 2018 at 11:30PM by conman__1040
via reddit https://ift.tt/2O0ZAqx
GGroup: Advice Needed for Web App after Flutter
I'm hoping this question fits here. I've completed my Flutter App. It's a simple Firestore CRUD function - Users can add data, and browse data from other users. I'm now trying to expand with a website that also has the same design and functions. However, I can't seem to find any advice on the

Submitted August 01, 2018 at 02:37AM by Damien Devillian
via Flutter Dev https://ift.tt/2KeT6SA
GGroup: API minimum flutter
Hello, does flutter require a minimum version of API to run? the API 21 + because whenever I try to run an application in API 19 it fails.

Submitted August 01, 2018 at 04:11AM by Rodrigo Developers
via Flutter Dev https://ift.tt/2vsvBA2
Reddit: How Tengio use fastlane to deploy releases to the Play Store and App Store
https://ift.tt/2v7M6ST

Submitted August 01, 2018 at 10:56AM by akshaydashrath
via reddit https://ift.tt/2M4V0qQ
Reddit: Activity recognition on Flutter
hey guys,I was wondering, do you know if activity recognition is already possible within flutter ? Sorry but haven't find anything on the docs so that's why I'm asking here.I want to be able to know/detect when someone is walking..Thanks for your help!

Submitted August 01, 2018 at 10:53AM by olafviking
via reddit https://ift.tt/2M8K2At
Reddit: Flutter Playground Repository with the Text Underline example
Updated Flutter Playground Repository with the Text Underline example, Check GitHub Repository for the source code, https://github.com/ibhavikmakwana/FlutterPlayground Stay tuned for more update. Do contribute.

Submitted August 01, 2018 at 12:22PM by ibhavikmakwana
via reddit https://ift.tt/2OtNcAx
Reddit: Evy - Dart 2 Web Framework, with Express like API. Help wanted!.
https://ift.tt/2Kd1dzb

Submitted August 01, 2018 at 02:49PM by carlosjs23
via reddit https://ift.tt/2vrLuqu
Reddit: Firebase: Transform a stream to a new collection
I'm having trouble wording this question to properly google it, so I hope someone here can point me in the right direction.In Firebase, I have a collection of items which in turn have some sub-collections, for example /parents/${id}/children. In the app, one Parent is set as active at a time.In my BLoC, I'd like to have a Stream<List<Child>> getChildren in order to populate a StreamBuilder, but I want that to change it's data when the active Parent changes, so I added a Sink<Parent> setActive. What I can't figure out, is when the active Parent is changed, for the stream of CHildren to stop watching the old Parent, and start watching the new. I initially tried to create a stream by transforming the Stream of parent objects and mapping it to a Firebase query for the children, but I couldn't quite get that working right. Is there a good way to go about this?

Submitted August 01, 2018 at 05:53PM by zachtib
via reddit https://ift.tt/2LLWbzl
Reddit: CineReel a Flutter TMDB client using BLoCs
Hi redditors, I'm just dropping by to share with you my very first flutter app called CineReel. I've been playing with Flutter for a couple of months now, and started this project as a way to learn Flutter and see how it all fits together in a proper app. Having worked on it in a my limited free time, I was surprised to see that after only a month, it was in a state that I felt confident enough to release it in the wild. Coming from a native android developer background, I'm very excited about Flutter, and I look forward in using it more and more in the future. The app is free as in freedom and can be checkout out from gitlab if anyone's interested

Submitted August 01, 2018 at 06:15PM by serk01
via reddit https://ift.tt/2v6Gnws
GGroup: Differences between GestureDetector and Listener widgets ?
Hi, Does anybody knows the differences between a GestureDetector and a Listener widgets ? I tried each and it seems they do the same things. Thanks

Submitted August 01, 2018 at 08:05PM by Chagnas Emmanuel
via Flutter Dev https://ift.tt/2LIgair