tolyui_pop_panel 0.0.1+1 copy "tolyui_pop_panel: ^0.0.1+1" to clipboard
tolyui_pop_panel: ^0.0.1+1 copied to clipboard

A reusable Flutter bottom panel scaffold with a consistent header, content area, and optional footer.

TolyUI Pop Panel #

统一的 Flutter 底部弹出面板模板,提供拖拽条、标题栏、关闭按钮、有限高度内容区与可选底部操作区。

await TolyPopPanel.show<void>(
  context: context,
  title: '元素配置',
  child: const PropertyForm(),
);

确认类交互使用独立的统一面板:

final bool accepted = await TolyConfirmPanel.show(
  context: context,
  title: '隐私协议',
  message: '请先阅读并同意用户协议和隐私政策',
  cancelLabel: '取消',
  confirmLabel: '同意并继续',
);
0
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A reusable Flutter bottom panel scaffold with a consistent header, content area, and optional footer.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tolyui_pop_panel