alt_point_components library

Classes

AppSwitch
A custom switch implementation, because Flutter's own is unfitting.
CalendarDateRangePicker
CalendarDateRangePickerState
CalendarRangePickerDialog
DatePickerDialog
A Material-style date picker dialog.
DateRangeFieldA
A DateRangeField which extends a FormField.
DateRangePickerDialog
A Material-style date range picker dialog.
InputField
LoaderButton
PatternLock
PatternLockCellActivationArea
Specify this to customize what counts as close enough to center of cell for this cell to be activated.
PatternLockLineAppearance
PatternLockLinkageSettings
PatternLockState
SquareButton
SwitchAppearance

Enums

ButtonType
PatternLockCellAreaShape
Within a pattern cell, there is a background area, where a pointer can move without activating an cell, and there is an activation area, where a pointer sets an inactive cell to active state. This enum controls the general shape of this area.
PatternLockCellAreaUnits

Functions

openBS({required BuildContext context, required double? height, required double? heightBS, required double width, required Widget child, double? paddingBS}) Future
showDatePickerFork({required BuildContext context, required DateTime initialDate, required DateTime firstDate, required DateTime lastDate, DateTime? currentDate, DatePickerEntryMode initialEntryMode = DatePickerEntryMode.calendar, SelectableDayPredicate? selectableDayPredicate, String? helpText, String? cancelText, String? confirmText, Locale? locale, bool useRootNavigator = true, RouteSettings? routeSettings, TextDirection? textDirection, TransitionBuilder? builder, DatePickerMode initialDatePickerMode = DatePickerMode.day, String? errorFormatText, String? errorInvalidText, String? fieldHintText, String? fieldLabelText}) Future<DateTime?>
Shows a dialog containing a Material Design date picker.
showDateRangePickerFork({required BuildContext context, DateTimeRange? initialDateRange, required DateTime firstDate, required DateTime lastDate, DateTime? currentDate, DatePickerEntryMode initialEntryMode = DatePickerEntryMode.calendar, String? helpText, String? cancelText, String? confirmText, String? saveText, String? errorFormatText, String? errorInvalidText, String? errorInvalidRangeText, String? fieldStartHintText, String? fieldEndHintText, String? fieldStartLabelText, String? fieldEndLabelText, Locale? locale, bool useRootNavigator = true, RouteSettings? routeSettings, TextDirection? textDirection, TransitionBuilder? builder}) Future<DateTimeRange?>
Shows a full screen modal dialog containing a Material Design date range picker.