text_field_custom_advance 0.0.1
text_field_custom_advance: ^0.0.1 copied to clipboard
Here is the custom text field
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text_field_custom_advance
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
text_field_custom_advance: ^0.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:text_field_custom_advance/custom_form_fields.dart';
import 'package:text_field_custom_advance/custom_text_form_field.dart';
import 'package:text_field_custom_advance/utils/constants.dart';
import 'package:text_field_custom_advance/utils/font_wieghts.dart';