Skip to content

Commit 7bd66d7

Browse files
committed
🎉 Release based_list v1.1.3+1 🎉
1 parent 2ae768b commit 7bd66d7

3 files changed

Lines changed: 36 additions & 33 deletions

File tree

packages/based_list/CHANGELOG.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,59 @@
1+
## 1.1.3+1
2+
3+
- 📖 Update README.md
4+
15
## 1.1.3
26

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

59
## 1.1.2
610

7-
1. 📖shrink `BasedListSection` column
11+
- 📖 shrink `BasedListSection` column
812

913
## 1.1.1
1014

11-
1. 📖Add `itemPadding` and `separator` to `BasedListSection`
15+
- 📖 Add `itemPadding` and `separator` to `BasedListSection`
1216

1317
## 1.1.0+1
1418

15-
1. 📖Add web demo
19+
- 📖 Add web demo
1620

1721
## 1.1.0
1822

19-
1. ⚠️Rename widgets
20-
2. ⚠️Redesign implementation
21-
3. ⚠️Rename badges's parma
22-
4. 🌍Add badgeThemeData
23-
5. 🌍Add `BasedCheckboxListTile`
23+
- ⚠️ Rename widgets
24+
- ⚠️ Redesign implementation
25+
- ⚠️ Rename badges's parma
26+
- 🌍 Add badgeThemeData
27+
- 🌍 Add `BasedCheckboxListTile`
2428

2529
## 1.0.6
2630

27-
1. 🔧Fix issue of scrollable of `BasedListSection`
31+
- 🔧 Fix issue of scrollable of `BasedListSection`
2832

2933
## 1.0.5
3034

31-
1. 🔧Fix issue of `BasedListSection` to hide title when `titleText.isEmpty`
35+
- 🔧 Fix issue of `BasedListSection` to hide title when `titleText.isEmpty`
3236

3337
## 1.0.4
3438

35-
1. 📖Add `titleTextStyle` `subTitleTextStyle` to `BasedListSection`
39+
- 📖 Add `titleTextStyle` `subTitleTextStyle` to `BasedListSection`
3640

3741
## 1.0.3
3842

39-
1. 📖Add `BasedListRadioTile`
40-
2. 📖Rename all classes end with `Title` to `Tile`
43+
- 📖 Add `BasedListRadioTile`
44+
- 📖 Rename all classes end with `Title` to `Tile`
4145

4246
## 1.0.2
4347

44-
1. 📖Add example
45-
2. 📖Add more param
46-
3. 🔧Fix issue of `BasedListSwitchTile`
47-
4. 🚀Enhance the performance by `RepaintBoundary`
48+
- 📖 Add example
49+
- 📖 Add more param
50+
- 🔧 Fix issue of `BasedListSwitchTile`
51+
- 🚀 Enhance the performance by `RepaintBoundary`
4852

4953
## 1.0.1
5054

51-
1. 🔧Fix issue at `detail` widget doesn't show up
55+
- 🔧 Fix issue at `detail` widget doesn't show up
5256

5357
## 1.0.0
5458

55-
1. 🌞Publish
59+
- 🌞 Publish

packages/based_list/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_list" width="96" alt="based_list" src="https://raw.githubusercontent.com/Cierra-Runis/based_widget/master/.github/imgs/based_list/icon.svg">
2+
<img id="based_list" width="96" alt="based_list" src="https://raw.githubusercontent.com/Cierra-Runis/based_flutter/master/.github/imgs/based_list/icon.svg">
33
<p>『 based_list - Based List! 』</p>
44
</div>
55

6-
`Latest update: 2023-09-20 20:40:10`
7-
86
[📚 Introduction](#-Introduction)
97

108
[📸 Screenshots](#-Screenshots)
@@ -29,13 +27,13 @@ A Based Sequence Of Widgets About List
2927

3028
WIP
3129

32-
Or try out [live example app](https://note-of-me.top/based_widget/).
30+
Or 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_list/install) to add `based_list` to your `pubspec.yaml`
3735

38-
- See the example code at [example](https://github.com/Cierra-Runis/based_widget/blob/master/example/lib/main.dart)
36+
- 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

@@ -53,12 +51,12 @@ None
5351

5452
# 🧑‍💻 Contributor
5553

56-
<a href="https://github.com/Cierra-Runis/based_widget/graphs/contributors">
57-
<img src="https://contrib.rocks/image?repo=Cierra-Runis/based_widget" />
54+
<a href="https://github.com/Cierra-Runis/based_flutter/graphs/contributors">
55+
<img src="https://contrib.rocks/image?repo=Cierra-Runis/based_flutter" alt="contributors"/>
5856
</a>
5957

6058
# 🔦 Declaration
6159

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

64-
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
62+
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_list/pubspec.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: based_list
22
description: A Based Sequence Of Widgets About List
3-
version: 1.1.3
4-
homepage: https://github.com/Cierra-Runis/based_widget/tree/master/packages/based_list
3+
version: 1.1.3+1
4+
homepage: https://github.com/Cierra-Runis/based_flutter/tree/master/packages/based_list
55

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

1010
dependencies:
1111
flutter:
@@ -15,3 +15,4 @@ dev_dependencies:
1515
flutter_lints: ^3.0.1
1616

1717
flutter:
18+
uses-material-design: true

0 commit comments

Comments
 (0)