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

Lessons learned releasing my app for Android TV

On a user's request I recently released my app Calendar Clock (https://calendarclock.app) on Android TV. Hereby some lessons I learned in this process. ​ A few lessons learned releasing my app for Android TV: Flutter (though not officially) supports Android TV By simply adding a few lines... https://www.reddit.com/r/FlutterDev/comments/tcfgcq/lessons_learned_releasing_my_app_for_android_tv/
New post on /r/flutterdev subreddit:

Flutter: Provider package large software project architecture

Hi, I am working in new project that multiple people are working on and it is planned to be a long running project. We decided to use the provider package. For now it was sufficient to have our logic in the corresponding provider implementation. For example: User with login and registration the... https://www.reddit.com/r/FlutterDev/comments/tcmcd6/flutter_provider_package_large_software_project/
New post on /r/flutterdev subreddit:

Making Github app portfolio

Hi, I'm preparing Github portfolio for my next job. I saw Clement Mihailescu - creator of Algo Expert, created a cool Algorithm Visualizer for his resume into Google. I searched and found out someone had done it in Flutter. Would it be as impressive if I just do the same thing as that guy did?... https://www.reddit.com/r/FlutterDev/comments/tdphfb/making_github_app_portfolio/
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 125 - Tutorials, videos, packages, and much more!

submitted by /u/vensign link comments https://www.reddit.com/r/FlutterDev/comments/tdwx7w/flutter_tap_weekly_newsletter_week_125_tutorials/
New post on /r/flutterdev subreddit:

Patterns with riverpod and hooks_riverpod packages?

Background: For the application I've been building I haven't had a reason to not use anything other than the StateNotifierProvider with a StateNotifier class and all my UI widgets are HookWidgets that call useProvider. Technically they are all stateless widgets. I'm also using Firebase for... https://www.reddit.com/r/FlutterDev/comments/te1p7q/patterns_with_riverpod_and_hooks_riverpod_packages/
New post on /r/flutterdev subreddit:

What would be the best path to create something like Duolingo or Memrise or something in between? Godot/Unity/Flutter/React or something else for the UI ? What should be kept in mind for choosing the back-end?

The priority is to launch in all the platforms possible. That is why cross platform development frameworks has to be the priority? What should be the easiest path? Thanks in advance submitted by /u/PuzzleheadedAd7079 link comments https://www.reddit.com/r/FlutterDev/comments/terrfk/what_would_be_the_best_path_to_create_something/
New post on /r/flutterdev subreddit:

adndroid sdk not found

i am getting(Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this.) this error when I am licensing flutter please some one help submitted by /u/sage0seven link comments https://www.reddit.com/r/FlutterDev/comments/tfbof8/adndroid_sdk_not_found/
New post on /r/flutterdev subreddit:

Assembly language+ flutter

Hello there , I'm wondering whether there's a way to connect flutter app with assembly language? I saw that we can connect with Arduino using bluetooth sensor or firebase , but what i want to know is whether it's possible to establish a connection between assembly code and flutter app , like... https://www.reddit.com/r/FlutterDev/comments/tfedrm/assembly_language_flutter/
New post on /r/flutterdev subreddit:

making a mobile game

Hey would flutter be feasible for making a text based mobile game? I was trying to get started with stateless and stateful widgets but I don't think flutter is the right choice here. For a game we need to have like a "data" class which holds a large amount of variables and be able to access that ... https://www.reddit.com/r/FlutterDev/comments/tfmq8c/making_a_mobile_game/
New post on /r/flutterdev subreddit:

App Environments in Flutter and Visual Studio Code

Hey guys, I wrote an article on how you can run your Flutter apps in different environments using Dart Defines and VS Code. https://medium.com/@dustincatap/app-environments-in-flutter-and-visual-studio-code-fd956daf9802 submitted by /u/contrix09 link comments https://www.reddit.com/r/FlutterDev/comments/tga98v/app_environments_in_flutter_and_visual_studio_code/
New post on /r/flutterdev subreddit:

Is there a way for screen mirroring with flutter?

Screen mirroring with flutter submitted by /u/Lost-Guitar-4747 link comments https://www.reddit.com/r/FlutterDev/comments/th0lhm/is_there_a_way_for_screen_mirroring_with_flutter/
New post on /r/flutterdev subreddit:

Package with extension methods similar to provider's context.watch()/select() but for any type of Listenable

Hi! I created a package with extension methods that you can use instead of ValueListenableBuilder or AnimatedBuilder. https://pub.dev/packages/grab What it does is just rebuild a widget whenever a Listenable notifies, but it can be a powerful tool, like for state management. Because it is not... https://www.reddit.com/r/FlutterDev/comments/th5q2z/package_with_extension_methods_similar_to/
New post on /r/flutterdev subreddit:

Firebase/Firestore xcode issues. Near unusable? Experience of alternatives from AWS, Azure etc

Seeing posts on the difficulties of developing Flutter Firebase (which I presume means also firestore, or does it?) with xcode, I'm very interested in hearing of people's experiences with alternatives. And with a healthy nod to notifications also, as Google's notifications presumably suffer from ... https://www.reddit.com/r/FlutterDev/comments/ti0q59/firebasefirestore_xcode_issues_near_unusable/
New post on /r/flutterdev subreddit:

FlutterFlow as a replacement for Figma, XD etc.

Does anyone use FlutterFlow alongside Flutter (code)?I'm trying to figure out, if FlutterFlow could be used to do some of the GUI work and the resulting code could be given to our developers to do the real work in Flutter. So in a way, we would use FlutterFlow instead of drawing components in XD ... https://www.reddit.com/r/FlutterDev/comments/tj6jfw/flutterflow_as_a_replacement_for_figma_xd_etc/