move_to_bg 1.0.1 copy "move_to_bg: ^1.0.1" to clipboard
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 NSSelectorFromString instead of #selector for 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
0
likes
160
points
118
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to programmatically move your application to the background.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on move_to_bg

Packages that implement move_to_bg