flutter_to_arch 1.0.0
flutter_to_arch: ^1.0.0 copied to clipboard
A CLI to bundle your flutter app build into a archlinux package.
flutter_to_arch #
A command-line application to bundle your flutter app build into a archlinux package.
Usage #
- Add to
pubspec.yaml
dev_dependencies:
flutter_to_arch:
git: https://github.com/wgh136/flutter_to_arch
-
run
flutter pub get
-
Write configs at the end of
pubspec.yaml
flutter_to_arch:
name: myapp
icon: linux/icon.png
categories: Utility
keywords: Flutter;Utility;
url: https://example.com
depends:
- gtk3
- build linux
flutter build linux
- build archlinux package
dart run flutter_to_arch