Skip to content

Commit 5de0dd8

Browse files
committed
📝 Add projects section
1 parent 93cc604 commit 5de0dd8

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ that can be found in the LICENSE file. -->
44

55
# Changelog
66

7+
## 8.3.1+1
8+
9+
### Improvements
10+
11+
- Fix images and descriptions in `README`s.
12+
713
## 8.3.1
814

915
### New features

README-ZH.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Language: [English](README.md) | 中文
3939
* [Flutter WeChat Assets Picker](#flutter-wechat-assets-picker)
4040
* [特性 ✨](#特性-)
4141
* [特别提醒 📝](#特别提醒-)
42+
* [项目展柜 🖼️](#项目展柜-)
4243
* [截图 📸](#截图-)
4344
* [开始前的注意事项 ‼️](#开始前的注意事项-)
4445
* [准备工作 🍭](#准备工作-)
@@ -92,6 +93,12 @@ Language: [English](README.md) | 中文
9293
若要用于显示,请使用 `entity.file``AssetEntityImage` 进行处理。
9394
2. 由于 iOS 和 macOS 的系统限制,在获取音频时只能获取应用沙盒环境内的音频
9495

96+
## 项目展柜 🖼️
97+
98+
| name | pub | github |
99+
|:--------------------|:---------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------|
100+
| insta_assets_picker | [![pub package](https://img.shields.io/pub/v/insta_assets_picker)](https://pub.flutter-io.cn/packages/insta_assets_picker) | [![star](https://img.shields.io/github/stars/LeGoffMael/insta_assets_picker?style=social)](https://github.com/LeGoffMael/insta_assets_picker) |
101+
95102
## 截图 📸
96103

97104
| ![1](https://pic.alexv525.com/2021-07-05-picker_1.jpg) | ![2](https://pic.alexv525.com/2021-07-05-picker_2.jpg) | ![3](https://pic.alexv525.com/2021-07-05-picker_3.jpg) |

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ See the [Migration Guide][] to learn how to migrate between breaking changes.
4242
* [Flutter WeChat Assets Picker](#flutter-wechat-assets-picker)
4343
* [Features ✨](#features-)
4444
* [Notes 📝](#notes-)
45+
* [Projects using this plugin 🖼️](#projects-using-this-plugin-)
4546
* [Screenshots 📸](#screenshots-)
4647
* [READ THIS FIRST ‼️](#read-this-first-)
4748
* [Preparing for use 🍭](#preparing-for-use-)
@@ -97,6 +98,12 @@ See the [Migration Guide][] to learn how to migrate between breaking changes.
9798
Use `entity.file` or `AssetEntityImage` for them when displays.
9899
2. Due to limitations on iOS and macOS, audio can only be fetched within the sandbox.
99100

101+
## Projects using this plugin 🖼️
102+
103+
| name | pub | github |
104+
|:--------------------|:-----------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------|
105+
| insta_assets_picker | [![pub package](https://img.shields.io/pub/v/insta_assets_picker)](https://pub.dev/packages/insta_assets_picker) | [![star](https://img.shields.io/github/stars/LeGoffMael/insta_assets_picker?style=social)](https://github.com/LeGoffMael/insta_assets_picker) |
106+
100107
## Screenshots 📸
101108

102109
| ![1](https://pic.alexv525.com/2021-07-05-picker_1.jpg) | ![2](https://pic.alexv525.com/2021-07-05-picker_2.jpg) | ![3](https://pic.alexv525.com/2021-07-05-picker_3.jpg) |

0 commit comments

Comments
 (0)