license_plate_number 2.0.1 copy "license_plate_number: ^2.0.1" to clipboard
license_plate_number: ^2.0.1 copied to clipboard

Flutter widget for inputting license plate number. Build-in one light style and one dark style, and the style can be changed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add license_plate_number

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

dependencies:
  license_plate_number: ^2.0.1

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:license_plate_number/license_plate_number.dart';
10
likes
120
pub points
70%
popularity

Publisher

unverified uploader

Flutter widget for inputting license plate number. Build-in one light style and one dark style, and the style can be changed.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dotted_border, flutter

More

Packages that depend on license_plate_number