unit_number_input 0.1.1 copy "unit_number_input: ^0.1.1" to clipboard
unit_number_input: ^0.1.1 copied to clipboard

A Flutter package for minutes/seconds input with validation, input decoration, and conversion to total seconds.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add unit_number_input

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

dependencies:
  unit_number_input: ^0.1.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:unit_number_input/unit_number_input.dart';
2
likes
160
points
370
downloads

Publisher

verified publisheramabe.dev

Weekly Downloads

A Flutter package for minutes/seconds input with validation, input decoration, and conversion to total seconds.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on unit_number_input