Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bestburning/shutdown_platform
- Owner: BestBurning
- License: bsd-3-clause
- Created: 2020-04-16T13:24:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T08:53:26.000Z (about 4 years ago)
- Last Synced: 2024-06-20T12:00:07.718Z (7 months ago)
- Topics: flutter, go-flutter, go-flutter-desktop, linux, mac, shutdown, windows
- Language: C++
- Homepage: https://pub.dev/packages/shutdown_platform#-readme-tab-
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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;
```