primekit 1.0.0 copy "primekit: ^1.0.0" to clipboard
primekit: ^1.0.0 copied to clipboard

unlisted

Modular Flutter toolkit: UI components, networking, storage, auth, crash reporting, notifications, media, permissions, routing, and more. No Firebase dependency — works with any backend.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add primekit

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

dependencies:
  primekit: ^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/primekit.dart';