flutter_getx_timetracker
Timetracker created with Flutter and GetX framework (by mjablecnik)
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)
Our great sponsors
flutter_getx_timetracker | get_it | |
---|---|---|
2 | 25 | |
21 | 1,048 | |
- | 1.9% | |
0.0 | 3.6 | |
over 1 year ago | about 1 month ago | |
Dart | Dart | |
- | 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.
flutter_getx_timetracker
Posts with mentions or reviews of flutter_getx_timetracker.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-11.
-
Why I use GetX for my application state management?
If you want to see some code, you can look here where is my small project developed with GetX.
-
Most popular Flutter libraries for state management in 2021
Here is a one simple example which I created during trying of GetX: https://github.com/mjablecnik/flutter_getx_timetracker So you can study it and judge for yourself.
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 2023-01-12.
-
🚀 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.
-
Journey to the riverpod for my flutter app.
After some research, I found the get_it looked promising. I replaced MultiProvider with getIt singletons at the application start:
-
get_it VS ioc_container - a user suggested alternative
2 projects | 22 Oct 2022
-
very_good_cli / flutter_bloc / freezed / go_router / supabase_flutter and what else?
get_it (with injectable?)
-
For you, what is the best state management with latest version of flutter?
I agree that GetX add so much, that the code of the package got messy. Which cut the flexibility to use another package for navigation or DI as an example. But I really like the SM in it. That is way I created Reactable. It is very similar to GetX, well tested and I added some new features in it. Now in my projects I use GetIt for DI, Reactable for SM and Qlevar_router for navigation
-
Seeking design pattern advice on my first project.
It works with Dependency Injection (so you will need injectable and get_it).
-
Incidences App
get_it
What are some alternatives?
When comparing flutter_getx_timetracker and get_it you can also consider the following projects:
getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
bloc - A predictable state management library that helps implement the BLoC design pattern
riverpod - A simple way to access state while robust and testable.
MobX - Simple, scalable state management.
pub-dev - Pub.dev, the Dart package repository, written in Dart
modular - A smart project structure
flutter_redux - A library that connects Widgets to a Redux Store
fish-redux - An assembled flutter application framework.