code_entry_field 0.5.0 copy "code_entry_field: ^0.5.0" to clipboard
code_entry_field: ^0.5.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 Flutter:

 $ flutter pub add code_entry_field

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  code_entry_field: ^0.5.0

Alternatively, 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:code_entry_field/code_entry_field.dart';
3
likes
150
points
77
downloads

Documentation

API reference

Publisher

verified publisherklubitii.com

Weekly Downloads

A Flutter widget for entering single characters at a time in a series of boxes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on code_entry_field