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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add primekit_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
primekit_core: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:primekit_core/primekit_core.dart';