Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
hi all, we would like to introduce ourselves. We recently took over the management of this Flutter Dev telegram group from Oscar. We're Flutter Heroes a company based in Turin ItalyπŸ‘‹πŸ‘‹πŸ‘‹ .

Our plan is to continue sharing the Flutter dev updates that you're already used to, and also add information about the activities that we're doing for the Flutter community. We've already been posting about the Flutter event we have this Friday. It's our first Flutter Heroes event and is hosted in Italy but broadcast globally as a digital event.

We've reserved twenty FREE tickets for this groupπŸ’₯πŸ’₯πŸ’₯ . Send us a message to info@flutterheroes.live and we'll send you your code to register for the event for free.
https://flutterheroes.live/
New post on /r/flutterdev subreddit:

Please list your external pubspec package dependencies in one of your Flutter projects

Hello fellow Flutter devs! We as Flutter developers tend to use a lot of packages down to road developing a complete app. Some of those packages are very popular that pops out everywhere, some are less visible and maybe needs more attention. I myself strangely discovered many useful packages... https://www.reddit.com/r/FlutterDev/comments/taz1y2/please_list_your_external_pubspec_package/
New post on /r/flutterdev subreddit:

Making your app dynamic for different screen sizes, is MediaQuery good enough?

I'm using MediaQuery.of(context).size.height MediaQuery.of(context).size.width for almost every sizing right now, is this a good way to go about it? Even my font sizes look like this : MediaQuery.of(context).size.width * 0.067 It's working pretty good when I try different emulators. Is this the ... https://www.reddit.com/r/FlutterDev/comments/tb2rdx/making_your_app_dynamic_for_different_screen/
New post on /r/flutterdev subreddit:

A highly versatile Flutter widget to search through a single or multiple choices from bottom sheet list in a dialog box or a menu.

submitted by /u/connectsteven link comments https://www.reddit.com/r/FlutterDev/comments/tbl2gr/a_highly_versatile_flutter_widget_to_search/
New post on /r/flutterdev subreddit:

Android Devs: Free Play Store Data Safety Generator

Hi Everyone, I have been working on a tool that automatically generates the Play Store Data Safety Section. Prior to this tool, I have been maintaining the OSS documentation repo that gives values you need to fill if you have an SDK like Admob in your android app. Here is the link to the tool:... https://www.reddit.com/r/FlutterDev/comments/tbmnos/android_devs_free_play_store_data_safety_generator/
New post on /r/flutterdev subreddit:

Instagram Posts inside Flutter app

Hello there beautiful people, I have a question for you: How can I post instagram posts inside my flutter app? Meaning,if I create ListView.builder(), I would like to have inside it posts from a specific instagram account (my account). Is there a way to do it, do I have to (try) make my own... https://www.reddit.com/r/FlutterDev/comments/tcd23s/instagram_posts_inside_flutter_app/
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:

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/