ws_flutter 1.0.1 copy "ws_flutter: ^1.0.1" to clipboard
ws_flutter: ^1.0.1 copied to clipboard

An enterprise-class package of Flutter components for mobile applications.

WS_Flutter

一套企业级移动端 Flutter 组件库

license

✨ 特性 #

  • 提炼自企业级移动端产品的交互和视觉风格
  • 开箱即用的高质量 Flutter 组件
  • 设计工具赋能开发全链路

Demo 下载 #

适配 Flutter 版本 #

WS_Flutter 版本 Flutter SDK 版本
1.0.0 3.3.0

接入 #

Flutter 工程中 pubspec.yaml 文件里加入以下依赖:

dependencies:
  ws_flutter: version
     

示例 #

import 'package:ws_flutter/ws_flutter.dart';
...
CenterDialog.showCenterDialog(
  context, '退出登录', '是否确定退出登录?', '确定', '取消',
    (positiveOrNegative) {
        if(positiveOrNegative){
          //确定
        } else{
          //取消
        } 
});

致谢 #

WS_Flutter 作为整套标准组件,参考和引用部分开源库如下:

感谢以上开源库的团队及作者

0
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

An enterprise-class package of Flutter components for mobile applications.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, fluttertoast

More

Packages that depend on ws_flutter