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

Issue #9 of Mobile Developers Cafe is out now, with loads of Flutter Dev articles and a lot more
https://ift.tt/34FKy3z

October 10, 2020 at 12:35PM by iranjith4
https://ift.tt/30R7uf0
New post on Flutter Dev Google group:

Get bounds()
Hello please help How to use get bounds LatLng in flutter leaflet ?

October 10, 2020 at 01:19PM by sona
https://ift.tt/3iKMBs8
New post on Flutter Dev Google group:

How can I open a website in an app made with Flutter and Dart?
I would like to develop following app: the first screen shows buttons. When the user clicks on a button, a website opens within the app. I have found the possibility that a web browser opens when the user clicks on a button. But the web browser doesn't open in the app, instead he opens outside

October 10, 2020 at 01:53PM by Di di
https://ift.tt/30RzcrQ
New post on /r/flutterdev subreddit:

Anyone who moved from Xamarin to Flutter?
I wonder if there is anyone who moved from Xamarin to Flutter and could share their experience. I personally have done very little with Xamarin but so far Flutter is simply better in every way. But maybe there are things that were better using Xamarin? Is there anything Xamarin can do that Flutter can not?

October 10, 2020 at 02:54PM by John28381
https://ift.tt/3jO5VWI
New post on /r/flutterdev subreddit:

Migrating from Xamarin?
Hi guys I'm working for a company that has a few decent sized xamarin apps. We're sick of Xamarin and are looking to migrate to flutter. Has anyone got any experience incrementally migrating to flutter? Maybe embedding some flutter features bit by bit? Thanks!

October 10, 2020 at 03:29PM by flutterBoi
https://ift.tt/2FidZQx
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