Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 496 Bytes

README.zh.md

File metadata and controls

29 lines (19 loc) · 496 Bytes

sm_widget

简体中文 English

sm_widget 是一个 flutter 组件库,使用 dart 语言编写,包含了常用的 flutter widget 的实现。

安装

运行下面的命令:

Dart:

dart pub add sm_widget

Flutter:

flutter pub add sm_widget

或者在 pubspec.yaml 文件中添加依赖并运行dart pub get

dependencies:
  sm_widget: ^0.0.1