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 (by fluttercommunity)
getx
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get. (by jonataslaw)
get_it | getx | |
---|---|---|
31 | 18 | |
1,383 | 10,667 | |
0.4% | 0.9% | |
8.0 | 7.6 | |
3 months ago | 18 days 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.
get_it
Posts with mentions or reviews of get_it.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-28.
-
Goodbye, Singleton! Should We Implement this in Flutter?
As an alternative, we can use packages such as [get_it](https://pub.dev/packages/get_it), which makes it easy to register a lazy singleton:
-
Question about new State Management package
It's actually quite an old lib at its heart, it's the successor to get_it which is 5 yrs old and has 3500+ likes https://pub.dev/packages/get_it
-
[Research] Your Flutter Stack
Dependency injection: https://pub.dev/packages/get_it
- Show me the way: GetX Vs Stacked Vs Riverpod
-
Am I super dumb or is Riverpod SO complicated?
No it is not, it had a release 3 weeks ago: https://github.com/fluttercommunity/get_it/tags so not sure what you are talking about...
-
Reorderable listview help!
Use a library like https://pub.dev/packages/get_it to save the list in a state object. When ever you get the list again, you get it from the state object. I don't know the library because I use riverpod, but it should be easy to use.
-
π Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 5
Setting up dependency injection using injectable and get_it
-
Flutter Production Boilerplate and tutorials on Medium
DI: get_it, injectable
-
Dependency Injection recommendation?
I personally use get_it and injectable.
-
π honeycomb v0.9.0 released
First thing first, I want to describe how it compares to the most popular get_it.
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 get_it and getx you can also consider the following projects:
riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
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.
bloc - A predictable state management library that helps implement the BLoC design pattern
flutterfire - π₯ A collection of Firebase plugins for Flutter apps.
flutter_getx_timetracker - Timetracker created with Flutter and GetX framework
flutter_boilerplate_project - A boilerplate project created in flutter using MobX and Provider.