manifest 0.1.0
manifest: ^0.1.0 copied to clipboard
A command line tool to generate Dart package manifest from pubspec.yaml.
import 'package:manifest/manifest.dart';
const manifest = Manifest(
name: 'manifest_example',
version: '1.2.3-pre-4.5',
description: 'An example and the tester for the manifest package.',
);