primekit_core

Core building blocks for Flutter apps — validation schemas, async state, DI, result types, and extensions.

pub version pub points license

Zero heavy dependencies — ships as a pure Flutter package.

Installation

dependencies:
  primekit_core: ^1.0.0

What's included

  • Result typesResult<S, F>, PrimekitException hierarchy
  • Async StateAsyncStateNotifier, AsyncBuilder, PaginatedStateNotifier
  • Forms — Zod-like schema validation: PkSchema, ValidationResult
  • DIServiceLocator, PkServiceScope, module system
  • Extensions — String, DateTime, List, Map utilities
  • Logger — Structured PrimekitLogger with log levels

Documentation

github.com/RoyLeibo/Primekit

License

MIT — see LICENSE.