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

From Switch Button Light Mode to Dark Mode
Hello, I want to know how we do Light Mode to Dark Mode our application in flutter.

June 14, 2019 at 09:19AM by Kunal Pitale
http://bit.ly/2IgfgGo
New post on Flutter Dev Google group:

Flicker api to horizontal listview
I have class provider where i am getting json of flicker and converting them into image url but i want that url to be used in horizontal listview builder below is my flickrApiProvider class import 'package:http/http.dart'; import 'dart:convert'; class FlickrAPIProvider { getLinks(page) async {

June 14, 2019 at 09:32AM by mahantappa b k
http://bit.ly/2XcasKv
New post on /r/flutterdev subreddit:

Migration of existing Flutter app using BLOC pattern to the Web using Flutter-Web
So, I have been able to migrate my Flutter app which I built a couple of months ago using BLOC pattern to the web using `flutter-web`. There was no need to change the core code except changes required for setup and removing Mobile specific libraries.​Presently as `flutter-web` is still in technical preview, some setup code had to be changed to make the app run on the web. Unlike the ease to parallelly build and run ios and android apps from the same code, it's not possible to do the same to generate the web version now. For example, mobile-specific dependencies like `cupertino_icons` had to be removed from `pubspec` manually to build the web version as there is no way to handle it real time as of the moment. So two separate branches had to be maintained​Here is the branch for flutter mobile: https://github.com/suchoX/addItAnd here is the branch for Flutter Web: https://github.com/suchoX/addIt/tree/web-support​You can also Try the app here. It works perfectly on the browser (Tried on Chrome and Safari) for both your computer and mobile, both landscape and portrait​https://suchox.github.io/addIt/#/NOTE: There are some bugs in the core logic as I hadn't had the chance to QA the app completely.

June 14, 2019 at 08:25AM by suchox
http://bit.ly/2F5Mpm8
New post on /r/flutterdev subreddit:

Help finding a widget type.
I have a strange question because it can have very wide range of answers i guess. I saw a tutorial once about making tiles with background and overlay text, problem is that i don't remember what it was called or how it was done, i was looking for something else at the time and i did not paid attention. :( please help.

June 14, 2019 at 11:43AM by RadiantCity
http://bit.ly/2KPsStZ
New post on Flutter Dev Google group:

Error MaterialPageRoute
Hi, I got these error: ==start== I/flutter (15858): The following assertion was thrown while handling a gesture: I/flutter (15858): Navigator operation requested with a context that does not include a Navigator. I/flutter (15858): The context used to push or pop routes from the Navigator

June 14, 2019 at 12:00PM by KengHeng
http://bit.ly/2WF2O7c
New post on /r/flutterdev subreddit:

Refactoring InAppPurchase example to use BLoC pattern
While I was wiring up the In App Purchase plugin, I realized it was a good example of why you might prefer the BLoC pattern over a conventional StatefulWidget.Basically it's refactoring this:https://github.com/flutter/plugins/blob/master/packages/in_app_purchase/example/lib/main.dartto separate the UI from the state and move everything to streams.I had some spare time this evening so I figured I'd live stream to explain my experience so far - apologies for the lack of structure, it was completely off-the-cuff with zero preparation.Check it out here if you're interested - https://www.twitch.tv/videos/438829972

June 14, 2019 at 11:45AM by aviniumau
http://bit.ly/2KRiemf
New post on /r/flutterdev subreddit:

Visible laggy/jitter when scrolling
I have been observing the scrollview of flutter for a while now. I am almost certain that the scroll is visually more laggy or jitter compare to the native counterpart.I use flutter_bloc and I believe I am following the best practice. My observation confirm the jitter coincide with the stream/sink cycle, since I am updating the interface periodically.My questions - have you encounter this? - is it a limitation of flutter? - is there anyway to prevent the lag from happening when using bloc? - is there anything I am missing when using bloc?

June 14, 2019 at 12:43PM by marcoleongdev
http://bit.ly/2Kh24Dp
New post on /r/flutterdev subreddit:

Visible laggy/jitter when scrolling
I have been observing the scrollview of flutter for a while now. I am almost certain that the scroll is visually more laggy or jitter compare to the native counterpart.I use flutter_bloc and I believe I am following the best practice. My observation confirm the jitter coincide with the stream/sink cycle, since I am updating the interface periodically.My questions - have you encounter this? - is it a limitation of flutter? - is there anyway to prevent the lag from happening when using bloc? - is there anything I am missing when using bloc?

June 14, 2019 at 12:43PM by marcoleongdev
http://bit.ly/2Kh24Dp
New post on Flutter Dev Google group:

How to customize google maps marker icon in Flutter
I am using google_maps_flutter in my flutter app to use google map I have custom marker icon and I load this with BitmapDescriptor.fromBytes(markerIcon) But I want to show icon from Url with some text. here is details http://bit.ly/2IeJUQk

June 14, 2019 at 02:30PM by Gursewak Singh
http://bit.ly/2XK3klu
New post on Flutter Dev Google group:

Reflecting Flutter ThemeData with native themeing
Is there any plugin to reflect common Theme attributes with the native theming system. I was integrating FreshChat with Flutter, found an awesome flutter plugin to do it, but now I want to use my ThemeData attributes to theme it. Since FreshChat is a native SDK it uses theme attributes of say

June 14, 2019 at 02:42PM by Harsh Bhikadia
http://bit.ly/2ZmWEdx
New post on Flutter Dev Google group:

Flutter bottom navigation bar issues
Flutter materialApp bottom navigation bar. I'm trying to implement this kind of listPage and detailPage shown below. I tried these 2 solutions: http://bit.ly/2IfdSUo and http://bit.ly/2WFdTVH

June 14, 2019 at 03:09PM by Daniyar Gilimov
http://bit.ly/2IgYeYI
New post on /r/flutterdev subreddit:

Google Maps Styling in Flutter
“Google Maps Styling in Flutter” by Matthias Schuyten https://link.medium.com/YWL9Ka3SvX

June 14, 2019 at 02:45PM by Schuyten
http://bit.ly/31z7ezR
New post on /r/flutterdev subreddit:

GitHub - flutter-devs/flutter_MakeMyTrip_UI_Demo: A sample application to show the UI Demo for Make My Trip app using flutter.
http://bit.ly/2F6lxlR

June 13, 2019 at 03:07PM by jubinmathai
http://bit.ly/2KRQRsn