Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Xcode build failure with error 'firebase_auth/FirebaseAuthPlugin.h' file not found
Hi All, I added the following flutter plugin to my project google_sign_in: "^3.0.4" firebase_auth: ^0.5.15 flutter_facebook_login: ^1.1.1 Here is the result GeneratedPluginRegistrant.m // // Generated file. Do not edit. // #import "GeneratedPluginRegistrant.h" #import
Submitted August 02, 2018 at 05:50AM by Danny Hui
via Flutter Dev https://ift.tt/2Az2fpF
GGroup: remove hamburger while using an end drawer ?
How to remove the hamburger icon from appbar when using an end drawer?

Submitted August 02, 2018 at 09:57AM by swapnil kumar
via Flutter Dev https://ift.tt/2MfNXve
GGroup: Is setState() heavy?
Let say top of my app hierachy is a stateful widget which has many child widgets. When a setState() is called, the build() method of the widget will be called, which means all the many child widgets will be re-created. Isn't this expensive operation? How about creating new MaterialApp() or new

Submitted August 02, 2018 at 12:46PM by Jaxon Du
via Flutter Dev https://ift.tt/2AG9OuS
GGroup: Flutter For Beginners - Episode 1 Introduction
Hey everyone! Just released the first episode of many that will focus on understanding and using Flutter as straightforward as possible! Flutter For Beginners - Episode 1 Introduction Have an amazing day everyone! Robert Brunhage

Submitted August 02, 2018 at 07:16PM by Robert Brunhage
via Flutter Dev https://ift.tt/2O5qVYu
GGroup: How to send mail with attachments in Flutter?
Hi, I found dart plugin called mailer3: "^1.1.9". Previously I create an image in mobile temp directory. In Flutter mobile app I try to send this saved picture using mailer3 plugin as a mail. The mail reach the destination, I don't get error but seems lost the attachment in process. In dart

Submitted August 02, 2018 at 07:40PM by Niyazi Toros
via Flutter Dev https://ift.tt/2vtUfQR
Reddit: How to stop flutter video player when the video get out of screen(at the time user scrolling) or mobile viewport?
Need some help regarding flutter video_player plugin. I've recently using this plugin in one of my app. It's working fine. But, I can't able to fig out how to stop the video when it'll get out of phone's view port/screen? Just like in Facebook app it's work. Even if video is in play mode, the moment it'll get out of mobile viewport/screen it'll automatically get STOP.

Submitted August 02, 2018 at 07:40PM by mi6crazyheart
via reddit https://ift.tt/2OCo7mU
Reddit: Requesting contributors for flutter_iap
I am requesting some help with adding to https://github.com/JackAppDev/flutter_iapRecently there has been more of a need for iap in flutter.https://github.com/flutter/flutter/issues/9591https://www.reddit.com/r/FlutterDev/comments/91lqnl/in_app_purchases/Some of the current goals:Better documentation (readme/contributing/changelog)subscriptions for iospurchase verification for iosconvert java to kotlinrefactor native code to use less string concatenation

Submitted August 02, 2018 at 08:56PM by JackAppDev
via reddit https://ift.tt/2vwL7uO
Reddit: Make two, or more, BLoC work together
I'm trying to understand how to have two separate BLoCs and make them work together. As soon as my app has a single BLoC I have no problems implementing everything with an InheritedWidget. But how to use more than one?

Submitted August 02, 2018 at 10:51PM by giovapanasiti
via reddit https://ift.tt/2n4n3M5
GGroup: Drag to reorder + swipe to dismiss, dialog = broken animation?
I'm building a ListView with items which you can drag to reorder, as well as swipe to dismiss. There's also a button in the app bar that shows a dialog. For dragging to reorder, I'm using this package , with some slight modifications to

Submitted August 02, 2018 at 11:12PM by Michelle Ran
via Flutter Dev https://ift.tt/2KnljGP
GGroup: How to open another page (not home) when receiving a firebase message
My app has a NotificationPage that show all the firebase message received and stored in a local file. It´s not the home page. When a notification is received and the app is in foreground i need to open the app in NotificationPage instead HomePage. Thanks.

Submitted August 02, 2018 at 11:24PM by Eugenio Tesio
via Flutter Dev https://ift.tt/2LWF8tG
Does your app retrieve data in the JSON encoded format? How do you de-serialize it? @RedBrogdon's new article describes some options for decoding JSON in Flutter.

Read it here → https://t.co/rSXJ4IeZGK pic.twitter.com/roVSYFLjrP— Flutter (@flutterio) August 2, 2018

August 03, 2018 at 12:01AM
via Twitter https://twitter.com/flutterio
Reddit: I'm looking for expert flutter developers
If you know flutter very well and would like to work on an exciting project please contact me.

Submitted August 03, 2018 at 02:57AM by mendymarcus
via reddit https://ift.tt/2n8FIq8
Reddit: BLoC and Firestore
Is there any value in using the BLoC pattern with Firebase/Firestore since those also work natively with streams, or would it be redundant?

Submitted August 03, 2018 at 05:03AM by CodyLeet
via reddit https://ift.tt/2n3Q4Ym