Skip to content

Commit b7c8d10

Browse files
committed
🎉 Release based_qr v1.0.1+1 🎉
1 parent 29244ed commit b7c8d10

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

packages/based_qr/CHANGELOG.md

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

3-
🔧Fix `context.isImpellerEngineEnabled`
7+
- 🔧 Fix `context.isImpellerEngineEnabled`
48

59
## 1.0.0
610

7-
🌞First commit
11+
- 🌞 First commit

packages/based_qr/README.md

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

6-
`Latest update: 2023-10-23 21:42:33`
7-
86
[📚 Introduction](#-Introduction)
97

108
[📸 Screenshots](#-Screenshots)
@@ -29,13 +27,13 @@ Inspired by [mesh_gradient](https://github.com/ben-fornefeld/mesh_gradient) & [f
2927

3028
# 📸 Screenshots
3129

32-
Try out [live example app](https://note-of-me.top/based_widget/)
30+
Try out [live example app](https://cierra-runis.github.io/based_flutter/)
3331

3432
# 📦 How to use
3533

3634
- Follow [Installing](https://pub.dev/packages/based_qr/install) to add `based_qr` to your `pubspec.yaml`
3735

38-
- For more information, see the example code at [example](https://github.com/Cierra-Runis/based_widget/blob/master/example/lib/main.dart)
36+
- For more information, see the example code at [example](https://github.com/Cierra-Runis/based_flutter/blob/master/example/lib/main.dart)
3937

4038
# ⏳ Rate of progress
4139

@@ -47,12 +45,12 @@ None
4745

4846
# 🧑‍💻 Contributor
4947

50-
<a href="https://github.com/Cierra-Runis/based_widget/graphs/contributors">
51-
<img src="https://contrib.rocks/image?repo=Cierra-Runis/based_widget" />
48+
<a href="https://github.com/Cierra-Runis/based_flutter/graphs/contributors">
49+
<img src="https://contrib.rocks/image?repo=Cierra-Runis/based_flutter" alt="contributors"/>
5250
</a>
5351

5452
# 🔦 Declaration
5553

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

58-
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
56+
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_qr/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: based_qr
22
description: A Based QR code Widget, Which Helps You Create A Beautiful QR code
3-
version: 1.0.1
4-
homepage: https://github.com/Cierra-Runis/based_widget/tree/master/packages/based_qr
3+
version: 1.0.1+1
4+
homepage: https://github.com/Cierra-Runis/based_flutter/tree/master/packages/based_qr
55

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

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)