idkit 0.3.0 idkit: ^0.3.0 copied to clipboard
idkit is a package that makes it easier for developers to develop projects, and contains a variety of functions and components.
0.0.1 #
This version is mainly to format the time.
- There are a variety of styles to choose from, and the display form canalso be customized.
- Friendly way to handle the specified time.
- Get the day of the week for the specified time.
- Add internationalization.
0.0.2 #
Solve the 0.0.1 version code analysis problem.
0.0.3 #
Solve the 0.0.2 version code analysis problem.
0.0.4 #
- Thousands of money formatting.
- Gap between widgets Convenience widget.
0.0.5 #
- Hexadecimal strings are directly converted to colors.
- Mobile phone number, bank card number, ID number desensitization and mobile phone number, bank card number formatting.
0.0.6 #
- Fix known issues.
0.0.7 #
- Add annotation to IDKitChoice widget.
- Added the ability to quickly add margins to common widgets.
0.0.8 #
- Add whether IDKitChoice can be completely canceled setting property.
- Add IDKitMultiFingerRecognizer finger number recognition widget.
0.0.9 #
- Add gesture recognition components to avoid multiple calls of system gestures.
- Optimize the implementation of component finger count recognition.
0.1.0 #
- Competitive timing for adding pinch gestures.
- Add callback methods for pressure-sensitive start, update, and end.
0.1.1 #
Update gesture monitoring and integrate pressure value and touch device type.
0.1.2 #
Fix logging of pressure types and setting pressure max and min values
0.1.3 #
extension of num, keep a value within a set range
0.1.4 #
Fix the problem that the initial point is missing when sliding.
0.1.5 #
Fix the abnormal problem of single point pressure value.
0.1.6 #
Fix the abnormal problem of single point pressure value.
0.1.7 #
Fix the abnormal problem of single point pressure value.
0.1.8 #
- Expand the number collection to support obtaining the average value, maximum value, and minimum value.
- Upgrade the IDKitChoice component, conveniently build widgets and data input and selection.
0.1.9 #
- Text style color opacity modification.
- With index value when traversing collection.
0.2.0 #
- Fix the problem of wrong judgment of numeric type.
- Extend the last element and the first element judgment method for the collection.
0.2.1 #
- Numeric conversion exception handling.
- Updated gesture handling to use new version.
0.2.2 #
- Optimize gesture processing rules.
- Redefine the class that loses points before drawing - PrePoint.
0.2.3 #
- Fix generic check error.
0.2.4 #
- Fix the problem that the finger quickly swipe the touch point inaccurately.
0.2.5 #
- Add a customizable sliding widget IDKitSlider , which includes one-way sliding mode (IDKitSlider.slider), two-way sliding mode (IDKitSlider.bilateeralSlider) and range sliding mode (IDKitSlider.rangeSlider).
- Add a one-way sliding track, which can highly customize the display style, such as: track gradient, etc.
- Add a two-way sliding track, which can highly customize the display style, such as: track gradient, etc.
- Increase the range of sliding tracks, which can be highly customized display styles, such as: track gradients, etc.
0.2.6 #
- Modify the creation method of IDKitSlider's bilateral track.
- Add UIImage direct loading widget IDKitImage widget, which contains various methods for directly loading images.
0.2.7 #
- Fixed the problem of failure to obtain the size of the image when loading.
0.2.8 #
- Fix the single-point pressure-free problem of gestures.
- Add log management function.
0.2.9 #
Upgrade the project log management tool, including log output theme color, log output style, log output decorator, log output separator decorator, and Chinese and English support.
0.3.0 #
Fix log issue.