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: ^1.0.1
-
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