ecp_router_manager 1.0.3
ecp_router_manager: ^1.0.3 copied to clipboard
翼协云统一路由管理库,提供网络请求封装、状态管理、路由导航等 Flutter 快速开发脚手架功能。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ecp_router_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ecp_router_manager: ^1.0.3Alternatively, 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:ecp_router_manager/ecp_router_manager.dart';