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

Can I have a material app with a cupertinoTabScaffold
Hello, Is it possible to have. a. flutter material with a cupertinoTabScaffold? Thanks

June 18, 2019 at 02:54AM by Ptemp
http://bit.ly/2XTxGCn
New post on /r/flutterdev subreddit:

( Need advice ) which State management should I use?
Hello, I am relatively new to flutter, I am building an eCommerce app with reaction platform as backend that uses graphql for serving data. I need advice with which state management I should opt for considering my use case.

June 18, 2019 at 02:52AM by Anoop_kumar
http://bit.ly/2RoW0JJ
New post on /r/flutterdev subreddit:

Navigation without Context - Navigating from your Business / State Management logic
http://bit.ly/2WKLiyp

June 18, 2019 at 05:11AM by Filledstacks
http://bit.ly/2WQgnFv
New post on Flutter Dev Google group:

Platform Adaptable UI
Hi I am new to Flutter development, I am from iOS background. Please clear my following doubt on flutter development. 1. For developing Android and iOS app, using Material and Cupertino widget is a mandatory one. Do apple have any restriction while uploading to App Store if I developed App

June 18, 2019 at 08:40AM by Srikanth
http://bit.ly/2XjjPrY
New post on /r/flutterdev subreddit:

Should I Add Generated Dart Files to Git?
http://bit.ly/2WLKKZ3

June 18, 2019 at 08:22AM by Elixane
http://bit.ly/2x07jPl
New post on Flutter Dev Google group:

Unable to run flutter after audio players package import
I imported following sound package from flutter packages. audioplayers: ^0.12.1 It threw errors saying I needed to install some things. Based on the error messages, I ran following commands. brew install cocoa pods pod setup The setup was completed successfully. It started throwing

June 18, 2019 at 10:46AM by karthik vaithin
http://bit.ly/2FgCBpI
New post on Flutter Dev Google group:

Emulator code for android??
Hello, How to connect android devices in vs code. I mean how to bring emulator for android in vs code

June 18, 2019 at 12:42PM by Abinavan Nagendran
http://bit.ly/31PFHdU
New post on Flutter Dev Google group:

How to retrieve complex json in flutter.Pls help
hello I want to retrieve last location of every user and display on map. I'm being able to see the collection on flutter console but i want to decode the JSON. How to do so? Suppose my location collection looks like this-(mongdb) { "_id" : ObjectId("5d08c69fa9af76213604db8b"), "username" : "raj",

June 18, 2019 at 01:33PM by Rajashree Parhi
http://bit.ly/2MTJKlP
New post on /r/flutterdev subreddit:

Search engine options?
What are common search engines and backends you guys are integrating into your larger apps?For example, firebase + algolia.

June 18, 2019 at 02:21PM by joe0418
http://bit.ly/2XYbbMy
New post on /r/flutterdev subreddit:

Most lightweight widget?
Do you guys know what is the most lightweight Widget? I know there is Container but I don't need all the parameters what it holds.This is just out of curiosity.Thanks!

June 18, 2019 at 09:02PM by HomeDope
http://bit.ly/2RnkaUO
New post on /r/flutterdev subreddit:

Flutter Tag Camera Images
Hey guys,​If i wanted to tag a photo from a photo taken similarly to how facebook tags persons in an image what packages or documentation should I look at

June 18, 2019 at 08:37PM by shaud_spartan
http://bit.ly/2Km26d6
New post on Flutter Dev Google group:

Help needed for call_log package error "RangeError (index): Invalid value: Not in range 0..6, inclusive: -2"
Please help to solve this problem. Code for reference: Iterable _callLogEntries = []; @override Widget build(BuildContext context) { var mono = TextStyle(fontFamily: 'monospace'); var children = []; _callLogEntries.forEach((entry){ children.add(

June 18, 2019 at 11:11PM by Nirav T
http://bit.ly/2L4V0cq