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

Flutter Performance Tips — Part 2
https://ift.tt/SUr013T

February 06, 2022 at 02:16PM by iisprey
https://ift.tt/gqnx7Ek
New post on /r/flutterdev subreddit:

Will flutter be able to be compiled to JS anytime soon?
I LOVE flutter and dart, really. I was messing up with react and it's insane how you have to work to make a really simple component, specifically with MUI, which is a lib based on material design, as flutter.So I was wondering if we could anytime soon see fluter being compiled to JS. Even thought it has support to web, it's not like a native experience, altought flutter is not a native experience also, it feels greater for the user.Thanks!

February 06, 2022 at 03:49PM by enzodtz
https://ift.tt/Fo0rXSH
New post on /r/flutterdev subreddit:

Which navigation package do you prefer for your flutter projects?
Please share your opinion on these packages and why do we need to choose one.View Poll

February 06, 2022 at 04:47PM by _the_airbender_
https://ift.tt/njoAIE1
New post on /r/flutterdev subreddit:

FlappyBird/ Flutter projects
Remember building a flappybird app once on flutter. What can of other flutter projects look goon on one’s resume?https://github.com/shehriyarmalik/flappybird

February 06, 2022 at 06:18PM by shehriyar_
https://ift.tt/3h4gm0R
New post on /r/flutterdev subreddit:

[Ask] Animation in flutter.
Is there any way to create this kind of smoke-y effect or animation in Flutter?dribble

February 06, 2022 at 10:13PM by raman4183
https://ift.tt/muvyJ5M
New post on /r/flutterdev subreddit:

Direct3D on Flutter Desktop
The Flutter Desktop stable release caught my eyes. I was just curious whether it is possible to use Direct3D11/Direct3D12 APIs inside Windows. And how would DXGI bridge in this case?

February 06, 2022 at 09:47PM by Borno11050
https://ift.tt/l5XuNCj
New post on /r/flutterdev subreddit:

What version of Dart are you running
If you are running pre 2.12 or pre 1.x tell us why.​View Poll

February 06, 2022 at 09:20PM by bsutto
https://ift.tt/dXpZAfu
New post on /r/flutterdev subreddit:

Firebase x Flutter: Cloud Messaging
https://ift.tt/BYwRlhs

February 07, 2022 at 06:09AM by Red_Star25
https://ift.tt/sARLOMN
New post on /r/flutterdev subreddit:

Email login into firebase - do we really need two screens?
If you look at any typical example of designing a login service, they tend to have two screen, Sign up and Register, both screen containing two fields email and password.The question I keep asking myself is why the need for two screens? Instead Just have one screen and let the code decide if it is signup or register:var methods = await FirebaseAuth.instance.fetchSignInMethodsForEmail(email);if (methods.contains('password')) {FirebaseAuth.instance.signInWithEmailAndPassword( email: email, password: password );} else {FirebaseAuth.instance.createUserWithEmailAndPassword(email: email, password: password);}}This is method they used in https://firebase.google.com/codelabs/firebase-get-to-know-flutter#4

February 07, 2022 at 09:32AM by Alex54J
https://ift.tt/YoAkVEy
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 121 - Tutorials, videos, packages, and much more!
https://ift.tt/Xxu80h1

February 07, 2022 at 02:10PM by vensign
https://ift.tt/8vD13xX
New post on /r/flutterdev subreddit:

[Discussion] What are your opinions on multiple instances of Flutter being hosted in a Native app?
Example: Legacy app that uses native views alongside Flutter views. Legacy app can’t go full Flutter just yet.Are there pros and cons to this?

February 07, 2022 at 04:11PM by _temp_user
https://ift.tt/rOa6Xxe
New post on /r/flutterdev subreddit:

Widget that can hold another widget that you can swipe?
Is there a widget that can hold another widget and you can swipe to change the widget that its holding? like a circular progress bar that ca be swiped to show another circular progress bar?I don't want to swipe the whole screen. As there would be other content/widgets above and underneath the swipe widget.

February 07, 2022 at 05:47PM by shadow-_-king
https://ift.tt/TPoHLdy
New post on /r/flutterdev subreddit:

I made a landing page with flutter web and its really awesome!!!
Check this out here https://cultxapp.com

February 07, 2022 at 07:08PM by orioninventor
https://ift.tt/BDsb2SG
New post on /r/flutterdev subreddit:

Top Flutter / mobile dev 2022 conferences
Hello, as I'm getting more into mobile development and associated frameworks (flutter, react native, ionic, etc), I'd like to check out the 2022 conference scene (virtual or in-person). What are your suggestions for top conferences to get an idea of what's happening in the industry, what companies are doing, and perhaps some workshops delving into the technology?

February 07, 2022 at 08:38PM by lostforwords88
https://ift.tt/GJxj4BZ
New post on /r/flutterdev subreddit:

Whatis the current state of Flutter on iOS
I've asked this on several comments but I only get a few upvotes (or downvotes) but no actual response. I really want to get into Flutter but I remember the jank issue on iOS from a while ago and I haven't seen any update on if that has been solved. I was also told the performance isn't that great on iOS.What are the updates on these points and is now a great time to pick up Flutter? Thank you

February 07, 2022 at 09:24PM by MRainzo
https://ift.tt/7jwyNxh
New post on /r/flutterdev subreddit:

Can we use "Sign in with Google" from Firebase in Flutter with user missing Google Play Service installed?
Some Android phones don't come with Google Play installed but those users do have Google Account.I used a Firebase Auth plugin in Flutter: https://pub.dev/packages/firebase_authSo basically what I want is that an Android user can click "sign in with google" then a web page pops out, and user can sign in. But that plugin from Google is intensively depended on Google Play service.(not working)Some suggestions?

February 07, 2022 at 11:08PM by JakeTheMaster
https://ift.tt/8BwdUAE
New post on /r/flutterdev subreddit:

WiFi plugin specificly for IoT applications
https://ift.tt/poDYgze

February 08, 2022 at 01:38AM by gooseclip
https://ift.tt/zWycsdt