proximity_sensor 2.0.0
proximity_sensor: ^2.0.0 copied to clipboard
simple and easy to use flutter plugin package for proximity sensor (only)
2.0.0 #
- Migrates Android build to Flutter's Built-in Kotlin support, removing explicit Kotlin Gradle Plugin (KGP) application to ensure compatibility with AGP 9+ and avoid build warnings in Flutter 3.44+.
- Updates example app Gradle wrapper to 8.14.1, AGP to 8.11.1, and Kotlin to 2.2.20.
- BREAKING : Minimum Flutter version is now >=3.44.0 and Dart ^3.12.0.
- Users on Flutter < 3.44 should pin to proximity_sensor: ^1.3.10.
1.4.0 #
- feat: add Swift Package Manager (SPM) support for iOS
1.3.10 #
- fix: correct NotificationCenter observer removal in Swift to prevent memory leak
- feat: allow checking for availability
1.3.9 #
- sets the compileSdkVersion to 36 from 31
- updates AGP and gradle versions to 8.13.0 and 8.14.3 respectively
- updates Kotlin version to 2.2.20
- removes the no longer necessary kotlin-stdlib-jdk7 dependency
1.3.8 #
- dart format
1.3.7 #
- fix for web
1.3.6 #
- android only feature
1.3.5 #
- minSdkVersion 23
1.3.4 #
- remove permission : ACTIVITY_RECOGNITION
1.3.3 #
- remove not needed permission
1.3.2 #
- update to support Android Gradle Plugin 8
1.3.1 #
- fix: build on ios
1.3.0 #
- documentation
- enable the screen off behavior on Android (optional)
1.2.0 #
- revert : turn off screen on Android while listening for proximity events
1.1.0 #
- turn off screen on Android while listening for proximity events
1.0.4 #
- ext.kotlin_version = '1.7.20'
1.0.2 #
- remove debugging logging
1.0.1 #
- fix : github visibility
1.0.0 #
- First stable version.