google / google/built_value.dart
Migrate built_value_generator to null safety
Open
p2 / feature request
- Dominant language
- Dart
- Stars
- 886
- Forks
- 195
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
As all the dependencies of built_value_generator have migrated to null safety, `built_value_generator` should do so as well.
What is the current status of this? While there has been a `8.0.0-nullsafety.0` released, that changes the sdk version to `>=2.12.0-0 <3.0.0` among other things, this version is not actually marked as null-safe on pub.dev (likely because `// @dart=2.11` got added on every file in `/lib` and the migration has not actually been done.)
Contributor guide
Assessment
This issue has not been assessed yet.