aki_calendar_date_time_picker 0.0.6 copy "aki_calendar_date_time_picker: ^0.0.6" to clipboard
aki_calendar_date_time_picker: ^0.0.6 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. [...]

AKI Calendar DateTime Picker #

  • A lightweight and calendar date time picker.
screenshot

Intro #

AKI Calendar DateTime Picker widget:

  • AKI Calendar DateTime Picker, this widget can make a dialog with calendar and button list to help users to select date and time.

Installation #

Add the following line to pubspec.yaml:

dependencies:
  aki_calendar_date_time_picker: ^0.0.6

How to use #

import 'package:aki_calendar_date_time_picker/aki_calendar_date_time_picker.dart';

basic use #


var rtn = await showCalendar(context);
                    

Customized #

CalHead ch = CalHead(
              weekHeadString: ["日", "一", "二", "三", "四", "五", "六"],
              style: const TextStyle(fontWeight: FontWeight.w500));
          CalCell ce =
              CalCell(todayStyle: const TextStyle(color: Colors.blue));
          TextConfig textConfig = TextConfig(
              confirmString: "確定",
              cancelString: "算了",
              hourHint: "時",
              minHint: "分");
          var rtn = await showCalendar(context,
              calHead: ch, calCell: ce, textConfig: textConfig);
                    

Feel free to contribute to this project. 🍺 Pull requests are welcome!

There are some tips before creating a PR:

  • Please always create an issue/feature before raising a PR
  • Please always create a minimum reproducible example for an issue
  • Please use the official Dart Extension as your formatter or use flutter format . -l 80 if you are not using VS Code
  • Please keep your changes to its minimum needed scope (avoid introducing unrelated changes)
  • Please follow this git commit convention by adding feat: or fix: to your PR commit
3
likes
100
points
121
downloads

Publisher

verified publisheryuaki.com

Weekly Downloads

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. Its user-friendly design ensures smooth navigation, and developers can customize its appearance and behavior to fit their project.

Homepage
Repository (GitHub)
View/report issues

Topics

#datetimepicker #calendar #calendarpicker #calendardatetimepicker

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, intl

More

Packages that depend on aki_calendar_date_time_picker