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

Do you know some cool Open Source projects?

Do you guys know any interesting projects on git to see some nice aproches? I want to see some nice approaches for some common flows like auth, refresh token with Dio, some interesting approaches with BLoC (app level bloc, bloc to bloc communication and best ways to do such things) and other... https://www.reddit.com/r/FlutterDev/comments/1dwm36x/do_you_know_some_cool_open_source_projects/
New post on /r/flutterdev subreddit:

Resource Exhausted Error When Setting Up Google Play Console Account | Play Console | LK Number

Has anyone else experienced this issue when trying to create a new Google Play Console account? I'm attempting to publish my very first personal app to the Play Store, but I can't proceed past the account creation step. When I check my network requests, I see an error message like "Resource has... https://www.reddit.com/r/FlutterDev/comments/1dy1amm/resource_exhausted_error_when_setting_up_google/
New post on /r/flutterdev subreddit:

Looking for a dart equivalent to nodejs iohook package

Is there a package in dart which could be used along with Flutter to track user activity - keyboard and mouse inputs (on Desktop)? I was able to find one in nodejs ecosystem called iohook (https://www.npmjs.com/package/iohook). Is there a similar package in dart ecosystem? submitted by ... https://www.reddit.com/r/FlutterDev/comments/1dyurgl/looking_for_a_dart_equivalent_to_nodejs_iohook/
πŸ‘1😁1
New post on /r/flutterdev subreddit:

all in one flutter run commands

I was working on this to help me test my app on multiple emulators, like for example posting on one device and testing notification on the other(or testing real time game dev) but every time I have to run different commands on different emulators, so I kind of made my own start run menu which... https://www.reddit.com/r/FlutterDev/comments/1dzfz6h/all_in_one_flutter_run_commands/
New post on /r/flutterdev subreddit:

KMP vs FMP

People here are sometimes freaking out about KMP taking over Flutter but I'm actually considering using Flutter where I am supposed to use KMP. I mean KMP is basically a way to share business logic between platforms so you can write the BL in Kotlin and then use it from 2 different native... https://www.reddit.com/r/FlutterDev/comments/1e0gkvx/kmp_vs_fmp/
New post on /r/flutterdev subreddit:

Flutter Starter Project Template recommendation

Friends, Any recommendation for any starter project template for a new project. We are planning an app which needs to be supported on android, iOS as well as web, so need to create an adaptive layout. Also, localization needs to be in built for supporting multi language. Looking for any starter... https://www.reddit.com/r/FlutterDev/comments/1e3nmd0/flutter_starter_project_template_recommendation/
πŸ‘2
New post on /r/flutterdev subreddit:

Total Noob to coding/software dev- Please help with feedback

Hello, I am currently developing an app for help keep kids occupied during times when they need to remain quite and still. The app is called sandBox it is a painting/coloring app designed to keep the kids attention.App screenshots I have also begun to implement fail safes so the child will... https://www.reddit.com/r/FlutterDev/comments/1e5631n/total_noob_to_codingsoftware_dev_please_help_with/
❀1
New post on /r/flutterdev subreddit:

Flutter Design System

Good day everybody, Recently our team switch to develop on Flutter, and it seems there is not so much UI design system available, so we tend to build a new one, just base on some other UI system on web. Our scope is for some small project of us, and maybe for customers if any in future. However, ... https://www.reddit.com/r/FlutterDev/comments/1e626sz/flutter_design_system/
New post on /r/flutterdev subreddit:

How to implement DOH in flutter

Hi, I am trying to use doh in flutter with the http client like we have Java okhttp doh package. I am able to parse responses and get the IP addresses but don't know where to go from there. submitted by /u/emtydeeznuts https://www.reddit.com/r/FlutterDev/comments/1e6uxqt/how_to_implement_doh_in_flutter/ [comments] https://www.reddit.com/r/FlutterDev/comments/1e6uxqt/how_to_implement_doh_in_flutter/
New post on /r/flutterdev subreddit:

Frustrated with Firebase Analytics Bug

I'm not a senior Flutter developer, and I've struggled with a bug in the `firebase_analytics` plugin (version 11.2.0). Whenever I perform a hot reload or hot restart in VSCode (testing on web), I get a `TypeError`. I've spent an entire day trying to figure out a solution, only to realize that I... https://www.reddit.com/r/FlutterDev/comments/1e7ry12/frustrated_with_firebase_analytics_bug/
New post on /r/flutterdev subreddit:

Which is better? Flutter or Kotlin Multiplatform wanting to create an app by myself, from start to finish

Hello, I am starting in mobile development since I want to create an app, which in my opinion the content of the app is not complicated, but I want to add a database, graphics, also a subscription method. I have been learning swift and swiftUI in the last two months, but I think it would take me ... https://www.reddit.com/r/FlutterDev/comments/1e9w76b/which_is_better_flutter_or_kotlin_multiplatform/
❀2
New post on /r/flutterdev subreddit:

add conference feature to my app

Hi everyone! I want to add a conference feature to my app so the user can create or join the meeting, Can you suggest some ideas? submitted by /u/kadhumalrubaye https://www.reddit.com/r/FlutterDev/comments/1eao0wm/addconferencefeaturetomyapp/ comments https://www.reddit.com/r/FlutterDev/comments/1eao0wm/add_conference_feature_to_my_app/
❀1
New post on /r/flutterdev subreddit:

bloc, additional business logic that is not directly tied to any event or state transition

Let's say I have a bloc for auth feature. If I have business logic such as update_count_of_auth or refresh_auth_token that does not directly correspond to a specific event or state transition, is it still appropriate to include this function within the BLoC? If not, where should I put this... https://www.reddit.com/r/FlutterDev/comments/1ebj61k/bloc_additional_business_logic_that_is_not/
πŸ‘2
New post on /r/flutterdev subreddit:

Most useful utilities

Hi all, I’m interested to know what your most popular/used utilities are that you frequently use in your projects? I’ve put all my utilities in one package you can find here: https://pub.dev/packages/xyz_utils (Note that this package is still v0 and currently not anyone except myself is... https://www.reddit.com/r/FlutterDev/comments/1ece0wb/most_useful_utilities/
New post on /r/flutterdev subreddit:

I'm curious to know what packages you can't live without

As a Flutter developer, having the right set of packages in your toolkit can significantly increase your productivity and your development process and enhance the functionality of your apps. So help other devs and tell us what you wish others are also should know. submitted by ... https://www.reddit.com/r/FlutterDev/comments/1ed6tg7/im_curious_to_know_what_packages_you_cant_live/
πŸ‘1