primekit_core 1.0.0
primekit_core: ^1.0.0 copied to clipboard
Core building blocks for Flutter apps: validation schemas, async state management, dependency injection, result types, and common extensions. Zero heavy dependencies — ships as a pure Flutter package.
Changelog #
1.0.0 — 2026-03-07 #
Initial release of primekit_core, extracted from the monolithic primekit package.
Included modules #
- core:
Result<T>,PrimekitException,PrimekitConfig,PrimekitLogger, and extensions forString,List,Map, andDateTime - forms:
PkSchemavalidation engine — string, number, bool, date, list, object schemas with.refine()cross-field validation - async_state:
AsyncStateNotifier,AsyncStateValue,PaginatedState,AsyncBuilderwidget - di:
ServiceLocator,ServiceScope,PkServiceScopeWidget,Module