duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

Migrating to null safety #102

Closed Tuditi closed 3 years ago

Tuditi commented 3 years ago

I ran the code through the migration tool provided by the dart team. (See additional info here: https://dart.dev/null-safety/migration-guide) Additionally, I added some very little tweaks that will benefit future PR's, like an extended gitignore file and an SDK contstraint for the example as well.

duytq94 commented 3 years ago

Many thanks for your works 💯