s_time 1.0.4 copy "s_time: ^1.0.4" to clipboard
s_time: ^1.0.4 copied to clipboard

A comprehensive Flutter package for intuitive time selection with two powerful widgets - TimeSpinner for wheel-based selection and TimeInput for text-based input.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add s_time

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

dependencies:
  s_time: ^1.0.4

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:s_time/s_time.dart';
0
likes
160
points
201
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for intuitive time selection with two powerful widgets - TimeSpinner for wheel-based selection and TimeInput for text-based input.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

assorted_layout_widgets, dart_helper_utils, flutter, keystroke_listener, s_ink_button, s_widgets, soundsliced_dart_extensions

More

Packages that depend on s_time