kompkit_core 0.3.0-alpha.0
kompkit_core: ^0.3.0-alpha.0 copied to clipboard
Cross-platform utility functions for Flutter and Dart applications. Part of the KompKit ecosystem.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kompkit_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kompkit_core: ^0.3.0-alpha.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:kompkit_core/kompkit_core.dart';