kickin 0.0.1-dev.6
kickin: ^0.0.1-dev.6 copied to clipboard
A Flutter package that makes developments easier by providing commonly used utilities and widgets with just simple initialization.(In Progress)
0.0.1-dev.6 #
- Refactored the public API for consistency by prefixing core widgets and utilities with
K. - Renamed isolate helpers to
KIsolate,KIsolateContinuous,KIsolateAccess, andKIsolateException. - Added
KApiResponsefor wrapping and transforming API responses. - Added
KScaffoldfor configurable app shells with built-in app bar and footer support. - Added shared motion and spacing tokens with
KCurvesandKSpacing. - Updated networking support to use
dio.
0.0.1-dev.5 #
- Refactored the API structure by renaming and reorganizing classes and removing the unused interface.
- Improved API documentation and internal cleanup, including removal of the unused cache mixin.
- Updated the package surface and tests to match the new API layout.
0.0.1-dev.4 #
- Improved exporting from library
0.0.1-dev.3 #
- Update docs
0.0.1-dev.2 #
- Introduced a some sets of utilities, extensions, and widgets to eliminate boilerplate.
- State Management: Added
Absorbhelpers, standardNotifiers, andPersistentNotifierfor Riverpod and Hive integration. - Storage: Added
KickinHivesingleton to seamlessly manage standard and secure local boxes. - Async & Background Tasks: Added
Resultfor safe async handling andSmartIsolatefor heavy workloads with progress updates. - Widgets: Added
ScaleGestureWrapper,AnimatedSizing,AdaptiveImage, andAppText. - Layouts: Added
SmoothListViewandSmoothCustomScrollViewfor Mac/Windows-like momentum scrolling, plus convenientTopPadding/BottomPaddingwidgets. - Extensions: Provided useful extensions on
BuildContext,num,String,Color, andProviderfor faster, cleaner layout and data parsing. - Overhauled and abstracted the
ApiBaseand API key configuration structures.
0.0.0-dev.1 #
Initializing project...