dudv_base 1.3.0+3 copy "dudv_base: ^1.3.0+3" to clipboard
dudv_base: ^1.3.0+3 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.3.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:dudv_base/dudv_base.dart';
8
likes
110
pub points
40%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, fluttertoast, logger, permission_handler

More

Packages that depend on dudv_base