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

A plugin to use ContentProvider/ContentResolver on Android
https://ift.tt/3dH368t

December 10, 2021 at 01:49PM by nt4f04uNd
https://ift.tt/3EVf0Hy
New post on /r/flutterdev subreddit:

App Feedback Thread - December 10, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

December 10, 2021 at 03:00PM by AutoModerator
https://ift.tt/3yg2Gz6
New post on /r/flutterdev subreddit:

🛠 Get Started with iOS Authentication using Swift and UIKit
📕 A step-by-step tutorial on using Auth0 and Swift to implement login/logout and use user metadata in iOS apps.Read more…

December 10, 2021 at 02:33PM by robertinoc
https://ift.tt/31DyD93
New post on /r/flutterdev subreddit:

Flutter vs React Native in the Middle East
I don't have any concrete proof of this but the amount of resources I'm coming across online suggest this.Flutter is widely used in the middle east (esp. in Arab speaking countries), whereas the usage of React Native is higher in Europe and North America.Is there a specific reason to this? I am just wondering.

December 10, 2021 at 05:25PM by iEmerald
https://ift.tt/31Jy2Cs
New post on /r/flutterdev subreddit:

I'd love to get some feedbacks regarding this Flutter app that I made, any advice is highly appreciated.
https://ift.tt/31MnqD0

December 10, 2021 at 07:11PM by AhmedCodor
https://ift.tt/3pOysiS
New tweet from FlutterDev:

B. False is the correct answer! 🥳— Flutter (@FlutterDev) Dec 10, 2021

December 10, 2021 at 09:46PM
https://twitter.com/FlutterDev/status/1469408111051956226
New post on /r/flutterdev subreddit:

Are there equivalents of D3.js?
I want all the power and flexibility to compute and draw components like I shapes in D3.Can it be done?

December 10, 2021 at 10:29PM by elpablete
https://ift.tt/3GvvHKj
New post on /r/flutterdev subreddit:

Top Flutter App Development Company
TechnoYuga is the best flutter mobile app development company that is helping startups, small businesses, and growing enterprises all over the world. Flutter will transform the entire mobile app development process. Development, testing, and deployment of beautiful mobile app, web app, etc. from a single codebase.

December 11, 2021 at 07:16AM by technoyuga
https://ift.tt/3s0myoW
New post on /r/flutterdev subreddit:

Authentication method query
Hi guys, appreciate your help with the below queryDesign:User sends Telephone number to ServerServer creates a random 6 digit code and hashes it and keeps it in a DB and sends back to userUser inputs the 6 digit codeThe server hashes the pin, compares it with the stored value in DB. If it matches, it creates a JWT token with User_ID and secret key and sends the token to the device and also keeps this in the server (secure storage). The token is saved in the deviceFor every request, this token will be used for authenticationIn the above design, the JWT will create exactly the same token for the same User_ID and secret key. If someone takes the value from the phone and sends it then this cannot be found. Is there any way to avoid this?  What are the alternatives?

December 11, 2021 at 02:13PM by Regular_Profession24
https://ift.tt/3DKX5SL
New post on /r/flutterdev subreddit:

Should you avoid usine stateful widgets in mvvm ?
Hi everyone, I started using flutter recently. I'm going for a very basic approach, using provider and mvvm for my architecture pattern.While reading some stuff someone brought that since the state is in the modelview.dart, every widget in view.dart should be stateless. I can get behind that.But isn't there stuff solely usable in a stateful widget for example ? Like a textfield in which you want to control the stuff the user writes ?Tldr: can you use stateful widgets in mvvm or is it bad practice ? Thanks in advance.

December 11, 2021 at 03:42PM by ElFuegoFuerte
https://ift.tt/3lXMzkV