File tree Expand file tree Collapse file tree 1 file changed +25
-9
lines changed
Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments