auto_start_flutter 0.2.0
auto_start_flutter: ^0.2.0 copied to clipboard
The plugin redirects the user to auto-start permission screen to allow auto-start and fix background problems in some phones.
0.2.0 #
- Breaking Change: Migrated Android plugin to Kotlin. Ensure your project supports Kotlin.
getAutoStartPermissionnow returnsFuture<bool>indicating if the settings page was successfully opened.- Added
openAppInfomethod as a fallback to open system App Info settings. - Added
getDeviceManufacturermethod to identify the device manufacturer. - Added support for Transsion devices (Tecno, Infinix, Itel).
- Added support for newer OnePlus devices (ColorOS based).
- Added support for Meizu and Letv.
- Improved intent handling robustness.
0.1.7-nullsafety #
- Added support for Infinix and OnePlus Ace Devices.
0.1.6-nullsafety #
- Added Battery Optimization support and refined auto start process for some phones.
0.1.5-nullsafety #
- Fixed android run issues
0.1.4-nullsafety #
- Fixed android run issues
0.1.3-nullsafety #
- Added support for huawei, honor, poco, xiaomi, redmi, letv phones
0.1.2-nullsafety #
- Fixed android runtime problem
0.1.1-nullsafety #
- Fixed IOS runtime problem
0.1.0-nullsafety #
- added support for null safety
0.0.8-nullsafety #
- added support for null safety
0.0.7-nullsafety.0 #
- added support for null safety
0.0.6 #
- added support for RealMe Phones.
0.0.5 #
- fixed plugin calling problems and deleted static values.
0.0.4 #
- fixed homepage link and documentation.
0.0.3 #
- fixed homepage link.
0.0.2 #
- fixed documentation problems.
0.0.1 #
- It's the initial release.