karee_core 2.0.0 karee_core: ^2.0.0 copied to clipboard
Karee core files, Karee core represents a set of amazing libraries, that work together to offer very powerful MVC experience in Flutter App Development
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add karee_core
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
karee_core: ^2.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:karee_core/karee_core.dart';