time_interval_picker 0.0.3 copy "time_interval_picker: ^0.0.3" to clipboard
time_interval_picker: ^0.0.3 copied to clipboard

Integrate a Custom Time Interval Picker with ease in your dart code.

time_interval_picker #

A Custom Time Interval Select Dropdown for getting a Time Range.

Installation #

1. Depend On It

Add this to pubspec.yaml file

    dependencies:
        time_interval_picker: ^[latest_version]
copied to clipboard

2. Install it

Run the following command in shell

    flutter pub get
copied to clipboard

3. Import It

Import the package in your Dart Code

    import 'package:time_interval_picker/time_interval_picker.dart';    
copied to clipboard

Base Usage #

    TimeIntervalPicker(
        endLimit: null,
        startLimit: null,
        onChanged: (DateTime? startTime, DateTime? endTime, bool isAllDay) {},
    ),
copied to clipboard

License #

The project is licensed under MIT License.

6
likes
150
points
189
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.30 - 2025.03.14

Integrate a Custom Time Interval Picker with ease in your dart code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc, intl

More

Packages that depend on time_interval_picker