noise_meter 6.0.0
noise_meter: ^6.0.0 copied to clipboard
A Flutter plugin for collecting noise from the phone's microphone.
6.0.0 #
- Breaking: requires Flutter
>=3.44.0 - Updated the example app to AGP 9.0.1, Kotlin 2.3.20, Gradle 9.1.0, Java 17 and
compileSdk 37 - Updated the example app to
permission_handler: ^13.0.1 - Updated to
audio_streamer: ^5.0.0 - Updated documentation
5.1.0 #
- update to
audio_streamer: ^4.2.0 - update to dart SDK
3.8.1 - update gradle and kotlin versions in example app
5.0.2 #
- upgrade to
audio_streamer: ^4.0.0 - update of example app to handle permissions to access the microphone and other improvements.
- improvement to documentation
4.0.1 #
- upgrade to
audio_streamer: ^3.0.0(PR #755) - updates Android AGP
- upgrade to Dart 3
- improvement to documentation and example app
3.2.0 #
- upgrade to
audio_streamer: ^2.3.0 - upgrade example to include correct iOS permissions
3.1.0 #
- upgrade to
audio_streamer: ^2.1.0 - upgrade example to Android embedding v2
3.0.3 #
- improvement to
onErrorhandling.
3.0.0 #
- Null safety migration
- iOS example podfile update
2.0.0 #
- Changed API to support audio_streamer version 1.3.0
- Changed documentation
1.2.0 #
- Changed to api of a NoiseReading to include max and mean decibel.
1.1.5 #
- Added a getter for the sample rate field.
1.1.0 #
- Moved native source code to the AudioStreamer plugin (https://pub.dev/packages/audio_streamer).
1.0.0 #
- Able to stream NoiseReadings on iOS and Android.