best-flutter / flutter_page_indicator

Page indicator for flutter, with multiple build-in layouts.
MIT License
180 stars 76 forks source link

Migrate to null safety #12

Open Stratovarius93 opened 3 years ago

Stratovarius93 commented 3 years ago

https://dart.dev/null-safety/migration-guide

Null safety comes with many advantages (which has been talked about in today's Flutter livestream), and it will probably be the default in the future.

It would be appreciated if this package can be migrated to null safety.