自己用的工具集合,方便复用。

Features

提供了一些基类,类似于mvcs框架的功能集合

Getting started

  1. BaseCommand - 同步命令基类
  2. BaseAsyncCommand - 异步命令基类
  3. BaseCtrl - 控制器基类
  4. BaseService - 请求服务基类
  5. SimpleService - 请求服务简单实现
  6. BaseStatefulView - 带状态组件基类
  7. BaseStatelessView - 无状态组件基类
  8. DioApi - Dio客户端
  9. ErrorHandler - 错误处理基类
  10. SimpleErrorHandler - 错误处理的简单实现
  11. SimpleLogger - 控制台打印

Usage

Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

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.

Libraries

ling_long