hanabi1224 / flutter_appcenter_bundle

MIT License
21 stars 48 forks source link

Migrate to null safety, update example code #28

Closed mkobuolys closed 3 years ago

mkobuolys commented 3 years ago

Hi, @hanabi1224

We are using this library in our project, so before migrating the project to Flutter 2.0, all the project dependencies should be null-safe, too. So this PR is for:

  1. Migrating Dart code to null safety;
  2. Updating the example code;
  3. Increasing package version;
  4. Updating outdated iOS code for the example.
hanabi1224 commented 3 years ago

Thanks!