flutter_match_parent 0.0.1 copy "flutter_match_parent: ^0.0.1" to clipboard
flutter_match_parent: ^0.0.1 copied to clipboard

Flutter 实现 Android 中的 match_parent 效果.

pub package

flutter_match_parent #

Flutter 实现 Android 中的 match_parent 效果.

screenshot

Installation #

安装最新版本 pub package

Quick Start #

导入对应的包, 使用 matchParent 扩展方法包裹需要实现 matchParent 效果的组件即可.

Widget(...).matchParent();

支持的属性:

/// 对齐方式
AlignmentDirectional alignment;

/// 是否撑满宽度
bool matchWidth;

/// 是否撑满高度
bool matchHeight;

license #

MIT License

Copyright (c) 2023 angcyo

2
likes
150
points
15
downloads
screenshot

Publisher

verified publisherangcyo.com

Weekly Downloads

Flutter 实现 Android 中的 match_parent 效果.

Repository (GitHub)
View/report issues

Topics

#flutter #android #ui #match #parent

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_match_parent