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 34 forks source link

Will throw an Exception when running on the web #10

Open mdehoogh opened 3 years ago

mdehoogh commented 3 years ago

Because Platform is used to determine whether running on Android or iOS an exception will be thrown when deploying to the web. Consider switching to e.g. dart package universal_platform.