josiahsrc / dough

This package provides some widgets you can use to create a smooshy UI.
MIT License
703 stars 28 forks source link

Migrate to null safety #17

Closed josiahsrc closed 3 years ago

josiahsrc commented 4 years ago

Dart team recommends that packages migrate to null-safety. Create/test a null safety API for dough.

britannio commented 3 years ago

null safety is still in technical preview right?

josiahsrc commented 3 years ago

@britannio Yes, but flutter recommends that package maintainers should start switching over to null safety

britannio commented 3 years ago

@josiahsrc Null safety is now stable, are you planning on migrating?

josiahsrc commented 3 years ago

@britannio Currently working on this when I get time. Branch is here: https://github.com/josiahsrc/flutter_dough/tree/v1.0.0-nullsafety

josiahsrc commented 3 years ago

@britannio I just finished up the migration. Let me know if you experience any issues with the migration. Thanks!