Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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/
New post on /r/flutterdev subreddit:

Flutter Firebase Discussion

Hi guys, i have my flutter app nearly completed. I’m wondering if there is a more efficient way to minimize the database reads from cloud Firestore as i seem to be getting a higher number of reads than projected. I’m basically pulling some product data and putting into a List view... https://www.reddit.com/r/FlutterDev/comments/tjbov2/flutter_firebase_discussion/
New post on /r/flutterdev subreddit:

Why there are so few job vacancies for Flutter in the USA in comparison to React Native?

I am a new programmer and I intent to start studying mobile development. I am looking at Flutter because it seems to me an interesting tool to create hybrid apps, I prefer this one instead React Native because I don't like the approach of the JavaScript frameworks with their dependency hell.... https://www.reddit.com/r/FlutterDev/comments/tjdn1g/why_there_are_so_few_job_vacancies_for_flutter_in/
If you want to see ALL the #FlutterHeroes22 presentations, you can still get access now, check out here: https://bit.ly/3qps3vZ
New post on /r/flutterdev subreddit:

Can we make gnome extensions with flutter ?

Gnome is a desktop environment in Linux. We can make extensions for it using javascript. I am curious to know if I can make a gnome extension with fluter? can anyone give me some hints? submitted by /u/devhrishi link comments https://www.reddit.com/r/FlutterDev/comments/tk799t/can_we_make_gnome_extensions_with_flutter/
New post on /r/flutterdev subreddit:

I broke flutter after updating to the latest version

After updating to latest flutter version "2.10.3" flutter pub get gives me an exit error 66. Here is the output: > flutter pub get Could not find a file named "pubspec.yaml" in "/opt/flutter/bin/cache/pkg/sky_engine". Running "flutter pub get" in iot_door_security... pub get failed (66; Could ... https://www.reddit.com/r/FlutterDev/comments/tkhyed/i_broke_flutter_after_updating_to_the_latest/
New post on /r/flutterdev subreddit:

Audio Waveforms- A package that allow you to generate waveform and record audio.

Audio waveform package gives functionality to generate waveforms while recording audio in any file formats supported by provided encoders. User also can style the waveforms with colours, gradients and different size.... https://www.reddit.com/r/FlutterDev/comments/tkqc3q/audio_waveforms_a_package_that_allow_you_to/
New post on /r/flutterdev subreddit:

Using revenueCat for cross platform apps, is this how its suppose to be

I plan on using revenueCat for an app that will be on ios and android store but there are some things i just dont understand fully. Here is some relevant info first about my app: Firebase for auth with custom user model Uid from firebase will be used as uid for revenueCat User can only purchase... https://www.reddit.com/r/FlutterDev/comments/tkwjvf/using_revenuecat_for_cross_platform_apps_is_this/
New post on /r/flutterdev subreddit:

Tutorial series: Everything you need to write a complete backend in Dart using Alfred. Over 6 parts it includes basic to advanced routing, project structure, authentication (bCrypt & JWTs), database / ORM, containerizing & deployment.

submitted by /u/MyNameIsIgglePiggle link comments https://www.reddit.com/r/FlutterDev/comments/tlzyir/tutorial_series_everything_you_need_to_write_a/
New post on /r/flutterdev subreddit:

Spotube v2.0.0 released 🎉🥳 (with Android Support)

A Flutter based lightweight free Spotify 🎧 crossplatform-client 🖥📱 which handles playback manually, streams music using Youtube & no Spotify premium account is needed 😱 Newest features: 💥Android Support💥 Responsive UI (Mobile, Tablet)... https://www.reddit.com/r/FlutterDev/comments/tmaoz1/spotube_v200_released_with_android_support/
New post on /r/flutterdev subreddit:

Open Sourcing a Flutter app.

Hi. I am Lorenzo, a 17-year-old Computer Science student based in Italy which started playing around with Flutter to learn how to develop apps for Android. I am currently working on a simple app to learn Dart and Flutter, and I'd like to make it Open Source on GitHub so people would be able to... https://www.reddit.com/r/FlutterDev/comments/tmm4kg/open_sourcing_a_flutter_app/
New post on /r/flutterdev subreddit:

FlutterFire native twitter login needs secret key in app code? How to do this safely?

In https://firebase.flutter.dev/docs/auth/social#twitter, for native, the example code requires us to access the Twitter API secret key in the app. But then anyone could decompile the app and have the secret key. What is the correct solution? submitted by /u/2i2i_app [link] [comments] https://www.reddit.com/r/FlutterDev/comments/tng5fc/flutterfire_native_twitter_login_needs_secret_key/