keel 1.0.2 copy "keel: ^1.0.2" to clipboard
keel: ^1.0.2 copied to clipboard

A ViewModel based architecture for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keel

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

dependencies:
  keel: ^1.0.2

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:keel/keel.dart';
0
likes
90
pub points
37%
popularity

Publisher

verified publisherarklabs.nz

A ViewModel based architecture for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider, rxdart

More

Packages that depend on keel