A Custom Time Interval Select Dropdown for getting a Time Range.
Add this to pubspec.yaml file
dependencies:
time_interval_picker: ^[latest_version]Run the following command in shell
flutter pub getImport the package in your Dart Code
import 'package:time_interval_picker/time_interval_picker.dart'; TimeIntervalPicker(
endLimit: null,
startLimit: null,
onChanged: (DateTime? startTime, DateTime? endTime, bool isAllDay) {},
),The project is licensed under MIT License.
