veto 0.0.15 copy "veto: ^0.0.15" to clipboard
veto: ^0.0.15 copied to clipboard

A lightweight MVVM state management solution inspired by the FilledStacks Stacked package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add veto

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

dependencies:
  veto: ^0.0.15

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:veto/veto.dart';
2
likes
150
points
94
downloads

Publisher

verified publisherultrawideturbodev.com

Weekly Downloads

A lightweight MVVM state management solution inspired by the FilledStacks Stacked package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, provider

More

Packages that depend on veto