self 0.6.1
self: ^0.6.1 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 selfWith Flutter:
$ flutter pub add selfThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
self: ^0.6.1Alternatively, 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';