veee 0.10.0 copy "veee: ^0.10.0" to clipboard
veee: ^0.10.0 copied to clipboard

A Flutter package that provides a simple MVVM framework.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add veee

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

dependencies:
  veee: ^0.10.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:veee/veee.dart';
0
likes
110
pub points
23%
popularity

Publisher

verified publisherihsan.dev

A Flutter package that provides a simple MVVM framework.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on veee