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/
- Host: GitHub
- URL: https://github.com/flutter-studio/flutter-weui
- Owner: flutter-studio
- License: other
- Created: 2019-01-22T06:12:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T16:20:48.000Z (about 6 years ago)
- Last Synced: 2024-11-16T03:27:35.859Z (over 1 year ago)
- Topics: component, flutter, ui, weui
- Language: Dart
- Homepage:
- Size: 763 KB
- Stars: 33
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](./README_zh-CN.md)
# flutter_weui
[](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)