textfield_kh 0.0.9 textfield_kh: ^0.0.9 copied to clipboard
A Package solve keyboard of textfield problem with local keyboard in asia of "," and "." and this package make easy to using and customization textfield like pro textfield.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add textfield_kh
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
textfield_kh: ^0.0.9
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:textfield_kh/textfield_kh.dart';