Skip to content

Commit dec9657

Browse files
committed
docs(README): add some widget descriptions
1 parent afc264a commit dec9657

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

README.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
1+
English | [简体中文](./README_zh-CN.md)
2+
13
# flutter_weui
24

3-
A new Flutter package.
5+
[![pub package](https://img.shields.io/pub/v/flutter_weui.svg)](https://pub.dartlang.org/packages/fluter_weui)
6+
7+
A flutter UI plugin package for WEUI ,Including components such as button、cell、dialog、 toast、article、actionsheet、icon.
8+
9+
## Usage
10+
11+
To use this plugin, add `flutter_weui` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
412

5-
## Getting Started
13+
# Widgets
614

7-
This project is a starting point for a Dart
8-
[package](https://flutter.io/developing-packages/),
9-
a library module containing code that can be shared easily across
10-
multiple Flutter or Dart projects.
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`]()
1130

12-
For help getting started with Flutter, view our
13-
[online documentation](https://flutter.io/docs), which offers tutorials,
14-
samples, guidance on mobile development, and a full API reference.

0 commit comments

Comments
 (0)