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

Google sign in without firebase
I recently found out this video that explains how to google signin in flutter web without firebase pretty easy and straightforward (you can easily do it for app, there's info in the comments on how to). As there is not much documentation about it I think it could be useful for some people if I share it.https://www.youtube.com/watch?v=52DM6y4lFaQ

December 16, 2020 at 12:51PM by xenydev
https://ift.tt/388GVEP
New post on Flutter Dev Google group:

Native Web View
Hey all, I am trying to replace webview_flutter plugin with native UIWebView. I am stuck with this error when using native view: Unhandled Exception: PlatformException(unregistered_view_type, trying to create a view with an unregistered type, unregistered view type: 'webview', null)

December 16, 2020 at 01:44PM by Sawsan Sbeih
https://ift.tt/3mrhqnr
New post on /r/flutterdev subreddit:

Can anyone suggest some websites for getting vector images for my ui designs.
I am creating a login and signup app and was inspired by many videos on YouTube, and now i am thinking of place where i can get vector images.

December 16, 2020 at 03:55PM by backslashflutter
https://ift.tt/3mtB95U
New post on /r/flutterdev subreddit:

Flutter Starter · A Flutter starter-kit for production-level apps
https://ift.tt/2WlKW3y

December 16, 2020 at 03:20PM by sanketsahu
https://ift.tt/37mRzIT
New post on /r/flutterdev subreddit:

Best Practice for Authentication using JWT in Flutter?
Hello! I am a fullstack developer who's testing the waters of mobile app development with Flutter. I have an existing backend, which is capable of handling OAuth2 using Google or Facebook IDPs. The flow for the frontend React app is something along the lines of this:
1. Click on login with google
2. Proc a consent screen
3. Google or FB send their tokens and user data to a callback URL on the backend
4. Backend generates JWT
5. Backend redirects the frontend to a URL with the generated JWTs in the URL behind a # sign
6. Frontend parses the URL, extracts the JWT and saves them into the state managerPresuming that I want to use the same Auth flow on the existing Backend, how would this be handled differently in a Flutter app? My main concerns are steps 2, 5 and 6. I am not quite too sure how the consent screen is handled on mobile apps, and how can the backend send back the tokens using the HTTP redirect method (is this even possible?).Thank you!

December 16, 2020 at 07:53PM by recycled_bin
https://ift.tt/3oWYpuB
New post on /r/flutterdev subreddit:

I had tried to make my splash screen with flutter, beginning for the app development source: https://ift.tt/38q51LJ
https://ift.tt/38c5rFi

December 16, 2020 at 08:10PM by Aaris_Kazi
https://ift.tt/3ampCD1
New post on Flutter Dev Google group:

Flutter drop down button
Hello! I have problem with drop down list options because displays in all screen so i want to make this smaller. (Check the screenshots below) I've tried SignleChildeScrollview but I'm still getting error. Thank you! [image: SC1.png][image: SC2.png][image: SC3.png]

December 16, 2020 at 09:22PM by Πέτρος Πολλάκης
https://ift.tt/37ntP7G
New post on /r/flutterdev subreddit:

How do you name your data classes?
I am learning Flutter at the moment and it strikes me that many of the Widgets use very simple names that I have found already collide with names I would normally use to store plain-old-data.What do you experienced Flutter devs do about this? Do you use a suffix like Data or something on data classes?

December 16, 2020 at 09:52PM by grandygames
https://ift.tt/2WnG1Pm
New post on Flutter Dev Google group:

Question on Text fields...
Hey... In my project I confused at one thing. I want a flutter app where in text field user if enter 5 then 5 text widgets will be appears, If he/she enter 7 then 7 text widgets will appears..... If you get any idea, please help

December 16, 2020 at 10:16PM by Meet Patel
https://ift.tt/388D2jn
New post on Flutter Dev Google group:

Firebase UID output to document with typescript cloud function
Hello, I'm new to both programming and Flutter but I'm starting to get my head around it. I am trying to put together an app that combines user and location information via Firebase so that I can show multiple user locations on a map. What I need help with and would like to do is write the

December 16, 2020 at 10:46PM by Nathan Jones
https://ift.tt/3ak98LU
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M52.1 Release
We published a point release today that allows defining additional arguments to be passed to the test runner. [image: Screen Shot 2020-12-15 at 3.31.11 PM.png]

December 16, 2020 at 11:30PM by Steve Messick
https://ift.tt/2K25tYl
New post on Flutter Dev Google group:

Flutter 1.25.0-8.1.pre released to the beta channel
*Hi all,I’m happy to announce that Flutter 1.25 / Dart 2.12 beta builds are now available on the beta channel: 1.25.0-8.1.pre
New post on /r/flutterdev subreddit:

Flutter event announced for 3/3/21. Any ideas?
https://twitter.com/FlutterDev/status/1339256577480683521Saw this posted on the official flutter twitter. A big announcement, 3 months away.Do people want to speculate what this is about? A lot of talk about a stable web/desktop build, but to me it looks like a phone form factor hidden behind the curtain, so I'm not so sure. Regardless, it must be something huge.

December 16, 2020 at 11:40PM by masamunexs
https://ift.tt/3mo0fmF
New post on /r/flutterdev subreddit:

Announcing Flutter Modular 3.0 Beta (Null Safety)
https://ift.tt/3gVqaRN

December 17, 2020 at 03:02AM by irvine5k
https://ift.tt/38cB2q9
New post on /r/flutterdev subreddit:

Pointer Interceptor: Prevent mouse events (in web) from being captured by an underlying HtmlElementView!
https://ift.tt/2IWAYCp

December 17, 2020 at 02:58AM by joaquini
https://ift.tt/3gVqpwb
New post on Flutter Dev Google group:

Flutter web session
Hello everyone, Currently I am working on flutter web application and struggling with session handling, shared_preference seems not working good here, anyone can suggest something for this, my requirements are: 1. Need to clear session when we close the web browser 2. User should not open the

December 17, 2020 at 06:54AM by Abhay Mathur
https://ift.tt/2Wn5YP9
New post on Flutter Dev Google group:

How to get some nasty code from a StatefulWidget into a BLoC pattern
I came across this example https://ift.tt/3mvWlrP, I can only modify the UI a bit because it's inside a StatefulWidget. Is there any way i can extract the functions and use them inside a BLoC? Notice that there are some setState() that only exists inside StatefulWidgets.

December 17, 2020 at 07:13AM by Phill Alexakis
https://ift.tt/3rcrCnB