restartfromos 0.0.3 copy "restartfromos: ^0.0.3" to clipboard
restartfromos: ^0.0.3 copied to clipboard

A new Flutter package that would enable an application to be restarted at OS level.

restartfromOS #

restart_from_OS is a Flutter package that allows you to restart your application from the OS level. This means that all resources allocated to your app will be terminated, and your app will be restarted from scratch. Currently, this package supports Windows. This package Phoenix do not start the application from OS level, which is the reason of creation of this package.

Installation #

To get started, follow these simple steps:

  1. First install and import this package into your flutter project.

  2. To restart your application, call this function through your button, passing in the following parameters:

    appName: The name of your application. 
    

    Here's an example of how to use it: RestartFromOS.restartApp(appName: 'example');

Limitations #

restart_from_OS currently supports Windows only. Support for other platforms may be added in future releases.

Issues and Contributions #

If you encounter any issues or have suggestions for improvements, please feel free to open an issue on the GitHub repository. Contributions are also welcome; we appreciate your help in making this package even better.

License #

This package is released under the MIT License. See the LICENSE file for details.

Thank you for using restart_from_OS! We hope this package simplifies the process of restarting your Flutter application on Windows. If you have any questions or need further assistance, don't hesitate to reach out.

Additional information #

If you like to contribute to this open source project, you are Welcome . If you need to make any changes, or find any issue please let me know on github and I will solve it.

And if you liked the package, don't forget to hit like button.

Buy me a Coffee

Hire me

Check other projects,plugins and products

13
likes
120
pub points
75%
popularity

Publisher

verified publisherskillzupp.com

A new Flutter package that would enable an application to be restarted at OS level.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path

More

Packages that depend on restartfromos