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

Dual Screen
Dear Flutters, I have a device with two screens. Screen at the front of the device and the second screen in the back of the device. The back screen works as a mirror mode I want to display something else on the back screen How do I do this on the flap. It supports android device only

October 10, 2020 at 07:56PM by SaLeh Aleid
https://ift.tt/3dfx9mB
New post on /r/flutterdev subreddit:

Starflut or http
Hi everyone,I'm making an android application in which I need to use some python scripts. Basically, I need to take a picture in the app, use that picture in the python script and then the python script needs to "send back" a few images and some info.As I understand, starflut is the package intended to use when needing to implement python in Flutter. However, I can't seem to find any good documentation or examples which makes it pretty much impossible to use it. Can anyone help me with this problem? Or if not, is it doable to do this using http?Thanks!

October 10, 2020 at 07:33PM by BV62
https://ift.tt/33KwR3S
New post on Flutter Dev Google group:

How to YouTube live stream from Flutter app
Hello, I need help creating a Flutter mobile app that live streams to YouTube using the YouTube Live Streaming API
New post on /r/flutterdev subreddit:

Flutter Course for Kids Survey - 60 Seconds
https://ift.tt/2GK8LxD

October 10, 2020 at 09:21PM by jetblack-pope
https://ift.tt/3lBarYS
New post on /r/flutterdev subreddit:

TMDB lite client
I've built a movie information app that you guys can get at:
Cine Info Play Store. It's a simple app that lets you view movie information including being able to view trailers for movies that have trailers available on TMDB. Please do give it a try.Feel free to give it a star on GitHub if you think it's awesome:
https://github.com/Node-Ninja/CineInfo

October 10, 2020 at 10:30PM by I-Am-Programmer
https://ift.tt/36T20Eg
New post on /r/flutterdev subreddit:

How is it possible to make the same animation on flutter
https://ift.tt/3iMXmdi

October 10, 2020 at 10:15PM by youneS94
https://ift.tt/2IiRGeH
New post on /r/flutterdev subreddit:

Telegram Messenger Clone
Built a clone of the popular telegram messenger app in flutter. Source code is at https://github.com/ngbede/telegramc.

October 10, 2020 at 11:23PM by Ogasule
https://ift.tt/3dkTVcH
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