Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.04 KB

File metadata and controls

45 lines (29 loc) · 1.04 KB

CHANGELOG

0.0.1

  • initial release.

0.0.2

  • Update README.md

0.0.3

  • Apply suggestions

0.1.4

  • Rename the transmit() method to transmitString().
  • The setFrequencies() method is added.
  • The transmitListInt() method is added.
  • Updated example.

0.1.4+1

  • Fixed build failed

0.2.0

  • Migrate the plugin to null-safety
  • Migrate the example to null-safety
  • Improve example desing

0.3.0

  • 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.

0.3.1

  • 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.