dudv_base 1.1.6+9 dudv_base: ^1.1.6+9 copied to clipboard
Model–view–presenter (MVP) is a derivation of the model–view–controller (MVC) architectural pattern, and is used mostly for building user interfaces.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dudv_base
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dudv_base: ^1.1.6+9
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:dudv_base/dudv_base.dart';