lvsecoto / flutter_common

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

和业务无关的通用组件

特点

  1. common是和业务,品牌无关的通用组件,比如对riverpod的功能,图片选择器,也包括对Material Design的扩展
  2. 可利用全局主题来定制组件

开始

把这个包的github地址引入到pubspec.yaml

common:
  git:
    url: git@codeup.aliyun.com:6240585956f85235f7dd77d1/app/flutter_common.git
    ref: [指定版本]

用法

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

const like = 'sample';

Additional information

TODO: 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.

About

License:Other


Languages

Language:Dart 100.0%