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

The Self package provides utility classes to make it easy to create Self extracting executables that ship with resources or need to run on boot.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add self

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

dependencies:
  self: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:self/self.dart';
0
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

The Self package provides utility classes to make it easy to create Self extracting executables that ship with resources or need to run on boot.

License

unknown (license)

Dependencies

dcli, dcli_core, path

More

Packages that depend on self