self 0.3.0 copy "self: ^0.3.0" to clipboard
self: ^0.3.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

With Flutter:

 $ flutter 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.3.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:self/self.dart';
0
likes
140
points
167
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.

Documentation

API reference

License

MIT (license)

Dependencies

dcli, dcli_core, path

More

Packages that depend on self