cdk library

Legacy entrypoint for Cupertino Desktop Kit (CDK).

Prefer importing package:flutter_cupertino_desktop_kit/flutter_cupertino_desktop_kit.dart.

Classes

CDKApp
CDKApp serves as the entry point for a customized Flutter application, managing the theme and color of the app.
CDKAppSidebars
CDKAppSidebarsController
CDKButton
A customizable button widget for Flutter applications.
CDKButtonCheckBox
CDKButtonColor
CDKButtonDisclosure
CDKButtonHelp
CDKButtonIcon
CDKButtonRadio
CDKButtonSelect
CDKButtonSidebar
CDKButtonsUpDown
CDKButtonSwitch
CDKDialogConfirm
CDKDialogController
CDKDialogDraggable
CDKDialogModal
CDKDialogPopover
CDKDialogPopoverArrowed
CDKDialogPrompt
CDKDialogsManager
CDKField360
CDKFieldColorHex
CDKFieldNumeric
CDKFieldNumericSlider
CDKFieldText
CDKPicker360
CDKPickerButtonsBar
CDKPickerButtonsSegmented
CDKPickerCheckList
CDKPickerColor
CDKPickerColorHSV
CDKPickerSlider
CDKPickerSliderChroma
CDKPickerSliderGradient
CDKPickerThemeColors
CDKProgressBar
CDKProgressCircular
CDKText
CDKTheme
CDKThemeColorTokens
CDKThemeElevationTokens
CDKThemeNotifier
CDKThemeRadiusTokens
CDKThemeRuntimeTokens
CDKThemeSpacingTokens
CDKThemeTypographyTokens
CDKUtilDisclosure
CDKUtilShaderGrid

Enums

CDKButtonStyle
Custom enum for button styles
CDKDialogPopoverType
CDKTextRole
CDKThemeAppearance
A class representing the theme configuration for a Flutter application.

Typedefs

CDKPromptSubmit = void Function(String value)
CDKPromptValidator = String? Function(String value)