license_plate_number 1.0.0
license_plate_number: ^1.0.0 copied to clipboard
Flutter 车牌号输入组件,包含一个输入框和一个键盘。支持自定义主题,自带黑暗和明亮两个默认主题。支持横屏展示。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add license_plate_numberThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
license_plate_number: ^1.0.0Alternatively, 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';