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

A Flutter cron form field widget. It 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.7.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
160
points
56
downloads

Publisher

verified publishersiposdani87.com

Weekly Downloads

A Flutter cron form field widget. It can edit cron expressions with this form field in an alert dialog.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on cron_form_field