flutter_detect_pitch 0.0.1+1
flutter_detect_pitch: ^0.0.1+1 copied to clipboard
A Flutter plugin for real-time pitch detection using the device microphone with native audio processing for iOS and Android.
0.0.1+1 - 2025-07-15 #
Added #
- Initial release of
flutter_detect_pitch. - Added pitch detection functionality using Dart.
- Provided simple API to start and stop pitch detection.
- Included a basic example application demonstrating usage.
Notes #
- This version is a minimal MVP (minimum viable plugin).
- Only supports Dart; native platform support (Android/iOS) may be added in future versions.