the_flutter_ui 0.2.2 copy "the_flutter_ui: ^0.2.2" to clipboard
the_flutter_ui: ^0.2.2 copied to clipboard

outdated

FlutterUI,轻便而高效的书写UI。

FlutterUI,轻便而高效的书写UI。

Features #

  • 链式调用
  • 简化代码
  • 高可读性
  • 便于维护

Getting started #

安装依赖:

  the_flutter_ui: 

Usage #

示例

Row(children: [
    const BlueButton("yes").marginOnly(left: 16),
    const SizedBox(width: 12),
    const WhiteOutlinedButton("no"),
    const Spacer(),
    const Text("free").fontSize(10).translate(0, -7)
]).roundedRect(6).paddingAll(8)

布局

  • padding
  • margin
  • aspectRatio
  • expanded
  • positioned 配合stack定位
尺寸
  • size
  • height
  • width

变换

  • translate
  • rotate
  • scale

颜色

  • backgroundColor
  • backgroundColorInt

效果

  • roundedRect 圆角

    • roundedRectVertical
    • roundedRectHorizontal
  • blur 模糊

    • blurExpanded 模糊+expanded

功能

  • action 点击等操作
  • onClick
  • onDoubleClick
  • onLongPress

组件

Text 官方组件 扩展

  • color
  • colorInt
  • fontSize

CircleAvatar 官方组件 扩展

  • border 边框

CoverCacheImage 缓存、Cover模式的image

GradientTabIndicator 渐变色tab指示器

Button

  • RRectButton 圆角图片
  • RRectOutlinedButton 圆角线框图片

Swiper 轮播器

Additional information #

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

3
likes
0
pub points
33%
popularity

Publisher

unverified uploader

FlutterUI,轻便而高效的书写UI。

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter

More

Packages that depend on the_flutter_ui