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

My Slide Puzzle game is live on Google Play Store!

Hi everyone, I've made a post about my Puzzle Hack submission two weeks ago. The game is now on Google Play Store! You can download it here. ​ Curious about your feedback. Enjoy the game! submitted by /u/ercantomac link comments https://www.reddit.com/r/FlutterDev/comments/tooaqx/my_slide_puzzle_game_is_live_on_google_play_store/
New post on /r/flutterdev subreddit:

Flutter Provider Http Post Request Example | With Given Code

submitted by /u/DBestech link comments https://www.reddit.com/r/FlutterDev/comments/towox8/flutter_provider_http_post_request_example_with/
New post on /r/flutterdev subreddit:

Drift / Moor Flutter Package SQL Database

I must be missing something here but it appears that that Flutter package Moor/Drift does not provide a method to dynamically query a database table. It seems that if we want to make a SELECT query we have to create a method for that specific query. i.e. SELECT * from table WHERE field_one = ?... https://www.reddit.com/r/FlutterDev/comments/tq4y8s/drift_moor_flutter_package_sql_database/
New post on /r/flutterdev subreddit:

Handling multiple environments and different package names/bundle ids

Hi devs, I'm working on a project that involves 3 different deployment environment (Dev/Staging/Production); The app which is development right now needs to exchange data with domains different for each environment and need to have 3 different package name. My original idea for handling the... https://www.reddit.com/r/FlutterDev/comments/ts3etu/handling_multiple_environments_and_different/