primekit_core 1.0.0 copy "primekit_core: ^1.0.0" to clipboard
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_core

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  primekit_core: ^1.0.0

Alternatively, 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';
0
likes
130
points
208
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Topics

#flutter #utilities #form #validation #dependency-injection

License

MIT (license)

Dependencies

collection, convert, crypto, flutter, intl, logger, uuid

More

Packages that depend on primekit_core