ir_sensor_plugin 0.3.1
ir_sensor_plugin: ^0.3.1 copied to clipboard
This plugin allows Flutter applications to use the infrared sensor on Android starting with API 19
CHANGELOG #
0.0.1 #
- initial release.
0.0.2 #
- Update README.md
0.0.3 #
- Apply suggestions
0.1.4 #
- Rename the
transmit()
method totransmitString()
. - 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.