dio
A powerful HTTP package for Dart/Flutter, which supports Global settings, Interceptors, FormData, Aborting and canceling a request, Files uploading and downloading, Requests timeout, Custom adapters, etc. [Moved to: https://github.com/cfug/dio] (by flutterchina)
flutterfire
🔥 A collection of Firebase plugins for Flutter apps. (by firebase)
dio | flutterfire | |
---|---|---|
8 | 54 | |
11,371 | 8,848 | |
- | 0.5% | |
4.0 | 9.6 | |
about 2 years ago | 7 days ago | |
Dart | Dart | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
dio
Posts with mentions or reviews of dio.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-12.
-
[Official] Dio is no longer being maintained.
With no release in the last 6 months, piling up of issues and launch of a new fork (diox), I felt something was going on with dio. Sadly, today I came across an official announcement (updated on the project repo 2 days back):
-
Dio caching experience
You might want to think twice about dio....we evaluated dio on a recent project and decided to avoid it after running into a blocker when setting a custom timeout (this bug: https://github.com/flutterchina/dio/issues/1454)
- Dio, maintaining session
- NO_RENEGOTIATION error when trying to do HTTPS
- Dio – A powerful HTTP client for Dart
-
GetX is dead, what to use next?
- and Dio for http requests
-
Thoughts on creating a library with Dart for browser and node
I also had some troubles choosing which Dart HTTP client to use. I've started with dio, but when I tried to read one of our bigger JSON responses (~1.5mb) my browser tab froze (there seems to be an old issue describing the same behavior). After that I've switched to the default dart's http package and it is working fine but it doesn't have builtin requests abort/cancellation.
- How to rerun function if it return x?
flutterfire
Posts with mentions or reviews of flutterfire.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-14.
-
'List<Object?>' is not a subtype of type 'PigeonUserDetails?'
I saw the issue on github, sadly the solution provided there did not work.
- Handling Firebase Notifications in Flutter: Practical Tips
-
React Native App Crashing on Sign-out (iOS)
My react native app for some reason crashes every single time when signing out on iOS. The signout is successful, because I can see the page begin its transition to the home screen, and the next time I open the app, I'm logged out. I believe this is a firebase issue since it only occurs on iOS, and not on Android. I've looked at every related post I can find online, such as this one (Flutter) and this one (React Native) referencing active snapshot listeners, but even when I comment out my single snapshot listener, the crash persists.
-
Question about the feasibility or potential issues with an email prefix approach to multi-tenancy?
I see. It looks like they’ve added support for it, see PR. You could give it a try.
-
iOS push notification firebase
Pushyy uses java classes from flutterfire firebase_messaging, which also has an iOS package. You could maybe build a wrapper similar to pushyy with it.
-
Access Riverpod providers from Isolate
Sure, sure. You are special and ahead of Flutterfire issues: https://github.com/firebase/flutterfire/issues/10353
-
How to have multiple providers for one account?
The ProfileScreen in this package has an option to use another provider when you are already authentified. https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/lib/src/screens/profile_screen.dart
-
How is this even possible ?? 2.2k Crashes on a single user ?
I don't know if you'd want a solution to this (considering no one asks for help in this sub due to the stupid Rule 2), you can read through this link - https://github.com/firebase/flutterfire/issues/7237
-
Difficulty setting up firebase_ui_auth.
The package you've pointed to seems to be very new "Published 2 days ago" I would use the GitHub documentation (the learn more here link on Pub dev) on a fresh flutter project https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_auth/doc be sure to install the Firebase CLI (https://firebase.google.com/docs/cli#install_the_firebase_cli) as when you get to the configure part you'll receive
-
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”.
What are some alternatives?
When comparing dio and flutterfire you can also consider the following projects:
getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
sentry-dart - Sentry SDK for Dart and Flutter
sdk - The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
esc_pos_printer - ESC/POS (thermal, receipt) printing for Flutter & Dart
flutter-examples - This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.