gen_lang
gen_lang copied to clipboard
Added null safety support
- updated example app
- updated android embed version
- migrate to androidX
Closes #23.
Definitely need this
PR updated. Thanks @friebetill
please complete and merge this PR. thanks
As far as I can see, the PR is complete. @KingWu just needs to look over it.
In the meantime you can already use the PR with the following in your pubspec.yaml
:
dev_dependencies:
...
# Waiting for this PR https://bit.ly/3tO37NG
gen_lang:
git:
url: https://github.com/KingWu/gen_lang
ref: 7ba7548
...
@KingWu we definitely need this, also to solve version issues , mainly with some packages depending on args
no activity of the author since september and last version May 2, 2020. :/ hopefully the activity will be changed to active.
Any progression on this? Please just approve it! @KingWu or someone else?
Now that Dart 3 forces the use of Null Safety, it would be a good time to complete this PR 😄