Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 merge master to 2.2.x #1

Merged
merged 4 commits into from
Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## [0.0.1] - TODO: Add release date.
## [1.0.0] - first publish adapter flutter sdk 1.22.4.


* TODO: Describe initial release.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<h1 align="center">Bruno</h1>
<div align="center">

一套企业级移动端Flutter组件库
一套企业级移动端 Flutter 组件库

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

</div>

<div align="center">

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

</div>

Expand All @@ -27,11 +27,11 @@
## ✨ 特性

- 提炼自企业级移动端产品的交互和视觉风格
- 开箱即用的高质量Flutter组件
- 开箱即用的高质量 Flutter 组件
- 提供满足业务差异的主题定制能力
- 设计工具赋能开发全链路

### Demo下载
### Demo 下载

[Bruno for Android]()

Expand All @@ -40,7 +40,7 @@



## 适配Flutter版本
## 适配 Flutter 版本



Expand All @@ -53,7 +53,7 @@

## 接入

Flutter 工程中pubspec.yaml文件里加入以下依赖
Flutter 工程中 pubspec.yaml 文件里加入以下依赖

```dart
dependencies:
Expand Down Expand Up @@ -82,7 +82,7 @@ BrnBubbleText(

贡献之前请先阅读 [贡献指南]()。

感谢所有为Bruno做出贡献的开发者!
感谢所有为 Bruno 做出贡献的开发者!

<div style="display:flex;flex-wrap: wrap;">
<a href="https://github.com/violinday">
Expand Down Expand Up @@ -165,7 +165,7 @@ BrnBubbleText(

## 致谢

bruno作为整套标准组件,参考和引用部分开源库如下:
Bruno 作为整套标准组件,参考和引用部分开源库如下:

- [flutter_gifimage](https://github.com/peng8350/flutter_gifimage)
- [expansion_tile_card.dart](https://gist.github.com/Skylled/7ac0f2f99881f7df2a0a850e60ef2df0)
Expand Down
17 changes: 8 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: bruno
description: A new Flutter package project.
version: 0.0.1
author:
homepage:
description: An enterprise-class package of Flutter components for mobile applications.
version: 1.0.0
homepage: https://github.com/LianjiaTech/bruno

environment:
sdk: ">=2.1.0 <3.0.0"
Expand All @@ -13,11 +12,11 @@ dependencies:
xml: ^3.5.0
lpinyin: ^1.0.7
path_drawing: ^0.4.1
flutter_easyrefresh: 2.1.1
intl: 0.16.1
photo_view: 0.13.0
provider: 3.2.0
badges: 1.2.0
flutter_easyrefresh: ^2.1.1
intl: ^0.16.1
photo_view: ^0.13.0
provider: ^3.2.0
badges: ^1.2.0

dev_dependencies:
flutter_test:
Expand Down