core_kit 1.0.4
core_kit: ^1.0.4 copied to clipboard
A Flutter package bundling production-ready UI widgets, responsive layout helpers, Dio-based networking with token refresh, secure storage, and authentication modules.
1.0.4 #
- Warning fixed: Fixed linting warnings in
ck_auth_service.dartandrequest_builder.dart.
1.0.3 #
- License Update: Changed package license to MIT.
1.0.2 #
- Web & Multi-Platform Support: Replaced native
dart:ioimports withuniversal_ioto ensure seamless compatibility across all platforms, including Flutter Web. - Resolved Dependency Conflicts: Downgraded to stable releases of
file_picker(^11.0.2) andshare_plus(^12.0.2) to resolve win32 compatibility issues for web and desktop platforms. - Example App: Added a full Flutter example application demonstrating core layout helpers,
CkTransport,CkStorage,CkListViewpagination,CkAppBar, and form validations. - Dartdoc Documentation: Added comprehensive documentation comments to public APIs including
CoreKit,CoreKitConfig,CkResponse,CkTransportConfig, and others. - Design Guidelines: Documented best practices in
README.mdfor using native-likeCkwidgets and correctly applying responsive extensions (.w,.h,.sp,.r).