flutter_to_arch 1.0.0 copy "flutter_to_arch: ^1.0.0" to clipboard
flutter_to_arch: ^1.0.0 copied to clipboard

PlatformLinux

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
0
likes
130
points
181
downloads

Publisher

verified publishernyne.dev

Weekly Downloads

A CLI to bundle your flutter app build into a archlinux package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

io, yaml

More

Packages that depend on flutter_to_arch