turnkey_encoding 0.1.0
turnkey_encoding: ^0.1.0 copied to clipboard
This package provides encoding and decoding functions used by other Turnkey packages. Feel free to import the exported functions into your own apps, but be aware that significant interface changes m [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add turnkey_encoding
copied to clipboard
With Flutter:
$ flutter pub add turnkey_encoding
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
turnkey_encoding: ^0.1.0
copied to clipboard
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:turnkey_encoding/turnkey_encoding.dart';
copied to clipboard