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

How to work with a Json object by calling another object (REST API) - Flutter
I have a Listview that is generated through a request to a json webservice(this already works correctly) But I need to click on one of the objects to make a new request with an inherent id to object generated by Listview Below is the code that generates my ListView Future

August 06, 2019 at 05:45PM by Anderson Augusto
https://ift.tt/2yIxsmo
New post on /r/flutterdev subreddit:

AsyncRedux: Flutter’s non-boilerplate version of Redux
Hi everyone. I know Redux is not that popular with the Flutter community, maybe because of all the boilerplate?For quite some time I've been developing a "non-boilerplate" version of Redux called AsyncRedux, which has both sync and async reducers, so no middleware is necessary, and has tons of features to integrate with Flutter, including testing.We've been using it successfully in a large scale project, and I've just publish it yesterday (pub.dev/packages/async_redux).If you want to give it a look, with lots of code examples, see here: https://medium.com/@marcglasberg/https-medium-com-marcglasberg-async-redux-33ac5e27d5f6

August 06, 2019 at 06:16PM by marcglasberg
https://ift.tt/2yFEdp6
New post on /r/flutterdev subreddit:

Ability to integrate Android Q's navigation bar
Is it possible to integrate the new Android navigation bar into the BottomNavigationBar, just like it does on iOS?Here's how it looks like right now: https://imgur.com/F0DekuP.

August 06, 2019 at 06:39PM by jesusrp98
https://ift.tt/2KzHX11
New post on /r/flutterdev subreddit:

Simple example of a GraphQl client in a Dart CLI app. (Part 1)
https://ift.tt/2KBqGVk

August 06, 2019 at 08:15PM by quad99
https://ift.tt/2TdodEj
New post on /r/flutterdev subreddit:

Flutter: A Framework to Surpass React Native
https://ift.tt/31k6rC1

August 06, 2019 at 09:45PM by EngineerScientist
https://ift.tt/2yGjT73
New post on /r/flutterdev subreddit:

How to know if an app is made with Flutter?
E.g if i download an app and wants to know if it was made with flutter sdk how would i know on both Android and ios. Here's one way I know for Android, In developers options enable "show layout bounds" for flutter apps the app won't show bounds of ui.

August 07, 2019 at 01:12AM by neattike
https://ift.tt/2YuI3R7
New post on Flutter Dev Google group:

Are there any differences between .sink.add and .add ?
Can someone explain to me these few lines? Are there any differences between .sink.add and .add ? final _moviesFetcher = BehaviorSubject(); _moviesFetcher.sink.add(itemModel); _moviesFetcher.add(itemModel);

August 07, 2019 at 05:04AM by Tony Seng
https://ift.tt/2KiH4uP
New post on Flutter Dev Google group:

Xcode archive fails (multiple commands ..
need to produce an archive so we can upload to TestFlight so followed instructions in https://ift.tt/2VtHeCn . my flutter runs on both real iPhone and simulator with no problem. so I produce a release version as required then open the resultant Xcode project (runner). I need to

August 07, 2019 at 05:38AM by john mcfetridge
https://ift.tt/2OJuWY8
New post on Flutter Dev Google group:

Firestore.instance.runTransaction((transaction) async won't work
I tried to make application from this tutorial: https://ift.tt/33hi2DJ and I got stuck at step 11 because Firestore.instance.runTransaction((transaction) async won't work. What should i do? This is the code that i've made so far : Widget _buildListItem

August 07, 2019 at 09:51AM by meliana winata
https://ift.tt/2TflQAL
New post on Flutter Dev Google group:

Dart dev tools - usage statistics
Hi, every time I start dart dev tools I get a question if I want to send usage statistics. Is there any chance that dev tools will remember my decision? If I click "No thanks" (yeah.. I'm bad that I'm not sending any data... :/) it askes again if I restart and again if I restart and again if I

August 07, 2019 at 11:27AM by Frank Weißenborn
https://ift.tt/2KCNJz4
New post on Flutter Dev Google group:

How do I create Flutter module/package that I can use in already built react-native, xamarin, cordova apps??
I want to create something like npm package that I can use in app which are built on other frameworks. It it possible??

August 07, 2019 at 12:14PM by Krunal Purohit
https://ift.tt/33kgCs0
New post on /r/flutterdev subreddit:

Social Network App Possible?
Hey everyone, before I start my journey and document every step with my idea that I have for an social media app, I would first like to know if it is possible to make a fully fledged app in only dart and flutter with all the functionality like let's say Instagram as well as be able to let the user upload clips and display it in a card view of some sorts. I am talking about displaying categories to follow and receiving all the content that is tagged in that category on your news feed as well as when you refresh all the latest posts will be at the top.If I don't make sense I apologize my brain is like a car going at 1000mph :)

August 07, 2019 at 12:29PM by ChristianGeorgeson
https://ift.tt/2MFT23j
New post on /r/flutterdev subreddit:

flutter_rating_bar | A simple yet fully customizable rating bar for flutter which also include a rating bar indicator, supporting any fraction of rating.
https://ift.tt/2XrUDLQ

August 07, 2019 at 01:55PM by Elixane
https://ift.tt/33aBwtE
New post on /r/flutterdev subreddit:

A beautiful, comprehensive Flutter Todo-List App that is perfect for getting started
https://ift.tt/2Te3QXK

August 07, 2019 at 03:32PM by Android-Bro
https://ift.tt/33hsnzF
New post on /r/flutterdev subreddit:

Does anyone know how I could go about creating a page transition animation like this in flutter?
https://ift.tt/2TjF6xe

August 07, 2019 at 03:22PM by TheEdenChild
https://ift.tt/33lcvMn
New post on /r/flutterdev subreddit:

Comparison of all existing possibilities for creating app
I've read a lot of articles of "React vs Flutter" or "Native vs Flutter" etc... each author with a different point of view... Is there ONE table that would summarize the different technologies to create apps, comparing them with criterias ? I've been searching on the internet but nothing complete, just some one vs one comparisons.Also, how about the famous question of "is an app created with flutter a native app" ? What does "native" really mean, the closest to the hardware ? So is Java/Kotlin native as long as you're developing for a virtual machine ?​Lots of questions in my head, but no final "scientific" response. It seems that everyone have different opinion on that :/

August 07, 2019 at 03:53PM by Kamel38
https://ift.tt/2KkgocW
New post on /r/flutterdev subreddit:

Stuck between flutter and react native
I feel that flutter is great for development but it is still not very widely used so jobs/internships are very rare. On the other hand with react native it may be worse than flutter but it has a large amount of jobs. I was thinking of going with flutter and approaching companies to offer to make them an app or do freelance but I feel like right now RN is a lot more stable so I just wanted to know your opinions on this.

August 07, 2019 at 03:42PM by YAttia
https://ift.tt/33j5v2A