-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for nullability #51
Comments
@Yegorisa I will take a look at it tomorrow |
…pport yet for the kiwi_generator)
I have already migrated the kiwi package to support nullability. (In it's most basic form, just migrated to support nullsafety) the kiwi_generator has some dependencies that are not yet supporting nullsafety so for that one I will still wait. Check out the code here: https://github.com/vanlooverenkoen/kiwi/tree/feature/%2351-nullsafety |
@Yegorisa Since we are blocked because of the dart-lang packages. Do you think it would be nice to already have a kiwi-nullsafety.0 release? This release will not work with the kiwi_genrator. |
@vanlooverenkoen since I am using the Kiwi with the kiwi_generator, I would prefer to wait for until dart sdk will migrate and then migrate kiwi_generator |
I think that is the best idea as well. To bad that all these dart packages still need to be migrated |
Null safety is out with Flutter 2.0 and this needs to be addressed ASAP. |
I was still waiting on the nullsafe support for some dependencies for the kiwi generator. As stated before kiwi is already migrated. You can use it via git right now |
@Yegorisa @behnamsattar I have created a pull request with the fixes for null safety. Because I was hoping the generator could be migrated to null safety as wel. I will create a dev release today for kiwi & the generator. Please file new issues when you are having trouble. |
…i-generator # Conflicts: # kiwi_generator/pubspec.yaml
…i-generator # Conflicts: # kiwi_generator/lib/src/kiwi_injector_generator.dart
…i-generator # Conflicts: # kiwi_generator/pubspec.yaml
…i-generator # Conflicts: # kiwi_generator/lib/src/kiwi_injector_generator.dart
…i-generator # Conflicts: # kiwi_generator/CHANGELOG.md
…wi-generator Feature/#51 nullsafety kiwi generator
#49 does not yet support nullability.
With the testing/stable release closing for nullability, we need to make sure kiwi supports nullability as well
The text was updated successfully, but these errors were encountered: