z_ui

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

z ui

功能说明 #
目前是一些开发过程中需要用到的布局ui的二次封装,增加一些方便开发的方法等
copied to clipboard
安装方法 #
引用 #
pubspec.yaml文件dependencies:下增加以下内容引用:
z_ui:
git:
url: https://github.com/zrbyhelp/z_ui_flutter.git
copied to clipboard
安装 #
通过命令行安装该内容
copied to clipboard
$ pub get
..
copied to clipboard
使用方法 #
Row超集ZRow #
void main() {
///根据[spacing]长度分割内容的Row方法
ZRow.withSpacing(spacing: 12.2, children: []);

//根据[separated]组件分割内容的Row方法
ZRow.withSeparated(separated: SizedBox(width:10), children: []);
}
copied to clipboard
Column超集ZColumn #
void main() {
///根据[spacing]长度分割内容的Column方法
ZColumn.withSpacing(spacing: 12.2, children: []);

//根据[separated]组件分割内容的Column方法
ZColumn.withSeparated(separated: SizedBox(width:10), children: []);
}
copied to clipboard
附加信息 #
关于项目 #
目前处于需求收集阶段,如果有什么需要实现的相关功能,欢迎提交问题与提交分支.xiexie.
copied to clipboard
作者:zr #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.