kohana 1.0.7+8
kohana: ^1.0.7+8 copied to clipboard
State management (flutter_hooks based), validators, common models, event bus, responsive layout and more in one codebase.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kohanaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kohana: ^1.0.7+8Alternatively, 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:kohana/kohana.dart';