idkit library

Classes

ChoiceState<T extends Object>
Records the widget's state class.
CustomBilateralSilder
CustomRangeSlider
CustomSingleSlider
FloatingMarkInfo
The information object of the floating block.
IDKitChoice<T extends Object>
Widget to select function.
IDKitEndDetails
Zoom and move end gesture information
IDKitGestureRecognizer
IDKitImage
IDKitLog
IDKitSlider
IDKitStartDetails
Zoom and move start gesture information
IDKitTapDetails
Single point gesture
IDKitUpdateDetails
Zoom and move update gesture information
ImagePainter
image loading
LABColor
LogOption
Log option configuration.
PrePoint
TrackRangeInfo
Subscribers to the active track of the scope slide track.

Enums

ChoiceType
Choice Type
ColorImageStyle
The color corresponds to the style of the image.
ColorTheme
Color theme
Language
Language
LogMethod
Log output method.
LogMode
Log output mode
WMLocation
Watermark location

Mixins

CLog
ILog
TLog
Copywriting

Extensions

FloodingImage on Image
Flooding of images.
IDKitColor on Color
IDKitDateTime on DateTime
IDKitDesensitized on String
IDKitGap on num
IDKitInt on int
IDKitIterable on Iterable<T>
IDKitLabColor on LABColor
LAB type color extension.
IDKitList on List<T>
IDKitNull on dynamic
IDKitNumFormat on String
IDKitNumList on List<T>
IDKitOptionalStringList on String?
IDKitStringColor on String
IDKitStringList on String
IDKitTextStyle on TextStyle
Extension of text style.
IDKitThousandsNum on num
IDKitThousandsString on String
Number thousandths handling in string format.
IDKitWidgetPadding on Widget
IImage on Image
Some Convenience Handling of Fultter Images.
RangeNum on T
StringNull on String?
WMarkImage on Image
Image Watermark Extension.

Constants

defaultStyle → const String

Typedefs

ItemBuilder<T extends Object> = Widget Function(BuildContext context, bool state, T data)