utf8encoder_hw 0.1.0-prototype.1
utf8encoder_hw: ^0.1.0-prototype.1 copied to clipboard
A hardware UTF-8 encoder written in Dart using the ROHD framework.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add utf8encoder_hwWith Flutter:
$ flutter pub add utf8encoder_hwThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
utf8encoder_hw: ^0.1.0-prototype.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:utf8encoder_hw/utf8encoder_hw.dart';