简体中文 | English
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:.
- 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
Please download from Releases or visit the website of the navigation bar Online Demo.
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 |
Add the following dependencies to the pubspec.yaml
file:
dependencies:
bruno: version
import 'package:bruno/bruno.dart';
...
BrnBubbleText(
maxLines: 3,
text: 'I am first bubble text',
)
Reference custom theme.
Please read our Contributing first.
Thanks to all the developers who contributed to Bruno !
- Homepage
- All component
- Design concept
- Preparing for use
- Customize themes
- Frequently asked question
- Sketch usage
- Download of Design
As a complete set of standard components, Bruno references the open source packages:
- flutter_gifimage
- expansion_tile_card.dart
- photo_view
- flutter_intro
- flutter_badges
- lpinyin
- azlistview
- flutter_path_drawing
Thanks to the authors above.