trietho / flutter_beep

A very lite module to play system sounds and beep for flutter apps (no sound files)
BSD 3-Clause "New" or "Revised" License
17 stars 31 forks source link

Add support for null safety #6

Closed b3arco closed 3 years ago

b3arco commented 3 years ago

In this PR, I update the package and the example app to support null safety. Nothing has changed in the actual code. I updated the pubspec files and applied the Dart format. I also re-created the android/ and ios/ folders using the flutter create command in order to support the latest versions of their respective build tools.

This solves #5.

I set 0.3.0 as the new version.