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

Can I make an ios app without xcode during development if I use a mac just to deploy it?
Thanks in advance, I have a windows machine I can download linux, and I want to develop flutter apps for ios I can get a mac for actually deploying it but I want to do all the work on my windows machine. Is this possible?

December 05, 2020 at 07:26PM by scouthylanddev
https://ift.tt/3qvJeds
New post on /r/flutterdev subreddit:

Dart Linter — Maintaining a Healthy Flutter Codebase
https://ift.tt/37BxXQg

December 05, 2020 at 06:32PM by iamharsh_07
https://ift.tt/33Pj5wB
New post on /r/flutterdev subreddit:

Flutter performance vs Open GL games
Hello. Flutter UI is backed by rendering engine similar to OpenGL.If so, why is it that some more complex UIs, consisting of thousands of widgets have trouble to initialy render (navigate to the screen) and animate, while maintaining 60fps. Games displays millions of polygons without any visible frame drops.I noticed this problem while building games, similar to nonogram, grid 20x20, with annotation in each tile, and about 150 text widgets with hints.Are there some tricks that could improve the performance? I know that I could use Painter but is it the only solution? Are there some tricks, e.g. calculating the width and height of element instead of relying on Flutter Expanded widget etc?

December 06, 2020 at 04:16AM by marcus-jaco
https://ift.tt/2LdAl8r
New post on /r/flutterdev subreddit:

Flutter desktop - can you build the executable for all 3 platforms on Mac?
Hi, I want to give Flutter desktop a shot for a project, as I've build mobile and web apps with Flutter before. I've read the documentation to see if you can also build the executable for Linux and Windows alongside with the macOS version on a Mac machine. Do you guys know something about that? Thanks!

December 06, 2020 at 06:56AM by tomadimitrie
https://ift.tt/3mNz7P6
New post on /r/flutterdev subreddit:

Explaining Flutters different Buttons with example for beginners.
Fluter Buttons with example.https://www.instagram.com/p/CIcuUc4g4iZ/?igshid=hk0hipbz7bxh

December 06, 2020 at 09:04AM by Thori_Manoj
https://ift.tt/3mR88SS
New post on /r/flutterdev subreddit:

tap_builder | A simple widget for building interactive areas. It is an alternative to the material's Inkwell that allow to customize the visual effects (by Aloïs Deniel)
https://ift.tt/37wlVru

December 06, 2020 at 09:39AM by Elixane
https://ift.tt/2L1FQ9Z
New post on Flutter Dev Google group:

Redirect flutter app to a payment gateway website with some data
Hello
New post on /r/flutterdev subreddit:

FlutterForce — Week 98
https://ift.tt/3otCdIA

December 06, 2020 at 12:57PM by flutterist
https://ift.tt/36OUQkd
New post on /r/flutterdev subreddit:

Wordpress News App (Flutter app for reading web pages)
Hi, take a look at my project
https://github.com/maxiges/wp_news_app
It is an application for reading websites based on WordPress in one place. Have it all in one app.
APK : https://github.com/maxiges/wp_news_app/releases/download/1.0.18/app_News_Collector_from_WP_V1_0_18Rev1.apk.apk

December 06, 2020 at 02:27PM by maxiges
https://ift.tt/3gibXxK
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