Skip to content

Commit 40b912b

Browse files
committed
🎉 Release based_avatar v1.0.4+1 🎉
1 parent 7ca8e3f commit 40b912b

3 files changed

Lines changed: 22 additions & 18 deletions

File tree

packages/based_avatar/CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1+
## 1.0.4+1
2+
3+
- 📖 Update README.md
4+
15
## 1.0.4
26

3-
📖Update repo link
7+
- 📖 Update repo link
48

59
## 1.0.3
610

7-
📖Set default size to 40
11+
- 📖 Set default size to 40
812

913
## 1.0.2
1014

11-
1. 🔧Fix when `zoomDistance` equals zero
12-
2. 📖Improve avatar border color in light mode
15+
- 🔧 Fix when `zoomDistance` equals zero
16+
- 📖 Improve avatar border color in light mode
1317

1418
## 1.0.1
1519

16-
📖Improve logic of BasedAvatar
17-
📖Add web demo
20+
- 📖 Improve logic of BasedAvatar
21+
- 📖 Add web demo
1822

1923
## 1.0.0
2024

21-
🌞First commit
25+
- 🌞 First commit

packages/based_avatar/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img id="based_avatar" width="96" alt="based_avatar" src="https://raw.githubusercontent.com/Cierra-Runis/based_widget/master/.github/imgs/based_avatar/icon.svg">
2+
<img id="based_avatar" width="96" alt="based_avatar" src="https://raw.githubusercontent.com/Cierra-Runis/based_flutter/master/.github/imgs/based_avatar/icon.svg">
33
<p>『 based_avatar - Based Avatar! 』</p>
44
</div>
55

@@ -29,13 +29,13 @@ A Based Widget For Building More Useful Avatar
2929

3030
WIP
3131

32-
Or try out [live example app](http://note-of-me.top/based_widget/)
32+
Or try out [live example app](http://cierra-runis.github.io/based_flutter/)
3333

3434
# 📦 How to use
3535

3636
- Follow [Installing](https://pub.dev/packages/based_avatar/install) to add `based_avatar` to your `pubspec.yaml`
3737

38-
- See the example code at [example](https://github.com/Cierra-Runis/based_widget/blob/master/example/lib/main.dart)
38+
- See the example code at [example](https://github.com/Cierra-Runis/based_flutter/blob/master/example/lib/main.dart)
3939

4040
# ⏳ Rate of progress
4141

@@ -48,12 +48,12 @@ None
4848

4949
# 🧑‍💻 Contributor
5050

51-
<a href="https://github.com/Cierra-Runis/based_widget/graphs/contributors">
52-
<img src="https://contrib.rocks/image?repo=Cierra-Runis/based_widget" />
51+
<a href="https://github.com/Cierra-Runis/based_flutter/graphs/contributors">
52+
<img src="https://contrib.rocks/image?repo=Cierra-Runis/based_flutter" alt="contributors"/>
5353
</a>
5454

5555
# 🔦 Declaration
5656

57-
[![License](https://img.shields.io/github/license/Cierra-Runis/based_widget)](https://github.com/Cierra-Runis/based_widget/blob/master/LICENSE)
57+
[![License](https://img.shields.io/github/license/Cierra-Runis/based_flutter)](https://github.com/Cierra-Runis/based_flutter/blob/master/LICENSE)
5858

59-
This project is licensed under the terms of the `MIT` license. See [LICENSE](https://github.com/Cierra-Runis/based_widget/blob/master/LICENSE) for more details
59+
This project is licensed under the terms of the `MIT` license. See [LICENSE](https://github.com/Cierra-Runis/based_flutter/blob/master/LICENSE) for more details

packages/based_avatar/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: based_avatar
22
description: A Based Widget For Building More Useful Avatar
3-
version: 1.0.4
4-
homepage: https://github.com/Cierra-Runis/based_widget/tree/master/packages/based_avatar
3+
version: 1.0.4+1
4+
homepage: https://github.com/Cierra-Runis/based_flutter/tree/master/packages/based_avatar
55

66
environment:
7-
sdk: ">=3.1.2 <4.0.0"
8-
flutter: ">=1.17.0"
7+
sdk: '>=3.1.2 <4.0.0'
8+
flutter: '>=1.17.0'
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)