- initial release.
- Update README.md
- Apply suggestions
- Rename the
transmit()method totransmitString(). - The
setFrequencies()method is added. - The
transmitListInt()method is added. - Updated example.
- Fixed build failed
- Migrate the plugin to null-safety
- Migrate the example to null-safety
- Improve example desing
- BREAKING CHANGE: Support for Flutter >= 3.0.0 and Dart >= 2.18.0
- Change android target version to 31
- Update gradle dependencies
- Improve the example.
- Fix deprecated version of the Android embedding.
- BREAKING CHANGE: Support for Dart >= 3.0.0
- Migrate Android Configuration to Namespace thanks to @rodrigorafaeldamaceno in PR(#8).
- Fix deprecated imperative apply of Flutter's Gradle plugins in example.
- Improve CI-CD using automated publishing.