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

The use of Cloud Functions Vs FireStore + StreamBuilders for data in a flutter application.
Hi I am currently creating an app for a client that uses a lot of basic data such as venue, menu, reviews etc. All of this information is subject to change and there are many venues. Seen as this information does not need to be updated instantly with live data , is there any need for a steam builder? StreamBuilders seem to require ListViews and ListTiles which are clunky to deal with and often crash my galaxy which seems unreliable?​My question to the community is have you used cloud functions for data retrieval before in a flutter application? If you have would you recommend it in this instance? Will it cost more or less as the app scales?​I've used Azure Cloud functions with an angular app before and I found it to be a great solution to basic reads and writes.​It also makes more sense to me to add an extra data layer so the App is less reliant on the StreamBuilders .​This idea seems great in my head but I'm afraid I'm a little naive here as i am not long developing outside of school work.​Apologies if this breaks rule 3 but I don't know where to ask this question ! Thanks!

June 10, 2019 at 09:34PM by Aidandots1
http://bit.ly/2Iy69jc
New post on /r/flutterdev subreddit:

Dart Range package
http://bit.ly/2EZcaok

June 11, 2019 at 12:15AM by hdxdaniel
http://bit.ly/2wOWwak
New post on /r/flutterdev subreddit:

Flutter Development curiosity
I am into learning flutter development these days and as i understand from the search of jobs and freelancing work currently there is no job and work for flutter developer out there , what you guys think what will be the future of learning flutter ? is it secure ?

June 11, 2019 at 01:27AM by samairali123
http://bit.ly/2K9vGT6
New post on Flutter Dev Google group:

When updating the value of a variable, it must be done inside setState ??
Hi folks! I have a question about setState: When updating the value of a variable, it *must* be done inside setState ?? I did 2 examples updating outside of setState and then called it just to render the screen, and it ran perfectly. What do you think about that? Is it possible that in a

June 11, 2019 at 06:55AM by Leonardo Mezavilla
http://bit.ly/2Zo62xH
New post on Flutter Dev Google group:

Error in displaying Marker in google maps. Please help
import 'package:location/location.dart'; import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; // import 'package:map_view/map_view.dart'; class GoogleMapsDemo extends StatefulWidget { @override _GoogleMapsDemoState createState() => _GoogleMapsDemoS

June 11, 2019 at 08:02AM by Rajashree Parhi
http://bit.ly/2WBXWEJ
New post on /r/flutterdev subreddit:

Wrap your Location as a Service in Flutter
http://bit.ly/2IyJZ0o

June 11, 2019 at 04:39AM by Filledstacks
http://bit.ly/2WXXEHz
New post on Flutter Dev Google group:

Writing to the network stream -- VPN in flutter
Hello, For my android app, I wanted to build a peer to peer VPN between two android devices. It's just an idea, and for that I wanted to know if it is possible to write to the network stream using flutter so that I can use a socket for a connection between the two devices and write the data

June 11, 2019 at 08:25AM by Ish Chhabra
http://bit.ly/2XDLCQu
New post on /r/flutterdev subreddit:

GitHub - flutter-devs/flutter_github_profiler: A demo app to fetch GitHub profile details in flutter.
http://bit.ly/2XDOsVQ

June 11, 2019 at 09:48AM by jubinmathai
http://bit.ly/2wNouTU
New post on /r/flutterdev subreddit:

An example of how to structure a Flutter app's information architecture to match Material / iOS conventions (tabs vs drawers) while sharing content code
http://bit.ly/2XCXdQ3

June 11, 2019 at 09:38AM by EngineerScientist
http://bit.ly/2wPFuc4
New post on Flutter Dev Google group:

platform tools revision 29.0.1 issue: service protocol in API29
the platform tools revision 29.0.1 allows you not to undergraduate your platform if you run your app in an API28 emulator things are working nice: 11:17:52.883 808 info flutter.tools [ ] Forwarded host port 52507 to device port 39967 for Observatory 11:17:52.885 809 info flutter.tools [

June 11, 2019 at 12:10PM by Bened
http://bit.ly/2F4kHq5
New post on /r/flutterdev subreddit:

Remi just created a gitter community for discussions around `provider`. Go ahead and join to ask your questions
http://bit.ly/2WwboVJ

June 11, 2019 at 12:22PM by EngineerScientist
http://bit.ly/2WvuHya
New post on /r/flutterdev subreddit:

Flutter warm-up of 4 seconds
I am trying to integrate flutter into an existing app and use something like the below toFlutterView flutterView = Flutter.createView ( SplashActivity.this, getLifecycle(), "rt_main" );
FrameLayout frameLayout = findViewById ( R.id.fl_flutter_main );
frameLayout.addView ( flutterView );The issue is that it takes between 4 and 5 seconds on my Nexus 6 ( physical device ) for the view to show up inside the FrameLayout. I do the FlutterMain.startInitialization ( ... ) in a Splash screen and that does not take too much time.What can I do to improve the performance in general ?

June 11, 2019 at 12:21PM by AstraNOS
http://bit.ly/2WCggNY
New post on Flutter Dev Google group:

Flutter Progress bar/Circular indicator Management
I have got my hands on flutter and have got few basics right. Im thinking to make a Custom Progress Indicator widget which i can show or hide in any of the pages(Anywhere across the app). My approach is to bind a provider value for the progress widget and toggle the value as required. But I just

June 11, 2019 at 02:29PM by Nikhil N
http://bit.ly/2MDBGFH