# bruno
**Repository Path**: Spring_Cloud_Sell/bruno
## Basic Information
- **Project Name**: bruno
- **Description**: kkkkkkkkkkkk
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: 3.x
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-05-29
- **Last Updated**: 2024-06-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Bruno
一套企业级移动端 Flutter 组件库
[](https://github.com/LianjiaTech/bruno/blob/master/LICENSE)
简体中文 | [English](./README.en-US.md)

**Bruno 项目组诚邀用户参与调研反馈,我们珍视每一位用户的建议并纳入到后续规划中。同时为了增进 Bruno 用户间交流要求,我们建立了社区群,欢迎大家加入**:point_down:

## ✨ 特性
- 提炼自企业级移动端产品的交互和视觉风格
- 开箱即用的高质量 Flutter 组件
- 提供满足业务差异的主题定制能力
- 设计工具赋能开发全链路
### Demo 下载
请从 [发版包](https://github.com/LianjiaTech/bruno/releases) 中获取,或访问官网导航栏中的 [在线演示](https://bruno.ke.com/page/demo) 功能
## 适配 Flutter 版本
| Bruno 版本 | Flutter SDK 版本 |
| ---------- | ---------------- |
| 1.0.0 | 1.22.4 |
| 2.0.0 | 2.2.2 |
| 2.1.1 (支持空安全) | 2.2.2 |
| 2.2.0 | 2.10.5 |
| 3.0.0 | 3.0.3 |
| 3.1.0 | 3.3.0 |
| 3.2.0 | 3.3.0 |
## 接入
Flutter 工程中 pubspec.yaml 文件里加入以下依赖:
```dart
dependencies:
bruno: version
```
## 示例
```dart
import 'package:bruno/bruno.dart';
...
BrnBubbleText(
maxLines: 3,
text: 'I am first bubble text',
)
```
### 🌈 主题定制
参考 [主题定制](https://bruno.ke.com/page/guide/theme) 文档
## 参与贡献
贡献之前请先阅读 [贡献指南](https://bruno.ke.com/page/guide/contribution)。
感谢所有为 Bruno 做出贡献的开发者!
## 🔗 链接
- [首页](https://bruno.ke.com)
- [所有组件](https://bruno.ke.com/page/widgets)
- [设计理念](https://mp.weixin.qq.com/s?__biz=MzIyODcxODY0OA==&mid=2247486048&idx=1&sn=0cc95bd85a54ce0f39f6247d15618ae8&chksm=e84ceb37df3b62216b34c7be041229630eca3d7c4fd3823ebf0520a9f2c99ed2cdf3e677904b&mpshare=1&scene=1&srcid=11012tvWvcYunVGfiPa8EfCT&sharer_sharetime=1635751229200&sharer_shareid=dbde8f595d5b99a8f5cfb27122964615&version=3.1.16.90294)
- [快速开始](https://bruno.ke.com/page/guide/start)
- [主题定制](https://bruno.ke.com/page/guide/theme)
- [常见问题](https://bruno.ke.com/page/guide/faq)
- [sketch 设计指引](https://bruno.ke.com/page/guide/sketch)
- [设计物料下载](https://bruno.ke.com/download/sketch)
## 致谢
Bruno 作为整套标准组件,参考和引用部分开源库如下:
- [flutter_gifimage](https://github.com/peng8350/flutter_gifimage)
- [expansion_tile_card.dart](https://gist.github.com/Skylled/7ac0f2f99881f7df2a0a850e60ef2df0)
- [photo_view](https://github.com/bluefireteam/photo_view)
- [flutter_intro](https://github.com/tal-tech/flutter_intro)
- [flutter_badges](https://github.com/yako-dev/flutter_badges)
- [lpinyin](https://github.com/flutterchina/lpinyin)
- [azlistview](https://github.com/flutterchina/azlistview)
- [flutter_path_drawing](https://github.com/dnfield/flutter_path_drawing)
感谢以上开源库的作者