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

Flutter is fun. but there is No job.
I'm really interested in flutter and learning some basics from Angela Yu on Udemy. but i didn't see any job in Mumbai, india. India's financial capital. there are lot of jobs for React and other frameworks but hardly anyone post job for flutter. I'm following this from last 4 months but no one seems to interested in flutter here. in comparison there are more than 300 web devs jobs posted daily on indeed. really confused on what to choose. i really enjoy flutter but there is not point if no one willing to hire me. Thanks.

August 06, 2019 at 08:43AM by blueblood_14
https://ift.tt/2Yt677c
New post on /r/flutterdev subreddit:

Sign-in with email link (passwordless) with Flutter & Firebase [Setup Guide]
https://ift.tt/2ZzCAoI

August 06, 2019 at 11:49AM by bizz84
https://ift.tt/2M2uPVi
New post on /r/flutterdev subreddit:

Why SystemSound.play(SystemSoundType.click) doesn't work?
Hi all! I'm creating an android app. I need a button which produce sound when it is clicked. I've done some googling. Every article online i read suggest me to use this code:
import 'package:flutter/services.dart'; ... SystemSound.play(SystemSoundType.click); ... 
I don't need to play a file like mp3, i just need a button which produce sound when it's clicked. I've tried the code above and it didn't work. What possibly goes wrong here?​Thanks.

August 06, 2019 at 12:35PM by bajirut
https://ift.tt/2M0rgPz
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