Skip to content
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

Closed
vanlooverenkoen opened this issue Oct 2, 2020 · 8 comments · Fixed by #69
Closed

Add support for nullability #51

vanlooverenkoen opened this issue Oct 2, 2020 · 8 comments · Fixed by #69
Assignees
Labels
feature New feature or request kiwi generator kiwi_generator package kiwi kiwi package refactor Code optimization in general

Comments

@vanlooverenkoen
Copy link
Collaborator

#49 does not yet support nullability.

With the testing/stable release closing for nullability, we need to make sure kiwi supports nullability as well

@vanlooverenkoen vanlooverenkoen added feature New feature or request kiwi kiwi package kiwi generator kiwi_generator package refactor Code optimization in general nullability labels Oct 2, 2020
@vanlooverenkoen vanlooverenkoen self-assigned this Oct 2, 2020
@vanlooverenkoen
Copy link
Collaborator Author

@Yegorisa I will take a look at it tomorrow

@vanlooverenkoen
Copy link
Collaborator Author

vanlooverenkoen commented Nov 22, 2020

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

@vanlooverenkoen
Copy link
Collaborator Author

@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.

@Yegorisa
Copy link

@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

@vanlooverenkoen
Copy link
Collaborator Author

I think that is the best idea as well. To bad that all these dart packages still need to be migrated

@behnamsattar
Copy link

Null safety is out with Flutter 2.0 and this needs to be addressed ASAP.

@vanlooverenkoen
Copy link
Collaborator Author

vanlooverenkoen commented Mar 3, 2021

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

@vanlooverenkoen
Copy link
Collaborator Author

@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.

vanlooverenkoen added a commit that referenced this issue Mar 4, 2021
…i-generator

# Conflicts:
#	kiwi_generator/pubspec.yaml
vanlooverenkoen added a commit that referenced this issue Mar 4, 2021
…i-generator

# Conflicts:
#	kiwi_generator/lib/src/kiwi_injector_generator.dart
vanlooverenkoen added a commit that referenced this issue Mar 16, 2021
…i-generator

# Conflicts:
#	kiwi_generator/pubspec.yaml
vanlooverenkoen added a commit that referenced this issue Mar 16, 2021
vanlooverenkoen added a commit that referenced this issue Mar 16, 2021
…i-generator

# Conflicts:
#	kiwi_generator/lib/src/kiwi_injector_generator.dart
vanlooverenkoen added a commit that referenced this issue Mar 19, 2021
…i-generator

# Conflicts:
#	kiwi_generator/CHANGELOG.md
vanlooverenkoen added a commit that referenced this issue Jun 1, 2021
vanlooverenkoen added a commit that referenced this issue Jun 1, 2021
…wi-generator

Feature/#51 nullsafety kiwi generator
@gbtb16 gbtb16 unpinned this issue Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request kiwi generator kiwi_generator package kiwi kiwi package refactor Code optimization in general
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants