express_app 0.0.2-b copy "express_app: ^0.0.2-b" to clipboard
express_app: ^0.0.2-b copied to clipboard

outdated

A package to easily separate the app into Routers, Controller, Models, and Views.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add express_app

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

dependencies:
  express_app: ^0.0.2-b

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:express_app/express.dart';
import 'package:express_app/route.dart';
import 'package:express_app/router.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A package to easily separate the app into Routers, Controller, Models, and Views.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on express_app