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)
MobX
Simple, scalable state management. (by mobxjs)
get_it | MobX | |
---|---|---|
31 | 51 | |
1,383 | 27,780 | |
0.4% | 0.3% | |
8.0 | 8.0 | |
3 months ago | 11 days ago | |
Dart | TypeScript | |
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.
MobX
Posts with mentions or reviews of MobX.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-11.
-
Modern State Management Libraries for React: A Comparative Guide
MobX simplifies reactivity with automatic updates and minimal boilerplate.
-
2025's Tech Stack for Front End
MobX Guide
-
WTF Is Reactivity !?
The "Diamond Problem" isn't a new challenge in the "eager" reactivity model. Some computation algorithms (especially those used by MobX) can tag the "nodes of the reactive dependency tree" to level out state computation. With this approach, the system would first evaluate the "root" data sources (A and E in our example), then B and C, and finally D. Changing the order of state computations helps to fix this kind of problem.
-
Microfrontends a Developer's Guide: Exploring Projects and Managing Communication
Libraries like Redux or MobX can be used for state management, but it is important to weigh the pros and cons of introducing a centralized state.
-
Tools and libraries widely used in micro frontend architectures!
Official Website
-
Why is my React Component re-rendering?
For large-scale applications with frequently changing state, dedicated state management libraries like Redux, MobX, Zustand, etc. are generally better choices. These libraries offer efficient ways to handle state updates and minimize unnecessary re-renders.
-
Getting started with TiniJS framework
States can also be organized in some central places (aka. stores). You can use Tini Store (very simple, ~50 lines) or other state management solutions such as MobX, TinyX, ...
-
Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid, Starbeam, Svelte, Vue, Wiz, and moreβ¦
- 5 Alternatives to Redux for React State Management
-
Redux 101
MobX
What are some alternatives?
When comparing get_it and MobX you can also consider the following projects:
getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
RxJS - A reactive programming library for JavaScript
riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
zustand - π» Bear necessities for state management in React
bloc - A predictable state management library that helps implement the BLoC design pattern
Cycle.js - A functional and reactive JavaScript framework for predictable code