Skip to content

Latest commit

 

History

History
179 lines (131 loc) · 6.08 KB

README.en-US.md

File metadata and controls

179 lines (131 loc) · 6.08 KB

Bruno

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

license

简体中文 | English

New components 🎉 🎉 🎉

BrnSwitchButton BrnSwitchFormItem BrnGeneralFormItem

✨ 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

If you cannot access the demo, you can directly watch Overview or download the APK file.

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

Preparing for use

Add the following dependencies to the pubspec.yaml file:

dependencies:
  bruno: version

Simple usage

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

🌈 Customize themes

Reference custom theme.

Contributing

Please read our Contributing first.

Thanks to all the developers who contributed to Bruno !

🔗 Links

Acknowledgements

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

Thanks to the authors above.