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)
getx
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get. (by jonataslaw)
dio | getx | |
---|---|---|
8 | 18 | |
11,371 | 10,929 | |
- | 0.8% | |
4.0 | 7.0 | |
over 2 years ago | about 1 month ago | |
Dart | Dart | |
MIT License | MIT 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?
getx
Posts with mentions or reviews of getx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-10.
-
what makes GetX not preferable?
the maintainer is a liar (link)
-
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
-
Best State Management
And getx author has shown to be disrespectful and providing misleading information on other packages
- Are there any disadvantages to using Get/GetX
-
5 reasons why I don't use GetX for application state management in Flutter
https://github.com/jonataslaw/getx/issues/2077 https://github.com/jonataslaw/getx/issues/2067 https://github.com/jonataslaw/getx/issues/1643 https://github.com/jonataslaw/getx/issues/1380
-
Help! I'm leaning towards Getx for this large high budget project.
new features are being added in big chunks without any new tests
-
State Management ?
Don’t believe everything people post here… getx is not dead. So keep using it if you like. Proof: a pretty recent PR for next version … https://github.com/jonataslaw/getx/pull/2008
-
GetX is dead, what to use next?
Sorry guys https://github.com/jonataslaw/getx/pull/2008 😂😂😂
- Why is GetX hated ?
What are some alternatives?
When comparing dio and getx you can also consider the following projects:
sentry-dart - Sentry SDK for Dart and Flutter
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
graphql-flutter - A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
dio - A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapters, etc.
esc_pos_printer - ESC/POS (thermal, receipt) printing for Flutter & Dart
flutterfire - 🔥 A collection of Firebase plugins for Flutter apps.