flutta_mvvm 1.0.3
flutta_mvvm: ^1.0.3 copied to clipboard
this is a mvvm plugin. make u project del build fastly
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutta_mvvm
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutta_mvvm: ^1.0.3
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:flutta_mvvm/flutter_mvvm.dart';
import 'package:flutta_mvvm/flutter_mvvm_method_channel.dart';
import 'package:flutta_mvvm/flutter_mvvm_platform_interface.dart';
import 'package:flutta_mvvm/style.dart';
import 'package:flutta_mvvm/value.dart';
import 'package:flutta_mvvm/view.dart';
import 'package:flutta_mvvm/view_model.dart';