field_pro_kit 1.0.0
field_pro_kit: ^1.0.0 copied to clipboard
A complete, modern, and highly customizable form input system with 3D neumorphism, separated labels, animations, and advanced fields like dropdowns and date pickers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add field_pro_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
field_pro_kit: ^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:field_pro_kit/field_pro_kit.dart';