s_time 1.0.2 copy "s_time: ^1.0.2" to clipboard
s_time: ^1.0.2 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 Dart:

 $ dart pub add s_time

With Flutter:

 $ flutter pub add s_time

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

dependencies:
  s_time: ^1.0.2

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

License

unknown (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