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

Web front end using Flutter or something else?
I'm managing a Flutter project that is a complex messaging app like WhatsApp with some social features. We have an iOS and Andriod version that uses Firebase as the backend. But we also want a web version.Question: Is Flutter the best solution for a web version, or should we build a front-end onto the Firebase back-end using more mature web technologies? It seems that Flutter web is very new and it might be more efficient to use something like Vue.js instead for the web front end? What do you think?

December 07, 2020 at 06:29PM by watchbuilds
https://ift.tt/3mSxKid
New tweet from FlutterDev:

πŸ‘‹Want to learn how to build apps?

Learn how to build with Flutter to create beautiful, natively compiled apps for mobile, web, and desktop from a single codebase.

Free @udacity course → https://t.co/Ked7BZUcZc

πŸ’™Flutterβ€” Flutter (@FlutterDev) December 7, 2020

December 07, 2020 at 09:14PM
http://twitter.com/FlutterDev/status/1336041451591909376
New post on /r/flutterdev subreddit:

Finding others to collaborate with (in commercial sense), advice?
I have a project that I've been working on alone and progress has been consistent yet slow going (just an IDE written using Dart and Flutter for which I've written a pretty robust text processing backend). I was hoping to ultimately move this to open source (at the very least certain components of the application) but would want to maybe commercialize the whole thing if it progresses well enough and the interest is there. Anyway, I was hoping to form a team of equals (with shared ownership of the project and personal ownership of all written code) to spread the load and was wondering what considerations should be made for this and what advice you might have as to where to look and whether or not it's best to either just go full open source or just pay someone. Thanks

December 07, 2020 at 10:29PM by sweetibs
https://ift.tt/3glDZIG
New post on /r/flutterdev subreddit:

How to create Flutter state restoration
https://ift.tt/3oyp7JX

December 08, 2020 at 01:51AM by thehappyharis
https://ift.tt/2JIZszu
New post on Flutter Dev Google group:

Flutter Web: Read text file from assets for page text
Hello, I'm looking for the best way to populate a description text box. I have a picture that I can easily access from my assets/images folder using AssetImage and I thought I could bring text in from a text file in the same manner. This is for an about page that has a picture that I will

December 08, 2020 at 02:15AM by Kevin Roberson
https://ift.tt/2Iq2Azz
New post on Flutter Dev Google group:

Choosing license for package
I published a package contains modified Flutter code (cupertino widgets). What type of license should I use? What should I write in copyright and after that?

December 08, 2020 at 02:59AM by PiN73
https://ift.tt/3n7pF9a
New post on /r/flutterdev subreddit:

Google Maps - The Tour🌎
A Wholesome and Complete Updated Playlist for Implementing Google Maps in Flutter!πŸ“±πŸ”­Bulls Eye Over :πŸ“’ Search Address/Location With Autocomplete APIπŸ“’ Basics of Polygon RoutesπŸ“’ Geolocation MasteryπŸ“’ Storing Makers Data In Cloud FirestoreπŸ“’ Retrieving Markers Data From FirestoreπŸ“’ Current Location Of UserπŸ“’ On Tap Multiple Markers LogicAnd Much More!βš‘πŸ¦„Playlist Source : https://www.youtube.com/playlist?list=PLRT5VDuA0QGUYnbwvto87u3rawaHdWkinLIKE, COMMENT and SHARE to reach out the course to those who need. Also, SUBSCRIBE if you find something meaningful!❀️

December 08, 2020 at 06:44AM by draculamasterwinzy
https://ift.tt/37GNsqk
New post on /r/flutterdev subreddit:

It feels like Flutter does everything, should I learn HTML, CSS, and JS?
I am preparing for a coding project where I will be creating a chrome extension. I have seen a lot of people say that I need to learn HTML, CSS, and JS to do that. I'm not sure if the answers that I have seen are outdated, but it seems like you can use Flutter to make a chrome extension. Should I even attempt to learn HTML, CSS, and JS then?

December 08, 2020 at 06:00AM by EdgedSurf
https://ift.tt/3oxEz95
New post on Flutter Dev Google group:

Flutter installation Windows 10
I would like to ask regarding installation of flutter on Windows 10. How can i solve this problem using flutter doctor, it said that I need to install flutter and dart plugin in android studio, I did install the plugin but when I check using flutter doctor it keep said that I need to install

December 08, 2020 at 09:40AM by Wahyu S
https://ift.tt/3qxbMn7
New post on Flutter Dev Google group:

File upload
Hey has anyone done the AWS s3 file upload through binary and while uploading my binary post body data is going wrong so not able to upload image. {Content-Type: image/jpeg; charset=utf-8, Connection: Keep-Alive, Accept: */*, x-amz-content-sha256: 07ae51032b3324c1d09a0cc5a29fa7e974a7a29f0f440f

December 08, 2020 at 10:42AM by Thanos
https://ift.tt/2VU0zia
New post on /r/flutterdev subreddit:

What is your primary development area, before Flutter?
A friend made the claim that iOS developers don’t care about Flutter. The Flutter team runs quarterly surveys - but I could not find anything. I’m thinking surely plenty of iOS devs see the value of Flutter. I am not expecting them to outnumber Android devs, but I am curious 🧐View Poll

December 08, 2020 at 11:12AM by ouaochi
https://ift.tt/37Jb0L3
New post on /r/flutterdev subreddit:

What are you using for Push Notifications and In-App Popup Messages
Hi folksThere are platforms out there like OneSignal, Urban Airship that help with push notifications, analytics, customer segmentation and in-app messages. Does anyone have a favourite, and why?T

December 08, 2020 at 02:39PM by tdaawg
https://ift.tt/2Ld5OaB
New post on Flutter Dev Google group:

Cloud backend Image processing
Good Morning/Good Afternoon Flutter community! I have a Flutter setup to Authentication using Google/Firebase, writing picture uploads to FireStore bucket and JSON data to Real-time DB. I would like to ask the community for help; does anyone know if there are plugins, tutorials, libraries for

December 08, 2020 at 03:50PM by Tse Ping Wong
https://ift.tt/3nahGIR
New post on /r/flutterdev subreddit:

[Flutter] New widget does not change after successful Google login
https://stackoverflow.com/questions/65202040/flutter-new-widget-does-not-change-after-successful-google-loginIf I press the button on the login page, Google login is successful. but Page does not change after successful loginWhen debugging, the'TestPage' constructor is called.main()run 'MyApp'instantiate & Render 'LoginPage'Click & Execute 'signInWithGoogle'Success Logininstantiate & Render 'TastPage'Why is TestPage not rendering?β–½ import & main β–½
import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:flutter_signin_button/flutter_signin_button.dart'; import 'package:google_sign_in/google_sign_in.dart'; import 'package:firebase_auth/firebase_auth.dart'; Future<void> main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', home: LoginPage(), ); } } 
β–½ Login Page β–½
class LoginPage extends StatefulWidget { @override _LoginPageState createState() => _LoginPageState(); } class _LoginPageState extends State<LoginPage> { User user; @override Widget build(BuildContext context) { return Scaffold( body: Center( child: SignInButton( Buttons.Google, onPressed: () { signInWithGoogle().then((value) => TestPage()); }, ), ), ); } 
β–½ signInWithGoogle Function β–½
Future<User> signInWithGoogle() async { // Trigger the authentication flow final GoogleSignInAccount googleUser = await GoogleSignIn().signIn(); // Obtain the auth details from the request final GoogleSignInAuthentication googleAuth = await googleUser.authentication; // Create a new credential final GoogleAuthCredential credential = GoogleAuthProvider.credential( accessToken: googleAuth.accessToken , idToken: googleAuth.idToken, ); // Once signed in, return the UserCredential UserCredential userCredential = await FirebaseAuth.instance.signInWithCredential(credential); firebaseUser = userCredential.user; return userCredential.user; } } 
β–½ TestPage UI β–½
class TestPage extends StatelessWidget { @override Widget build(BuildContext context) { return Container( child: Center( child: Text( 'Success Login', style: TextStyle(fontSize: 50.0, fontWeight: FontWeight.bold), ), ), ); } } 


December 08, 2020 at 05:01PM by DongpyoLee
https://ift.tt/2IxYCFi