writing_guidelines 0.0.1
writing_guidelines: ^0.0.1 copied to clipboard
用于拼音或英语书写的 Flutter 组件库,提供“四线三格”背景,支持单格展示与流式布局。
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.1Alternatively, 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';