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

async (list?) issue
got to this issue, need to add new message, new message comes as a widget, I can do something I think as such as "List
New post on /r/flutterdev subreddit:

How to get name and email in apple integration
loginWithApple() async { //final _firebaseAuth = FirebaseAuth.instance; if (await AppleSignIn.isAvailable()) { final AuthorizationResult result = await AppleSignIn.performRequests([ AppleIdRequest(requestedScopes: [Scope.email, Scope.fullName]) ]);
 print(result); switch (result.status) { case AuthorizationStatus.authorized: print(result.credential.user); // print(); if (result.credential.user != null) { // print(result.credential.user); Navigator.of(context).pushReplacementNamed('/Pages', arguments: 2); } else { // scaffoldKey.currentState.showSnackBar(SnackBar( // content: Text(S.current.wrong_email_or_password), // )); } break; //All the required credentials case AuthorizationStatus.error: print("Sign in failed: ${result.error.localizedDescription}"); break; case AuthorizationStatus.cancelled: print('User cancelled'); break; } } 
}

October 11, 2020 at 10:06AM by Arun6004
https://ift.tt/3nGyAPC
New post on /r/flutterdev subreddit:

FlutterForce — Week 91
https://ift.tt/3iPiqQu

October 11, 2020 at 11:42AM by flutterist
https://ift.tt/3lrRl7I
New post on Flutter Dev Google group:

how can i load user
hello every one i want to make relation between 2 documents i want to make each user in user doc can see all quies inside the quiz doc any idea [image: 000.png]

October 11, 2020 at 12:35PM by Eslam khalil
https://ift.tt/30R1EtV
New post on /r/flutterdev subreddit:

Best way to generate screenshots with device frames?
What is your method to create screenshots with a device frame? I just want to add a iPhone 11 Pro Frame (maybe other devices later) around my screenshot that I took in a simulator.I have tried to use the `device_preview` package but I can't seem to get the screenshot of the device. I have also tried some web apps but I haven't found anything useful that is free.Are there any easy ways to achieve this?

October 11, 2020 at 12:51PM by jwknows
https://ift.tt/2GPn18a
New post on Flutter Dev Google group:

Findout Duration time of User watched a video
How can I find out the duration time of User watched a youtube video that is embedded in my app ?

October 11, 2020 at 01:39PM by Inteser Ahmed
https://ift.tt/3iLFkbz
New post on /r/flutterdev subreddit:

MultiSelection Listview in Flutter with CheckboxListTile
https://ift.tt/3jP8ckz

October 11, 2020 at 01:56PM by rrtutors
https://ift.tt/34O3flp
New post on Flutter Dev Google group:

Regression with tflite?
I have own vgg model which is trained by keras for beauty score of faces. So I want to use this but I got error. What should I do with tflite.runModelOnImage() ? It needs numresults,threshold etc.. E/AndroidRuntime(32264): FATAL EXCEPTION: AsyncTask #2 E/AndroidRuntime(32264): Process: com.examp

October 11, 2020 at 03:06PM by Mehmet Kollama
https://ift.tt/30S9WSE
New post on /r/flutterdev subreddit:

How to Connect OneSignal to Flutter?
I don't understand the example given at pub.dev

October 11, 2020 at 04:26PM by bioelectrica
https://ift.tt/2GPEz3P
New post on /r/flutterdev subreddit:

Libphonenumber for dart
Is there any plans about translating libphonenumber to dart? I know there's plugins that uses java and swift implementations but It doesn't preforms well. It has some performance and maintenance issues.If is there any work-in-progress work (should be open source) to translate the library to dart I would like to help development because I need to use that library in our project. I tried doing it myself but the library is huge and I don't think I could do this individually.

October 11, 2020 at 05:37PM by zMisir
https://ift.tt/3jSUywD
New post on Flutter Dev Google group:

Morphing-Text
A flutter package for Text animations https://ift.tt/3jPNFfC It is a collection of text animations inspired by https://ift.tt/1iELHxC Will be adding more animations to it. Take a look at it!!

October 11, 2020 at 06:24PM by darshan...@gmail.com
https://ift.tt/34H2cE0
New post on Flutter Dev Google group:

sqflite
anyone knows how to write without future & async, every time I want to call a function from that object I would love to start connection & end before the return. Can't find any guides online.

October 11, 2020 at 10:35PM by barak taya
https://ift.tt/30VsFwl
New post on /r/flutterdev subreddit:

A new HUD package with delayed start and triggered by a provider. Useful when a sync calls length can vary such network and IO calls.
https://ift.tt/34MsDIf

October 12, 2020 at 12:10AM by juanatjcx
https://ift.tt/36TVxJi
New post on /r/flutterdev subreddit:

Flutter: DraggableScrollableSheet
A DraggableScrollableSheet is a widget that can be dragged, resized, and scrolled through a swipe gesture. Its initial impression might seem like the BottomSheet widget. This Blog post describes how to make one.

October 11, 2020 at 11:13PM by congolomera
https://ift.tt/2SI6DJf