self 0.3.0
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';