unified_fields 0.2.6 copy "unified_fields: ^0.2.6" to clipboard
unified_fields: ^0.2.6 copied to clipboard

Unified Flutter form fields, phone input with country flags, pickers, Jalali/Gregorian date and time, Persian digits, and Form validate/save/reset.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unified_fields

With Flutter:

 $ flutter pub add unified_fields

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  unified_fields: ^0.2.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unified_fields/unified_fields.dart';
2
likes
0
points
609
downloads

Publisher

unverified uploader

Weekly Downloads

Unified Flutter form fields, phone input with country flags, pickers, Jalali/Gregorian date and time, Persian digits, and Form validate/save/reset.

Repository (GitHub)
View/report issues

Topics

#flutter #form #input #phone-number #date-picker

License

unknown (license)

Dependencies

collection, flutter, flutter_svg, intl, shamsi_date

More

Packages that depend on unified_fields