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)
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond (by flutter)
get_it | Flutter | |
---|---|---|
34 | 1,264 | |
1,406 | 171,331 | |
0.4% | 0.4% | |
8.0 | 10.0 | |
7 months ago | 6 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.
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.
-
GetX vs GetIt: Which One Should You Use for Dependency Injection in Flutter?
πΉ What is GetIt?
-
Building Local-First Flutter Apps with Riverpod, Drift, and PowerSync
This was my experience as well. I have however been very happy with get_it <https://pub.dev/packages/get_it> and watch_it <https://pub.dev/packages/watch_it> though, which just totally clicked for me in terms of how it works with the state store (database).
-
Offline Development with Flutter: A Guide to Setup a scalable Mock Environment
In this article, Iβll show you how to implement simulated remote data sources in Flutter using the get_it and injectable packages. This approach will allow you to seamlessly switch between real and simulated data sources according to your environment configuration.
-
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
Posts with mentions or reviews of Flutter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-13.
-
GSoC Week 6: Deep Diving into the Interactive Book Issue
To add to this mess, Flutter officially discontinued flutter_markdown due to limited resources. Hereβs the issue: https://github.com/flutter/flutter/issues/162960
-
Flutter π Cursor: setting up Background Agent
# Install Dart SDK (using apt, official Google repo) sudo apt-get update sudo apt-get install -y apt-transport-https wget wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /etc/apt/keyrings/dart.gpg echo "deb [signed-by=/etc/apt/keyrings/dart.gpg] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main" | sudo tee /etc/apt/sources.list.d/dart_stable.list sudo apt-get update sudo apt-get install -y dart # Add Dart to PATH export PATH="$PATH:/usr/lib/dart/bin" # Clone Flutter cd /opt && sudo git clone https://github.com/flutter/flutter.git -b stable sudo chown -R $USER:$USER /opt/flutter export PATH="$PATH:/opt/flutter/bin" && cd /workspace flutter pub get
-
Cross-Platform Development: Flutter vs. React Native β Which is the Right Choice for Your Project?
Cross-platform development means writing code once and running it on multiple platforms like iOS and Android. This reduces time, cost, and effort compared to developing separate apps for each platform. Developers use frameworks to simplify this process, and two of the most popular are Flutter and React Native.
- OpenHarmony Development with Flutter (Based on 5.0.0 Version)
- Flutter won't adopt Liquid Glass (also rethinking the UI strategy)
-
Flutter + AI: Building Intelligent Apps with ML & OpenAI APIs β The Ultimate Guide
Install Flutter SDK from flutter.dev.
-
Go router navigation observer
However, with the introduction of ShellRoute, observing the navigation flow in your app and having routes that are "aware" of navigation changes has become more difficult. As highlighted in this issue, when you add a ShellRoute, the app loses reactivity to route changes: the NavigationObserver is no longer triggered.
-
Android and Wear OS are getting a big refresh
Another "big refresh". I've already disabled animations because of the faintly ridiculous system-wide overscroll effect [0] which makes every menu and webpage bounce like the viewport is made of gelatin, so I'm a little bemused to see them doubling down on "natural, springy animations". I know this is "old man yelling at cloud" of me, but I don't care for my notifications to "subtly respond" to adjacent ones being dragged.
[0] https://github.com/flutter/flutter/issues/83355
-
You need to know React Expo to build Mobile Apps
Flutter
- Apprendre Flutter - Installation des outils
What are some alternatives?
When comparing get_it and Flutter you can also consider the following projects:
getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
dioxus - Fullstack app framework for web, desktop, and mobile.
riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
bloc - A predictable state management library that helps implement the BLoC design pattern
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS