- Added namespace
- Added SDK 34 support for Android
- Upgated gradle version to 8.1.1
- Reverted some changes from 1.1.1
Breaking changes:
- Android SDK version updated to 34 Commits:
- Fix to #10 - #10
- Fix related to Android 13 (API level 33) permissions by @mselmanyildirim in #4
- fix: example to support flutter v2/3 changes by @loonix in #8
- @mselmanyildirim made their first contribution in #4
Full Changelog: https://github.com/loonix/another_audio_recorder/compare/1.0.1...1.1.0
- Added null check to recording, thanks @electrooz
- Fix to Dart formatting requirements
- Fix to example IOS and Android builds
- Null Safety update
- @hnvn - Migrate to Android embedding v2 + Support AAC codec (rmbrone#52)
- @PerrchicK - error handling instead of app crash (https://github.com/rmbrone/flutter_audio_recorder/pull/45/files)
- Renamed to another_flutter_recorder
migrate to Android X.
- Remove default result call on permission call back for Android
- Fix Android sample rate issue
- Fix
Stop
API - Fix metering API for Android and iOS
- Explicitly asking for WRITE_EXTERNAL_STORAGE permission as it's required in Android
- Updated documentation for Android Permission Section
- Add null check for temp file deletion
- Fix Android duration API
- Complete plugin public API doc
- Support AndroidX
- Update documentation
- Fixed minor issues for Android
- Fix version number in .podspec
- Remove extra pkg from lib
- Update example app
- Add swift version compiler code
- Update documentation of usage
- Specify Swift version in podspec
- fix another issue of iOS hasPermission;
- fix iOS hasPermission result issue;
- fix the Android's audio file path, now you can get it from current method
- Change Android dependencies version
- Supports Android
- Support Sample Rate.
- Correct iOS deployment target to 8.0.
- Simplify usage example for initialize recorder.
- Fix issue of init method.
- Fix issue of wav format recording initialization.
- audioFormat of AnotherAudioRecorder now is optional when instantiating.
- Overwrite file extension when there is conflicts between extension and audioFormat.
- Update Example app.
- Update README.
- Fix README.md errors.
- Updated package description.
- Chinese documentation added.
- Documentation added.
- Initial release.