kickin 0.0.1-dev.2
kickin: ^0.0.1-dev.2 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.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...