move_to_bg 1.0.1
move_to_bg: ^1.0.1 copied to clipboard
A Flutter plugin to programmatically move your application to the background.
1.0.1 #
- Fix iOS compilation error with private API call
- Use
NSSelectorFromStringinstead of#selectorfor suspend method
1.0.0 #
- Initial stable release
- Add
moveTaskToBack()method to programmatically move app to background - Android implementation using
Activity.moveTaskToBack(true)(public API) - iOS implementation using
UIApplication.suspend(private API - use with caution) - Example app demonstrating usage
- Complete documentation with iOS warning