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

A complete release management and software distribution platform in pure Dart. Organizations, projects, packages, releases, assets and channels behind one SDK, with a REST API server, a web-compatible [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate omnystore

Use it

The package has the following executables:

$ omnystore
$ omnystore_server

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add omnystore

With Flutter:

 $ flutter pub add omnystore

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  omnystore: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:omnystore/omnystore.dart';
0
likes
150
points
83
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A complete release management and software distribution platform in pure Dart. Organizations, projects, packages, releases, assets and channels behind one SDK, with a REST API server, a web-compatible client, a download manager with checksum verification, an update service and a full CLI.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

args, asn1lib, crypto, http, json_annotation, meta, omnyhub, path, pointycastle, pub_semver

More

Packages that depend on omnystore