shipworld 0.2.0 copy "shipworld: ^0.2.0" to clipboard
shipworld: ^0.2.0 copied to clipboard

Reusable release, signing, and desktop packaging tooling for Dart CLI, Flutter desktop, and independently versioned pub package workspaces.

example/main.dart

import 'package:shipworld/shipworld.dart';

Future<void> main() async {
  final config = await loadShipworldConfig('shipworld.yaml');

  for (final target in config.targets.values) {
    print('${target.name}: ${target.kind.yamlName}');
  }
}
0
likes
0
points
439
downloads

Publisher

verified publishertinyrack.net

Weekly Downloads

Reusable release, signing, and desktop packaging tooling for Dart CLI, Flutter desktop, and independently versioned pub package workspaces.

Repository (GitHub)
View/report issues

Topics

#release #packaging #cli #desktop

License

unknown (license)

Dependencies

archive, cliweave, crypto, path, pub_semver, yaml, yaml_edit

More

Packages that depend on shipworld