Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bestburning/shutdown_platform

go-flutter plugin to shutdown platform windows/mac/linux
https://github.com/bestburning/shutdown_platform

flutter go-flutter go-flutter-desktop linux mac shutdown windows

Last synced: about 2 months ago
JSON representation

go-flutter plugin to shutdown platform windows/mac/linux

Awesome Lists containing this project

README

        

# shutdown_platform

the plugin for `go-flutter` to shutdown platform `windows`、`linux`、`mac` only

## Getting Started

a simple usage example:

```
import 'package:shutdown_platform/shutdown_platform.dart';

String out = await ShutdownPlatform.shutdownNow;
```