An open API service indexing awesome lists of open source software.

https://github.com/flutter-studio/flutter-weui

WEUI for Flutter https://flutter-studio.github.io/flutter-weui/
https://github.com/flutter-studio/flutter-weui

component flutter ui weui

Last synced: 8 months ago
JSON representation

WEUI for Flutter https://flutter-studio.github.io/flutter-weui/

Awesome Lists containing this project

README

          

English | [简体中文](./README_zh-CN.md)

# flutter_weui

[![pub package](https://img.shields.io/pub/v/flutter_weui.svg)](https://pub.dartlang.org/packages/fluter_weui)

A flutter UI plugin package for WEUI ,Including components such as button、cell、dialog、 toast、article、actionsheet、icon.

## Usage

To use this plugin, add `flutter_weui` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).

# Widgets

- [`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)