name: restart_app description: A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs. version: 1.7.3 homepage: https://gabrimatic.info repository: https://github.com/gabrimatic/restart_app issue_tracker: https://github.com/gabrimatic/restart_app/issues topics: - restart - app-lifecycle - flutter-plugin funding: - https://www.buymeacoffee.com/gabrimatic environment: sdk: ^3.4.0 flutter: ">=3.22.0" dependencies: flutter: sdk: flutter flutter_web_plugins: sdk: flutter web: ^1.0.0 dev_dependencies: flutter_lints: ^6.0.0 flutter_test: sdk: flutter flutter: plugin: platforms: android: package: gabrimatic.info.restart pluginClass: RestartPlugin ios: pluginClass: RestartAppPlugin web: pluginClass: RestartWeb fileName: restart_web.dart linux: pluginClass: RestartAppPlugin macos: pluginClass: RestartAppPlugin windows: pluginClass: RestartAppPluginCApi