code_entry_field 0.4.0
code_entry_field: ^0.4.0 copied to clipboard
A Flutter widget for entering single characters at a time in a series of boxes.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add code_entry_fieldWith Flutter:
$ flutter pub add code_entry_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
code_entry_field: ^0.4.0Alternatively, 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:code_entry_field/code_entry_field.dart';