packagist_mvc 1.1.4 copy "packagist_mvc: ^1.1.4" to clipboard
packagist_mvc: ^1.1.4 copied to clipboard

基础MVC框架封装

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add packagist_mvc

With Flutter:

 $ flutter pub add packagist_mvc

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

dependencies:
  packagist_mvc: ^1.1.4

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:packagist_mvc/base/base_controller.dart';
import 'package:packagist_mvc/base/base_model.dart';
import 'package:packagist_mvc/base/base_page.dart';
import 'package:packagist_mvc/base/base_page_interface.dart';
import 'package:packagist_mvc/base/lifecycle_observer.dart';
import 'package:packagist_mvc/base/mvc_setting.dart';
import 'package:packagist_mvc/base/page_stack.dart';
import 'package:packagist_mvc/base/status_view.dart';
import 'package:packagist_mvc/mvc.dart';
1
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

基础MVC框架封装

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get

More

Packages that depend on packagist_mvc