File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ English] ( ./README.md ) | 简体中文
2
+
3
+ # flutter_weui
4
+
5
+ [ ![ pub package] ( https://img.shields.io/pub/v/flutter_weui.svg )] ( https://pub.dartlang.org/packages/fluter_weui )
6
+
7
+ 一个根据WEUI设计的flutter ui包,包含有button、cell、dialog、 toast、article、actionsheet、icon等组件。
8
+
9
+ ## 使用
10
+
11
+ 要使用此插件包,请将flutter_weui作为依赖项添加到您的` pubspec.yaml ` 文件中。 详见[ dependency in your pubspec.yaml file] ( https://flutter.io/platform-plugins/ ) .
12
+
13
+ # 组件
14
+
15
+ - [ ` Button ` ] ( https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/button_example.dart )
16
+ - [ ` ActionSheet ` ] ( )
17
+ - [ ` Article ` ] ( )
18
+ - [ ` Cell ` ] ( )
19
+ - [ ` Dialog ` ] ( )
20
+ - [ ` Footer ` ] ( )
21
+ - [ ` LoadMore ` ] ( )
22
+ - [ ` MediaBox ` ] ( )
23
+ - [ ` Panel ` ] ( )
24
+ - [ ` Picker ` ] ( )
25
+ - [ ` Slider ` ] ( )
26
+ - [ ` Switch ` ] ( )
27
+ - [ ` Toast ` ] ( )
28
+ - [ ` TouchableHighlight ` ] ( )
29
+ - [ ` TouchableOpacity ` ] ( )
You can’t perform that action at this time.
0 commit comments