dudv_base 1.1.9+19 copy "dudv_base: ^1.1.9+19" to clipboard
dudv_base: ^1.1.9+19 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 Dart:

 $ dart pub add dudv_base

With Flutter:

 $ flutter pub add dudv_base

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

dependencies:
  dudv_base: ^1.1.9+19

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:dudv_base/dudv_base.dart';
8
likes
0
pub points
42%
popularity

Publisher

unverified uploader

Model–view–presenter (MVP) is a derivation of the model–view–controller (MVC) architectural pattern, and is used mostly for building user interfaces.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, fluttertoast, logger, permission_handler

More

Packages that depend on dudv_base