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

How to handle uncaught errors in release

Hey all, As you know, we can hook into FlutterError.onError to handle uncaught exceptions and errors in Flutter, but this is disabled in release. So, for example, a button that's supposed to do something, will fail silently with no feedback to the user if something goes wrong. My question is,... https://www.reddit.com/r/FlutterDev/comments/15h2syy/how_to_handle_uncaught_errors_in_release/
New post on /r/flutterdev subreddit:

Xcode and Flutter

I'm facing an issue with my Flutter project that I haven't been able to resolve. When archiving my build for review, the Apple review team keeps rejecting it. I encounter no problems when building locally to iOS simulators and physical devices. While investigating, I read online that I might... https://www.reddit.com/r/FlutterDev/comments/15h84ta/xcode_and_flutter/
New post on /r/flutterdev subreddit:

I need some ideas for my last year university project

I hope you are doing great. So as the tittle says in need help finding a last year project i dont have many ideas on what to do, im quite a begginer at flutter and i was thinking of doing a to-do app but i think that is maybe quite basic, i have 10-12 weeks to do the project, maybe some of you... https://www.reddit.com/r/FlutterDev/comments/15hongq/i_need_some_ideas_for_my_last_year_university/
New post on /r/flutterdev subreddit:

Preferred mode of running app along with ide during Flutter app development

As title says please which one you prefer and why? View Poll submitted by /u/ExcitingMechanic39 link comments https://www.reddit.com/r/FlutterDev/comments/15ioh3c/preferred_mode_of_running_app_along_with_ide/
New post on /r/flutterdev subreddit:

Preferred library for logging events in release mode

I want my apps to keep an event log in release mode so that even normal user can export a complete log of all user interactions (e.g. fill in a form, swipe right, logout, etc.) What's your preferred library for this? I know that you can disable the release mode nagging and keep using the debug... https://www.reddit.com/r/FlutterDev/comments/15it5bn/preferred_library_for_logging_events_in_release/
New post on /r/flutterdev subreddit:

Admin dashboard in Flutter?

Hello, I've been searching in internet about flutter for admin dashboard, I am working a flutter project in android that is connected in a Firebase, let say I wanted to have admin monitoring which can be done in flutter but it is an web app? not website? this make me more confusing. My question, ... https://www.reddit.com/r/FlutterDev/comments/15izmyc/admin_dashboard_in_flutter/
New post on /r/flutterdev subreddit:

Flutter apps are lagging on 120Hz iPhones with the latest version of iOS, and this is not acceptable

This issue was opened two weeks ago and hasn’t even received a priority label, despite being a catastrophic issue. It’s disheartening. You can’t promote Flutter as being performant and buttery smooth when it's lagging on high-end iPhones. Users blame app developers for poor performance,... https://www.reddit.com/r/FlutterDev/comments/15kdht7/flutter_apps_are_lagging_on_120hz_iphones_with/
New post on /r/flutterdev subreddit:

How would we give the admin access to all of the firebase data so they can change it.

Let's say Im building an app for a photographer that lists all of his services and allows users to book them in app. Obviously all of the information for the services has to come from firebase so the admin can for example change the price, offer sales etc.. My question is how would I give the... https://www.reddit.com/r/FlutterDev/comments/15kivef/how_would_we_give_the_admin_access_to_all_of_the/
New post on /r/flutterdev subreddit:

Etsy app (allegedly written in Flutter) is really sluggish on my iPhone 12 mini - Video Link in description

Video Link Notice how the initial Etsy logo animation stutters? Then later on the scrolling is anything but smooth I picked up Flutter some while ago and enjoy working with it, but when looking at example apps created with it Etsy was often mentioned and the poor performance really surprised me. ... https://www.reddit.com/r/FlutterDev/comments/15kn23x/etsy_app_allegedly_written_in_flutter_is_really/
New post on /r/flutterdev subreddit:

What are the actual security implications of using Flutter?

I've been reading a bunch of random articles stating how random frameworks are more "secure" to use than other frameworks but how is this actually determined? Is Flutter not "secure" in the technical sense or does it just take a bit more work to make it secure? submitted by /u/alohaguy808 ... https://www.reddit.com/r/FlutterDev/comments/15kwueg/what_are_the_actual_security_implications_of/
New post on /r/flutterdev subreddit:

A Faster Blurhash Alternative to flutterblurhash and blurhashdart, a journey of publishing my first package on pub for flutter

submitted by /u/rdhikshith link comments https://www.reddit.com/r/FlutterDev/comments/15lkqjy/a_faster_blurhash_alternative_to_flutter_blurhash/
New post on /r/flutterdev subreddit:

Is watchit underrated?

For some reason I feel this is an important package that is going under the radar. Would it be used independent or as a supplement to other state managers and helper packages ex get
it & flutterhooks & bloc & riverpod? Thoughts? https://pub.dev/packages/watch\it submitted by ... https://www.reddit.com/r/FlutterDev/comments/15m3l6o/is_watch_it_underrated/
Check our latest news for Flutter devs and #FlutterHeroes23! Join our newsletter here (no inbox overloading we promise): https://mailchef.4dem.it/app/public/form/view/156s/2h8/yw
New post on /r/flutterdev subreddit:

I just released a game made with Flutter and Flame. Galaxy Blast is an incremental space shooter inspired by Asteroids. Would love to hear your feedback!

There are many ships and locations to play. See ya blastin'! submitted by /u/ArdArt link comments https://www.reddit.com/r/FlutterDev/comments/15maumg/i_just_released_a_game_made_with_flutter_and/
New post on /r/flutterdev subreddit:

PhonePe Payment Gateway Plugin for Flutter

Hi Redditors & Developers, Excited to introduce phonepepg plugin for flutter apps! Seamlessly integrate PhonePe's new Payment Gateway. Check out the package on pub: pub.dev/packages/phonepepg And learn more about the package her:... https://www.reddit.com/r/FlutterDev/comments/15mi8bh/phonepe_payment_gateway_plugin_for_flutter/
New post on /r/flutterdev subreddit:

Any Whitelabel suggestions/advice ?

Hello guys, So I have built an white label app using Firebase, which works perfectly fine. Currently the tenant Configs are being loaded during App start and App colors/images/features are displayed as defined in the tenant config. The problem I am currently facing is with analytics, crashlytics ... https://www.reddit.com/r/FlutterDev/comments/15ms5f1/any_whitelabel_suggestionsadvice/
Give your testing know-how a boost.

In this talk from #FlutterHeroes23 Teresa takes you through every layer of testing, giving a demo of each piece while looking at testing as an independent component
New post on /r/flutterdev subreddit:

I've been making a TikTok Like App

How can I generate a thumbnail for the video automatically to display in the user profile? submitted by /u/zapstee link comments https://www.reddit.com/r/FlutterDev/comments/15nbzqz/ive_been_making_a_tiktok_like_app/