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

Can we build anything in flutter
I want ask if i want build an app in flutter which has specific functionality and there is not specific widget and plugin for it. Then what we do? Do i use java code for specific functionality or there is option for it dart?

December 06, 2020 at 02:25PM by maddy-tech
https://ift.tt/2LenrHh
New post on /r/flutterdev subreddit:

How to invalidate/check mobile personal access token after backend deletion?
I am using Laravel as my backend together with Laravel Sanctum which generates personal access tokens for mobile users. In this case I am obviously using Flutter for mobile development.To authenticate users they login with their username/password and get a personal access token in return. This works but requires a user to login every time they open the application again so I did what most tutorials suggest which is saving the token on the mobile device using shared preferences/secure storage.Now comes the question how do you invalidate a user when you remove their token from the backend? On initial login it appears everything is still fine because like in most tutorial I check for the existence of a token. After that whenever I want to make a request which uses the token I obviously run into problems because it not longer exists on the backend.Most tutorials/guide suggest saving the token and using that a reference to see if the user is logged in or not but this seems flawed because it gives the false impression you actually have a valid token.My guess is this can be solved by always performing a heartbeat/ping action to check if the current token is valid and if not send them to the login screen instead of simply checking for the existence of the token.Thoughts on this?

December 06, 2020 at 05:20PM by TurnToDust
https://ift.tt/3oxuHvZ
New post on /r/flutterdev subreddit:

Flutter web is giving me so much anxiety 🥺
I love flutter, I think it’s incredible. I really think it’s encouraged a new wave of developers.That being said, I wish web was more production ready. I’m very grateful that flutter even exists? Writing once deploy everywhere seems like such a dream.My question to you is, what are your solutions to making accompanying web apps for your flutter applications?

December 07, 2020 at 04:40AM by augst1
https://ift.tt/39M62zI
New post on /r/flutterdev subreddit:

Mac Mini with M1 for flutter dev?
Has anyone had any hands on experience using one of the new mac minis with an M1 chip doing flutter dev.My current mac mini is rather slow ( my dev box is linux) and I'm wondering if the new mac mini would be a substantial boost.Essentially I use the mini via a vnc session to do compilations and testing using a simulator.Current xcode takes about 15 seconds to do a compilation on a fairly small project.

December 07, 2020 at 03:53AM by bsutto
https://ift.tt/3lQauje
New post on /r/flutterdev subreddit:

Possible to work on both windows and mac on the same project?
Sorry, for newbie question here.My main rig is a windows machine and for laptop I am using a macbook pro (2013). Is it possible to work on the same project at the same time and how to do it?Thanks in regards.

December 07, 2020 at 09:07AM by ilmep
https://ift.tt/2VKpK71
New post on /r/flutterdev subreddit:

Why BLOC is still preferred ?
Why still BLOC state management is still preferred over other state management solutions. Even when "provider" is simple over it?If the question is wrong i will delete it right now!

December 07, 2020 at 08:30AM by balu101
https://ift.tt/3qJM52O
New post on /r/flutterdev subreddit:

Fix Flutter web loading time with a loading spinner
Short how-to on adding a splash screen or loading spinner in Flutter Web.

December 07, 2020 at 09:35AM by Fewthp
https://ift.tt/3mS9vAu
New post on Flutter Dev Google group:

Best way to fix build error with charts_flutter wrt null safety
Can anyone help with the below issue? I'm not sure when this package will get a new release and it's marked as google internal PRs only. Is the solution just to change channel to pre null safety? Will any of the 506 forks, resolve this issue? "https://ift.tt/37JpMkW"

December 07, 2020 at 12:58PM by Kevin Chadwick
https://ift.tt/3mRwbB1
New post on /r/flutterdev subreddit:

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

December 07, 2020 at 01:40PM by vensign
https://ift.tt/36P9pUI
New post on Flutter Dev Google group:

Draft JS and Flutter
I have problem with Draft JS and Flutter, could they work with together?

December 07, 2020 at 02:50PM by HUNG HA KIET
https://ift.tt/3lNssmx
New post on Flutter Dev Google group:

Shared Prefs example by Google does not work for me
Hello everyone! I'm new with *Flutter* and came across the shared-pref example
New tweet from FlutterDev:

🧐 Let's examine null.

Null indicates that a variable has no value, but some languages don't allow it. A funny reality worth investigating.

Join us and learn why both approaches work ↓ https://t.co/2TTY6g9okV— Dart Language (@dart_lang) December 7, 2020

December 07, 2020 at 06:11PM
http://twitter.com/FlutterDev/status/1335995281016545287
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