koin.dart icon indicating copy to clipboard operation
koin.dart copied to clipboard

A pragmatic lightweight dependency injection library. This is a port of Koin for Dart projects.

Results 9 koin.dart issues
Sort by recently updated
recently updated
newest added

fix the non-null-check library error for the koin_devtools

![image](https://user-images.githubusercontent.com/63255416/115535598-95b47c80-a2a1-11eb-9cd8-ccd2157cf415.png)

Hello, can you please make stable version support null safety

After this change it is safe to use `get()` on nullable type variables. Previously such interaction has throw `NoBeanDefFoundException`. In Kotlin generic `T` type full name is not has '?'...

Create an extra package to allow koin to use the [logger](https://pub.dev/packages/logger) package.

enhancement

Please, create Null safety library version

enhancement

Add examples with Angel and Aqueduct.

documentation

Add a usage example with [RxDart](https://pub.dev/packages/rxdart) as a state manager.

documentation

Add a usage example with MobX as state manager.

documentation