Last updated:
0 purchases
ling long
自己用的工具集合,方便复用。
Features #
提供了一些基类,类似于mvcs框架的功能集合
Getting started #
BaseCommand - 同步命令基类
BaseAsyncCommand - 异步命令基类
BaseCtrl - 控制器基类
BaseService - 请求服务基类
SimpleService - 请求服务简单实现
BaseStatefulView - 带状态组件基类
BaseStatelessView - 无状态组件基类
DioApi - Dio客户端
ErrorHandler - 错误处理基类
SimpleErrorHandler - 错误处理的简单实现
SimpleLogger - 控制台打印
Usage #
Include short and useful examples for package users. Add longer examples
to /example folder.
const like = 'sample';
copied to clipboard
Additional information #
Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.