mvvm_service 1.1.1 copy "mvvm_service: ^1.1.1" to clipboard
mvvm_service: ^1.1.1 copied to clipboard

A Flutter-native service layer inspired by the MVVM pattern, managing services according to the widget lifecycle, without relying on Provider or Riverpod.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mvvm_service

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

dependencies:
  mvvm_service: ^1.1.1

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:mvvm_service/mvvm_service.dart';
0
likes
160
points
53
downloads

Publisher

verified publisherttangkong.dev

Weekly Downloads

A Flutter-native service layer inspired by the MVVM pattern, managing services according to the widget lifecycle, without relying on Provider or Riverpod.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on mvvm_service