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

Flutter web older browsers compatibility.
What's the oldest chromium version that the flutter web app can run on? Will I face any issues if someone for some reason tries to visit our web app on a TV or very old version of browser?

December 24, 2021 at 07:23PM by NeatFastro
https://ift.tt/3yX85vl
New post on /r/flutterdev subreddit:

We've created a fun package that makes it easy to create a glass morphism UI!
Hi, everyone.I'd like to introduce my developing Flutter package here, which is glassmorphism_widgets.https://pub.dev/packages/glassmorphism_widgets/This package is intended to make it easy to create Glassmorphism UI.Colors, shapes, sizes, everything can be made just the way you want it!​Install it and enjoy Glassmorphism!

December 25, 2021 at 05:51AM by hiyoko-ninja
https://ift.tt/32hr5cl
New post on /r/flutterdev subreddit:

Tool for converting Dart Analyzer output to Checkstlye and JUnit report formats
Tool for converting Dart Analyzer output to Checkstlye and JUnit report formats. Plugins output can be using for visual reports on CIs (Jenkins for example).How to useCheck your project with Dart Analyzer and write its output to a file:shell flutter analyze > analyzer_report.txtanalyzer_report.txt is the name of Dart Analyzer report by default. You can change it and pass your own by --analyzerReportFile argument.Run tool for project folder:shell flutter pub global run analyzer_formatterYou can use it by installing instruction from pub.dev or view repository on GitHub.

December 25, 2021 at 05:25AM by jamanSmk
https://ift.tt/32iG1Hd
New post on /r/flutterdev subreddit:

Flutter poor performance over time
Hi,I've been developing an app for flutter for connecting users together in a matchmaking process based on their locations for people looking to hire technicians within their area. The app consists of 2 page routes (one login, one main map screen), about 7 different widgets to represent various pages within the main app screen, and the main view is a google map widget inside a container.Today I was working on some of the queuing process just putting final touches, and then family showed up for the holiday dinner. I forgot the emulators running - all 4 were left on the main map view, with none of the users searching for a job, a technician, and none of them connected to eachother. What this means is no updates were being made to the app, and no build method should have been called. After about 3 hours, I came back to the computer to find that all 4 of the emulators were running at about 5 FPS. I thought I had noticed this type of performance issue which grew over time before, but wasn't completely sure until today. I quit and reopen the app and it was back to being smooth as butter.I'm just wondering if anyone has run into this; if it's maybe just a fault where an emulator can't run an app for very long intervals (even though there shouldn't have been any updates happening to cause this, that I know of..). I've never seen this happen on a device as the app typically isn't open for even close to 3 hours at a time, but if a customer or technician accidentally left their device on with the app open, this could kill their phone in no time at all.I haven't used flutter development tools yet as I'm still relatively new to it. Can anyone give me some insight on how I might track down the issue, if it's just a fault with running on an emulator for long periods, or any other tips?Thanks!

December 25, 2021 at 05:18AM by hydrangers
https://ift.tt/3Jha4j3
New post on /r/flutterdev subreddit:

Do you like the UI of Clubhouse or Reddit more?
So, I am writing a mobile app, and I can't choose if I want to have Reddit style feed or a Clubhouse-style feed. Clubhouse has these Rounded Listview, and Reddit's list view separates posts with a horizontal lineView Poll

December 25, 2021 at 10:06AM by CyberPheonix1
https://ift.tt/3prgCnb
New post on /r/flutterdev subreddit:

What are the most important things to learn besides the basics of widgets?
What are the most important things to learn besides the basics of widgets?

December 25, 2021 at 01:29PM by -Swedish-
https://ift.tt/3esY9jK
New post on /r/flutterdev subreddit:

When and where to use Controller.create in Getx?
What is Controller.create? When do I use?

December 25, 2021 at 05:04PM by DesignExtension7726
https://ift.tt/3Ju1bD1
New post on /r/flutterdev subreddit:

Send Emails without Backend in Flutter
https://medium.com/dsc-ghrce/send-emails-without-backend-in-flutter-48d0c506ab4cHi Flutter Community, this article shows a free and easy way to send emails with Flutter without a backend that works for Android, iOS and Web too.PS: Please help me reach 100 followers on Medium before New Year!

December 25, 2021 at 05:26PM by patient_developer
https://ift.tt/32q5IFI
New post on /r/flutterdev subreddit:

Is using the Xcode performance monitor accurate for flutter apps?
I have two similar apps. One native swift and the other In flutter. When using the Xcode performance monitor in my flutter release ipa, the flutter app uses about 3 times as much ram and cpu. This is a huge difference but I’m wondering if it’s accurate for a flutter app? I am running the flutter ipa with the debug check mark in Xcode to get the performance monitor. TYIA

December 25, 2021 at 10:43PM by Necessary1OK
https://ift.tt/3eEIEFT
New post on /r/flutterdev subreddit:

Recommended backend for Flutter Apps
Hi, I am getting into backend for my flutter project. I know python basic which gives me advantage of learning Django faster. although I can learn NodeJS tooI want to know which backend (Django or NodeJS) will be best for Flutter Projects? projects can either be eCommerce, Chat or Finance app.Thank you for commenting

December 26, 2021 at 03:50AM by Direct-Guide-9435
https://ift.tt/3z2ixC6
New post on /r/flutterdev subreddit:

Show our open source project based on Flutter, built with flutter + rust.
Here is source https://github.com/CympleTech/ESSEWe use rust to write the core business code and network, and flutter to draw the UI. The two use the platform FFI to interact.Support Android, IOS, Windows, macOS, Linux platforms.

December 26, 2021 at 07:20AM by MindFederal
https://ift.tt/3qmZVJ6
New post on /r/flutterdev subreddit:

Flutter Distributor - A complete tool for packaging and publishing your Flutter applications.
https://ift.tt/3yZsjof

December 26, 2021 at 08:47AM by lijy91
https://ift.tt/3yYNMxD
New post on /r/flutterdev subreddit:

FlutterForce — Week 150
https://ift.tt/3sB6E4K

December 26, 2021 at 09:48AM by flutterist
https://ift.tt/3mAlSTH
New post on /r/flutterdev subreddit:

Dart Extension Methods Simplified
https://ift.tt/3FuD4BH

December 26, 2021 at 03:13PM by SncOne_
https://ift.tt/3qtByJJ
New post on /r/flutterdev subreddit:

Flutter packages that I use in every project
https://ift.tt/3JfG0nU

December 26, 2021 at 02:56PM by iisprey
https://ift.tt/3EnyZ0E
New post on /r/flutterdev subreddit:

How to print/save the flutter application screen as pdf?
Hey flutter folks, check my new article on medium on how to print/save flutter application screen.Medium Article

December 26, 2021 at 02:29PM by dev_amigo
https://ift.tt/3sxqj5F
New post on /r/flutterdev subreddit:

A lot of criticism towards GetX. What about state management?
Lately, I see a lot of hateful Tweets towards Getx, some are justified IMHO, but didn't see any good criticisms of its state management system? I myself opt-out of their contextless approach to stuff and inject controllers with Provider as it makes more sense in Flutter, but what's up with state management? It's basically Mobx without codegen with a few extra statements to replace action annotation, and people seem to like Mobx.

December 26, 2021 at 02:20PM by mr_redsun
https://ift.tt/3ptiDiY
New post on /r/flutterdev subreddit:

Flutter Alaram Manager Schedule Task with Alaram
https://ift.tt/32GyiTa

December 26, 2021 at 06:06PM by rrtutors
https://ift.tt/3yZH9LE
New post on /r/flutterdev subreddit:

flutter_readable | Flutter Package
https://ift.tt/3EvD7Mj

December 26, 2021 at 09:32PM by Affectionate-Ad-2952
https://ift.tt/3mBLPCi
New post on /r/flutterdev subreddit:

I wrote a package for long lived isolates
It should enable a way of generically executing functions on another isolate sent from the main isolate. Why this makes sense is explained in the readme. Let me know what you think. https://pub.dev/packages/backyard

December 27, 2021 at 09:29AM by nik_v_hax
https://ift.tt/3z0VuHG
New post on /r/flutterdev subreddit:

bumble_scrollbar | Flutter Package
https://ift.tt/3swimxA

December 27, 2021 at 01:42PM by Fun-Owl-8398
https://ift.tt/3qubpKQ