Last updated:
0 purchases
licence plate keyboard
licence_plate_keyboard #
A Chinese licence plate keyboard with cool_ui, support iOS, Android and Web, if you have any question with this plugin, please report issues in this repository
Getting Started #
Change your pubspec.yaml below
Flutter >= 3.3
dependencies:
licence_plate_keyboard: ^0.3.0
copied to clipboard
Flutter >= 3.0
dependencies:
licence_plate_keyboard: ^0.2.0
copied to clipboard
Flutter >= 2.5
dependencies:
licence_plate_keyboard: ^0.1.0
copied to clipboard
Flutter >= 2.0
dependencies:
licence_plate_keyboard: ^0.0.11
copied to clipboard
If your flutter version >= 2.5, please change your main.dart
void main() {
// runApp(MyApp()); // old
runMockApp(KeyboardRootWidget(child: MyApp())); // new
}
copied to clipboard
This project is a starting point for a Flutter
plug-in package,
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.