Workiva / built_redux

an implementation of redux written in dart that enforces immutability
MIT License
125 stars 46 forks source link

8.0.0-nullsafety.0 - Nnbd #155

Closed davidmarne closed 3 years ago

davidmarne commented 3 years ago

Get built redux to work with nnbd and the latest 8.x line of built_value

8.0.0-nullsafety.0

This will not pass CI until https://github.com/google/built_value.dart/pull/975 is released. The current build was built using master of built_value_generator to generate test files correctly. Any consumption of this PR should work, so long as you have no built_values defined in the test directory.

To run builds or tests using nullability use --enable-expirement=non-nullable to the build runner command.