code_entry_field 0.4.0 copy "code_entry_field: ^0.4.0" to clipboard
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_field

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 dart pub get):

dependencies:
  code_entry_field: ^0.4.0

Alternatively, 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';
3
likes
0
points
43
downloads

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

unknown (license)

Dependencies

flutter

More

Packages that depend on code_entry_field