fluvvm 2.4.2 copy "fluvvm: ^2.4.2" to clipboard
fluvvm: ^2.4.2 copied to clipboard

Fluvvm is a lightweight library that removes some boilerplate code from your Flutter apps that is using `provider` and the `MVVM` architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluvvm

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

dependencies:
  fluvvm: ^2.4.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:fluvvm/fluvvm.dart';
1
likes
160
pub points
10%
popularity

Publisher

verified publisherdennisaurus.dev

Fluvvm is a lightweight library that removes some boilerplate code from your Flutter apps that is using `provider` and the `MVVM` architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, provider

More

Packages that depend on fluvvm