writing_guidelines 0.0.2
writing_guidelines: ^0.0.2 copied to clipboard
A Flutter widget library for pinyin and English handwriting display. It provides a four-line grid background and supports both single-cell and flow layouts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add writing_guidelinesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
writing_guidelines: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:writing_guidelines/writing_guidelines.dart';