Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/LianjiaTech/bruno

An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)
https://github.com/LianjiaTech/bruno

dart flutter ui-design uikit

Last synced: 24 days ago
JSON representation

An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)

Lists

README

        





Bruno


An enterprise-class package of Flutter components for mobile applications.

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/LianjiaTech/bruno/blob/master/LICENSE)

[简体中文](./README.md) | English

![](https://img.ljcdn.com/beike/zjz/bruno/img/1638883534391.png)

Bruno invites you to participate in the research! We will plan the roadmap according to your feedback. A community group has also been set up for developers to communicate and welcome to join:point_down:.

## ✨ Features

* Enterprise-class UI designed for mobile applications.
* A set of high-quality Flutter components out of the box.
* Provides the ability to customize theme for different businesses
* Design tools to improve the efficiency of all participants

### Demo download

Please download from [Releases](https://github.com/LianjiaTech/bruno/releases) or visit the website of the navigation bar [Online Demo](https://bruno.ke.com/page/demo).

## Adapted version of Flutter

| Bruno Version | Flutter SDK Version |
| ---------- | ---------------- |
| 1.0.0 | 1.22.4 |
| 2.0.0 | 2.2.2 |
| 2.1.1 (support nullsafety) | 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 |
| 3.3.0 | 3.7.0 |
| 3.4.0 | 3.10.0 |
| 3.4.1 | 3.10.0 |

## Preparing for use

Add the following dependencies to the `pubspec.yaml` file:

```dart
dependencies:
bruno: version
```

## Simple usage

```dart
import 'package:bruno/bruno.dart';
...
BrnBubbleText(
maxLines: 3,
text: 'I am first bubble text',
)
```

### 🌈 Customize themes

Reference [custom theme](https://bruno.ke.com/page/guide/theme).

## Contributing

Please read our [Contributing](https://bruno.ke.com/page/guide/contribution) first.

Thanks to all the developers who contributed to Bruno !
































































## 🔗 Links

- [Homepage](https://bruno.ke.com)
- [All component ](https://bruno.ke.com/page/widgets)
- [Design concept](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)
- [Preparing for use ](https://bruno.ke.com/page/guide/start)
- [Customize themes](https://bruno.ke.com/page/guide/theme)
- [Frequently asked question](https://bruno.ke.com/page/guide/faq)
- [Sketch usage](https://bruno.ke.com/page/guide/sketch)
- [Download of Design](https://bruno.ke.com/download/sketch)

## Acknowledgements

As a complete set of standard components, Bruno references the open source packages:

- [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)

Thanks to the authors above.