unicode_typing_grader 0.1.2
unicode_typing_grader: ^0.1.2 copied to clipboard
Unicode-aware typing assessment with grapheme-level edits, configurable text policies, accuracy, and CPM metrics.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add unicode_typing_graderWith Flutter:
$ flutter pub add unicode_typing_graderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
unicode_typing_grader: ^0.1.2Alternatively, 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:unicode_typing_grader/unicode_typing_grader.dart';