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

Flutter listview with swipe to delete
https://youtu.be/KJVo7A3tu0c

January 28, 2019 at 09:51AM by ishanfx
http://bit.ly/2G8F46R
New post on /r/flutterdev subreddit:

Tutorials: Flutter Widgets 14 | PopupMenuButton – @niebin_gg @flutteropen – Medium
http://bit.ly/2G4JVWq

January 28, 2019 at 12:06PM by nb312
http://bit.ly/2CKlQ3O
New post on /r/flutterdev subreddit:

Scroll to top of page
I am trying to find a way to automatically scroll to the top of page when I filter a list. Here is my filter method:List<ReferenceItem> filterList(String type) {
return _referenceItems.where((ReferenceItem refItem) => refItem.itemType == type).toList();
}It works perfectly for filtering items. However, if I am like halfway down the page when I initiate a filter, then after the filter is performed I am still around halfway down the list of new items. I'd like to just automatically scroll back to the top of the screen.​

January 28, 2019 at 02:11PM by UnqleSquid
http://bit.ly/2WmTFRC
New post on Flutter Dev Google group:

shuffle items
how can i get random values ​​from json? Future makeRequest() async { var response = await http .get(Uri.encodeFull(url), headers: {"Accept": "application/json"}); setState(() { var extractdata = json.decode(utf8.decode(response.bodyBytes)); data = extractdata["

January 28, 2019 at 05:30PM by Almaz Amangaliev
http://bit.ly/2CSAPc4
New post on /r/flutterdev subreddit:

Bitrise vs Codemagic CI/CD
Anyone use Bitrise and Codemagic for CI/CD? Hard to decide which to use.I see Codemagic is specific for Flutter. But Bitrise has many good docs, mature, integrations.Anyone here from Bitrise or Codemagic can explain advantage/disadvantage?Or anyone is try both?

January 28, 2019 at 06:25PM by Flutter_Dev
http://bit.ly/2G55hD3
New post on /r/flutterdev subreddit:

Making the appbar disappear
I am using webview_flutter to place a webview as the body of my scaffold. How can i make it disappear when i interact with the webview and bring it back when the user clicks at the now gone appbar space.

January 28, 2019 at 07:15PM by fardeen9983
http://bit.ly/2CRMeJ4
New post on /r/flutterdev subreddit:

Replacing widgets dynamically
Now i want to replace my appbar title which is initially a Text widget to a search bar on the press of an action button on the same appbar. Also i would like to know if we can replace others widgets dynamically.

January 28, 2019 at 06:57PM by fardeen9983
http://bit.ly/2RT7GI1
New post on /r/flutterdev subreddit:

How do I create a Google Sheet from my app?
I am creating an app that will create a google sheet when the user puts in paramaters like name, number of rows, type of column titles, etc. I cannot find anything that shows me how to do this. I found this api, but I can't begin to understand how to use it. I have it installed, but that is as far as I understood.​Any ideas on how I should mover forward?

January 28, 2019 at 06:28PM by Fosters_kid
http://bit.ly/2B6cUpK
New post on /r/flutterdev subreddit:

Why Flutter?
This is not about whether Flutter is good or ugly. I have been coding natively for Android for some time, though interesting, it always ended up being repetitive and burdening to me. Flutter seems to me as an escape from writing multiple files of code repeating the same process and instead write clean, easily readable code. So this was why i love flutter. Why did you choose it?

January 28, 2019 at 08:56PM by fardeen9983
http://bit.ly/2sTzJZe
New post on Flutter Dev Google group:

Flutter plugins pull request and CLA
Does anybody have any experience of making a contribution to the flutter/plugins repository and signing the CLA (Contributor Licence Agreement) on behalf of an employer? I have forked the flutter/plugins repository and created a pull request to contribute those changes back. I have filled the

January 28, 2019 at 09:41PM by Ian Evans
http://bit.ly/2FV9gTC
New post on /r/flutterdev subreddit:

[X-post from /r/flutter] Having trouble understanding how the pieces of StatefulWidget fit together, confused on the language?
http://bit.ly/2S7NsK8

January 29, 2019 at 12:38AM by throwitway22334
http://bit.ly/2HEn0Ug
New post on /r/flutterdev subreddit:

Very torn, React Native vs Flutter?
So I need to begin working on a mobile app ASAP. I'm hearing RN is a SHIT SHOW when it comes to bugs and things going wrong.With flutter can I access native features such as GPS without having to write any other code besides dart code?Also, can you give me some reasons as to why flutter is better than React Native?

January 29, 2019 at 02:41AM by MeHasAdhd
http://bit.ly/2CVtyZ0
New post on /r/flutterdev subreddit:

Need Help in implementing flutter widget for 360 image
I'm creating a flutter app which need to show 360 images. I am having difficulty while implementing this feature any suggestions or guidance will be helpful.

January 29, 2019 at 07:20AM by Vinod_Kumar_
http://bit.ly/2sOSmxi
New post on Flutter Dev Google group:

Flutter firestrore
I have created a simple bar graph with hard coded values in app, but I want values fetch from firestore. Can anyone help me how to do it!!!!!!!!!!!

January 29, 2019 at 07:35AM by testuser...@gmail.com
http://bit.ly/2UnT4NF
New post on Flutter Dev Google group:

Recommendations for a good charting library for Flutter
I am using charts_flutter but find it very limiting (lot of features are yet to be implemented - as an example, I found that labels on vertical bar charts aren't supported!) I also see fcharts but looks like it is still immature. What are most Flutter developers using today for charting?

January 29, 2019 at 07:55AM by Jagannathan Srinivasan
http://bit.ly/2CQx5YH