getx
flutterfire
Our great sponsors
getx | flutterfire | |
---|---|---|
17 | 47 | |
8,029 | 7,430 | |
- | 2.1% | |
7.6 | 9.5 | |
7 days ago | 7 days ago | |
Dart | Dart | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
getx
-
getx VS riverpod - a user suggested alternative
2 projects | 10 Oct 2022
-
Convert Me from GetX to Riverpod, Bloc, or Something Else
Thanks! I watched the video and he makes some good, rational points. He's definitely right about a lack of maintenance on GetX. It looks like they are looking for more maintainers: https://github.com/jonataslaw/getx/issues/2541
You can find everything in the documentation here: https://github.com/jonataslaw/getx/tree/master/documentation/en_US
-
GetX is dead, what to use next?
Dead? π π latest PR https://github.com/jonataslaw/getx/pull/2008 seems pretty alive to me.
Sorry guys https://github.com/jonataslaw/getx/pull/2008 πππ
- State Management?
-
Whatβs the best technology to learn along with Flutter?
The package author has been notorious for spouting nonsense about the performance of GetX compared to other popular state management solutions, and the benchmarks are not accurate.
-
Why I use GetX for my application state management?
Or official GetX documentation
flutterfire
-
How Fleeting Notes Migrated 1000+ Users from Firebase to Supabase (Stripe, Firebase, Supabase)
The lack of full native Dart support, slow build times, sketchy workarounds, and no desktop support led me searching for another solution. After many hours of research, I was faced with the choice between two frameworks: Appwrite and Supabase. Both were great frameworks and both fit my use case perfectly. But, I decided to move forward with Supabase because of their philosophy of β not reinventing the wheelβ.
-
Optimize Flutter iOS Build using ccache
For the moment, the pre-compiled SDK doesn't work with the latest flutter firebase libraries: https://github.com/firebase/flutterfire/issues/9761 So it takes an hour to build my project in GitHub action. I can't live with it!
-
How to manage your Flutter monorepos
You could write your own bash script or CLI to help manage these tasks. However, this costs you some time. In order to deal with these tasks more quickly, you can use community tools, like Melos, Very Good CLI, or Sidekick. In this article, we are going to use Melos. Melos is also used by repositories like FlutterFire, AWS Amplify (Flutter), Flame, and Plus Plugins.
- FlutterFire with Google Sign In not working for iOS
-
Flutter builds are way faster with M1 machines: A comparison of VMs
In the comparison, we focus more on the Sharezone app because Sharezone is a real production app with +300,000 registered users. It uses a bunch of dependencies, like many of the Firebase packages and several other ones (Sharezone is open source β you can find all the dependencies here). Therefore, you will see very realistic build times.
- Speed Log : the app to send parcel within persons.
-
Create a feedback form with Flutter and Firebase
Flutter Fire is the name given to the plugins that integrate Firebase within a Flutter app. There are basically two ways to integrate Firebase into a Flutter app: integration via configuration files, which is done in the native parts of the app, or a newer automated and faster mechanism that was created recently. In this tutorial we are going to use the latter, to do so you have at your disposal an exhaustive explanation in the official documentation, where basically they ask you to install Firebase CLI on your system, and then enable FlutterFire CLI.
-
By FAR my biggest pain with developing flutter is xcode build errors related to my firebase dependencies.
Either https://github.com/flutter/flutter/issues/new or https://github.com/FirebaseExtended/flutterfire/issues/new/choose
-
Need a grocery mobile app ASAP
https://github.com/FirebaseExtended/flutterfire.git, then copy the example folder here: /flutterfire/packages/firebase_auth/firebase_auth/example
-
Show HN: Isgoogleanalyticsillegal.com
Firebase client libraries silently import and enable Google Analytics in apps [0]. Then your app silently sends a lot of user behavior data to Google [1].
Android apps which use push notifications must use the Firebase Cloud Messaging library. I think many app developers don't realize that adding that library also adds and enables analytics.
For example, adding the `firebase_messaging` module [2] to a Flutter app causes the Android build to import [3] the `com.google.firebase:firebase-bom` Java dep which includes `firebase-analytics` [4]. Once the Java library is included in the build, it starts working automatically [0].
To disable Google Analytics in an app:
* Firebase > Docs > Engage > Configure Analytics Data Collection and Usage [5]
* dart > firebase_analytics > FirebaseAnalytics > setAnalyticsCollectionEnabled method [6]
* Be sure to check the logs to make sure your change took effect. See "Firebase Google Group > Disabling analytics for iOS has no effect?" [7]
[0] https://support.google.com/analytics/answer/9353532
[1] https://support.google.com/firebase/answer/9234069
[2] https://pub.dev/packages/firebase_messaging
[3] https://github.com/FirebaseExtended/flutterfire/blob/a9562ba...
[4] https://mvnrepository.com/artifact/com.google.firebase/fireb...
[5] https://firebase.google.com/docs/analytics/configure-data-co...
[6] https://pub.dev/documentation/firebase_analytics/latest/fire...
[7] https://groups.google.com/g/firebase-talk/c/rved9bIBT0g/m/YN...
What are some alternatives?
get_it - Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur
dio - A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
flutter-boilerplate-project - A boilerplate project created in flutter using MobX and Provider.
flutter_bloc_jottings - Flutter application with BLoC architecture for make small jottings
BMI-Calculator-flutter-app
grpc-dart - The Dart language implementation of gRPC.
flutter_map - A Flutter map widget inspired by Leaflet
melos - π A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
sdk - The Dart SDK, including the VM, dart2js, core libraries, and more.
flutter-examples - This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond