pbissonho / koin.dart

A pragmatic lightweight dependency injection library. This is a port of Koin for Dart projects.
Apache License 2.0
57 stars 7 forks source link

Null safety #8

Open zs-dima opened 3 years ago

zs-dima commented 3 years ago

Please, create Null safety library version

pbissonho commented 3 years ago

@zs-dima I would try to release a null safety version later this year.

pbissonho commented 3 years ago

I'm working on the null safety version! It should be ready this month.

Andrushka1012 commented 3 years ago

Hi, any news on null safety migration?

pbissonho commented 3 years ago

@Andrushka1012

Yes, I am finishing and I will publish the first null safety version tomorrow(7 March 2021).

pbissonho commented 3 years ago

@Andrushka1012 @zs-dima First null safety version has been released!

koin: https://pub.dev/packages/koin/versions/0.15.0-nullsafety.0 koin_flutter: https://pub.dev/packages/koin_flutter/versions/0.11.0-nullsafety.0 koin_bloc: https://pub.dev/packages/koin_bloc/versions/0.2.0-nullsafety.0 kointTest: https://pub.dev/packages/koin_test/versions/0.13.0-nullsafety.0

I haven't finished the null safety version of koin_devtools yet because I'm waiting for the null safety version of one of the dependencies.