aki_calendar_date_time_picker 0.0.7 aki_calendar_date_time_picker: ^0.0.7 copied to clipboard
aki calendar datetime picker is a powerful tool for apps that need advanced date and time selection. It combines a calendar view with a time picker, making it easy for users to choose dates and times. [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aki_calendar_date_time_picker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
aki_calendar_date_time_picker: ^0.0.7
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:aki_calendar_date_time_picker/calendar/calendar.dart';
import 'package:aki_calendar_date_time_picker/calendar/date_utils.dart';