- #82: fix: resolve symbol conflicts in wakelock_plus by updating Pigeon prefix. Thanks weitsai.
- #41: Fix: dependency minimums adjustments. Thanks diegotori.
- BREAKING CHANGES:
- Library now requires Dart version
3.3
or higher.
- Library now requires Flutter version
3.19
or higher.
- #2: Downgraded minimum
meta
to version 1.3.0
in order to maintain compatibility with versions of Flutter below 3.10
. Thanks diegotori.
- BREAKING CHANGE: Increased the minimum supported Dart version to
2.18
in order to align it with plugin_platform_interface
.