flutter_dtmf_pro 2.0.2
flutter_dtmf_pro: ^2.0.2 copied to clipboard
A modern Flutter plugin for generating DTMF tones with updated Gradle and Kotlin support.
2.0.2 #
- Updated README.md for improved clarity and professionalism.
- Added explicit support details for Android, iOS, and Web platforms.
- Removed personal author attribution while retaining the MIT License.
- Enhanced documentation structure for better pub.dev presentation (badges, usage, examples).
- Minor wording and formatting refinements for consistency and readability.
2.0.1 #
- Fixed package validation and pub.dev publishing issues.
- Removed unnecessary
.ideaand.vscodefiles from the package bundle. - Updated
.gitignoreand.pubignoreto comply with modern Flutter publishing standards. - Improved README documentation with detailed platform usage and examples.
- Added proper versioning and package naming (
flutter_dtmf_pro). - Ensured clean
dart analyzepass and improved null-safety compliance.
2.0.0 #
- Migrated plugin to support Gradle 9.1 and Android Gradle Plugin 8.7+.
- Updated Kotlin to 1.9.24 and Java compatibility to 17.
- Replaced deprecated
lintOptionswith modernlint {}configuration. - Updated
compileSdkto 34 andminSdkto 21. - Added Android namespace.
- Cleaned and modernized
build.gradlewith the new Gradleplugins {}DSL. - Improved overall Flutter plugin structure for long-term pub.dev compatibility.
- Maintained the same API for backward compatibility with existing apps.
1.0.0 #
- Initial release of the
flutter_dtmfplugin. - Basic DTMF tone generation support for Android and iOS.