service-locator
There are 113 repositories under service-locator topic.
rrousselGit/riverpod
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
young-steveo/bottlejs
A powerful dependency injection micro container for JavaScript applications
hynek/svcs
A Flexible Service Locator for Python.
ra1028/swiftui-atom-properties
⚛️ Atomic approach state management and dependency injection for SwiftUI
maldoinc/wireup
Performant, concise, and easy-to-use dependency injection container for Python 3.8+.
liangxianzhe/creator
A state management library that enables concise, fluid, readable and testable business logic code.
ArchonInteractive/SwissArmyLib
Collection of helpful utilities we use in our Unity projects.
neuecc/MicroResolver
Extremely Fast Dependency Injection Library.
letsar/binder
A lightweight, yet powerful way to bind your application state with your business logic.
rewe-digital/katana
Lightweight, minimalistic dependency injection library for Kotlin & Android
unitycontainer/commonservicelocator
Microsoft.Practices.ServiceLocation
Liftric/DIKit
Dependency Injection Framework for Swift, inspired by KOIN.
typesoft/container-ioc
Inversion of Control container & Dependency Injection for Javascript and Node.js apps powered by Typescript.
devonfw-forge/devonfw4flutter-mts-app
Large-Scale Flutter Reference Application. An Extension of DevonFw's My Thai Star Project
Prosumma/Guise
An elegant, flexible, type-safe dependency resolution framework for Swift
QuickBirdEng/XServiceLocator
Light-weight Service Locator / Dependency Injection library for Swift: providing objects with the dependencies they need throughout your whole iOS app.
oudaykhaled/nyt-flutter-clean-architecture-unit-test
Simple Flutter project built based on BLoC and Clean architecture with both Unit and integration tests. Bitrise for CI/CD.
moha-b/Mova
Movie App with Flutter, designed to demonstrate the implementation of clean architecture and BLoc pattern.
Ivy-Apps/di
A simple DI library for Kotlin Multiplatform apps.
AmirBayat0/Flutter-caching-data-Bloc-And-Hive
Efficient Data Caching with BLOC & HIVE in FLUTTER: Explore BLOC pattern integration with HIVE database for streamlined data caching in Flutter. This repo guides on storing API data locally, ensuring smooth offline functionality. Optimize your Flutter apps for offline mode with ease.
Tenkei/Calendor
Calendor is a simple material calendar designed with functionality and ease of use in mind
matzefriedrich/parsley
An easy-to-use reflection-based dependency injection package that fits into any Go application.
eser/servicemanager
[Deprecated] 🔌 Most basic implementation of dependency injection container for JavaScript
pedrojr/4devs
Sugestão de guia para estudos de boas práticas, padrões e assuntos técnicos da área dev.
cowwoc/pouch
Inversion of Control that's designed for ease of use and debugging
dimasmds/instances-container
Simple instances or services container for JavaScript.
ssube/noicejs
extremely thin async dependency injection
Queatz/On
Kotlin Dependency Injection with zero setup and zero boilerplate code
AndrewChupin/Kitten
Kotlin DI fast and safe library
aziis98/go-sl
Small golang service locator library that uses generics
FlutterDevTools/inherited_state
Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.
zazoomauro/node-dependency-injection-express-middleware
A Node Dependency Injection middleware for Express
m039/CommonUnityLibrary
A library with common for all my projects code or assets.
f-person/toor
Compile-time safe & easy dependency management in Dart
kibotu/ServiceLocator
The Service Locator is a design pattern used to decouple the way objects are obtained from the concrete classes that implement them. This is achieved by centralizing object creation to a single location, known as a service locator.
maximsakhno/galo-ioc
A lightweight Inversion of Control library implementing the Service Locator pattern for Python.