# flutter-weui **Repository Path**: flutter-studio/flutter-weui ## Basic Information - **Project Name**: flutter-weui - **Description**: 一个根据WEUI设计的flutter ui包 - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 5 - **Created**: 2019-11-28 - **Last Updated**: 2021-09-08 ## Categories & Tags **Categories**: cross-platform-mobiledev **Tags**: None ## README [English](./README.md) | 简体中文 # flutter_weui [![pub package](https://img.shields.io/pub/v/flutter_weui.svg)](https://pub.dartlang.org/packages/fluter_weui) 一个根据WEUI设计的flutter ui包,包含有button、cell、dialog、 toast、article、actionsheet、icon等组件。 ## 使用 要使用此插件包,请将flutter_weui作为依赖项添加到您的`pubspec.yaml`文件中。 详见[dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). # 组件 - [`Button`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/button_example.dart) - [`ActionSheet`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/action_sheet_example.dart) - [`Article`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/article_example.dart) - [`Cell`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/cell_example.dart) - [`Dialog`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/dialog_example.dart) - [`Footer`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/footer_example.dart) - [`LoadMore`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/load_more_example.dart) - [`MediaBox`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/media_box_example.dart) - [`Panel`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/panel_example.dart) - [`Picker`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/picker_example.dart) - [`Slider`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/slider_example.dart) - [`Switch`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/slider_example.dart) - [`Toast`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/slider_example.dart) - [`TouchableHighlight`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/slider_example.dart) - [`TouchableOpacity`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/slider_example.dart) - [`PreView`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/preview_example.dart)