maac_mvvm 0.1.3 copy "maac_mvvm: ^0.1.3" to clipboard
maac_mvvm: ^0.1.3 copied to clipboard

maac_mvvm is a package supporting easy MVVM pattern implementation without any dependency injection wrapping, allowing freedom of choice.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add maac_mvvm
copied to clipboard

With Flutter:

 $ flutter pub add maac_mvvm
copied to clipboard

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

dependencies:
  maac_mvvm: ^0.1.3
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:maac_mvvm/maac_mvvm.dart';
copied to clipboard
1
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.05 - 2025.01.17

maac_mvvm is a package supporting easy MVVM pattern implementation without any dependency injection wrapping, allowing freedom of choice.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, flutter, visibility_detector

More

Packages that depend on maac_mvvm