cron_form_field 0.2.0 copy "cron_form_field: ^0.2.0" to clipboard
cron_form_field: ^0.2.0 copied to clipboard

outdated

This CronFormField package written in Dart for the Flutter. You can edit cron expressions with this form field in an alert dialog.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cron_form_field

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

dependencies:
  cron_form_field: ^0.2.0

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:cron_form_field/cron_form_field.dart';
3
likes
0
points
72
downloads

Publisher

verified publishersiposdani87.com

Weekly Downloads

This CronFormField package written in Dart for the Flutter. You can edit cron expressions with this form field in an alert dialog.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cron_form_field