shipworld 0.2.3 copy "shipworld: ^0.2.3" to clipboard
shipworld: ^0.2.3 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
160
points
439
downloads

Documentation

API reference

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

MIT (license)

Dependencies

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

More

Packages that depend on shipworld