Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 525 Bytes

bubble

LICENSE Badge 一个聊天气泡组件

用法

1.在 pubspec.yaml 中添加依赖

dependencies:
  bubble:
    git:
      url: https://github.com/yah0130/bubble.git

2.使用

Bubble(
  color: Colors.purple,
  child: Text(
    "你6666",
    style: TextStyle(color: Colors.white),
  ),
)