Skip to content

Commit

Permalink
📝 >=3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 16, 2023
1 parent 3592d1b commit 83e4cdf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 34 deletions.
35 changes: 18 additions & 17 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@ Language: [English](README.md) | 中文

查看 [迁移指南][] 了解如何从破坏性改动中迁移为可用代码。

## 版本兼容

该插件仅保证能与 **stable 渠道的 Flutter SDK** 配合使用。
我们不会为其他渠道的 Flutter SDK 做实时支持。

| | 3.0 | 3.3 | 3.7 | 3.10 | 3.13 | 3.16 |
|--------|:---:|:---:|:---:|:----:|:----:|:----:|
| 8.7.0+ |||||||
| 8.7.0+ |||||||
| 8.5.0+ |||||||
| 8.4.0+ |||||||
| 8.0.0+ |||||||
| 7.3.0+ |||||||

如果在 `flutter pub get` 时遇到了 `resolve conflict` 失败问题,
请使用 `dependency_overrides` 解决。

## 主要使用的 package

该插件基于这些优秀的 package 构建:
Expand All @@ -49,14 +66,14 @@ Language: [English](README.md) | 中文

<!-- TOC -->
* [Flutter WeChat Assets Picker](#flutter-wechat-assets-picker)
* [版本兼容](#版本兼容)
* [主要使用的 package](#主要使用的-package)
* [特性 ✨](#特性-)
* [特别提醒 📝](#特别提醒-)
* [项目展柜 🖼️](#项目展柜-)
* [截图 📸](#截图-)
* [开始前的注意事项 ‼️](#开始前的注意事项-)
* [准备工作 🍭](#准备工作-)
* [版本兼容](#版本兼容)
* [Flutter](#flutter)
* [Android](#android)
* [权限](#权限)
Expand Down Expand Up @@ -141,22 +158,6 @@ Language: [English](README.md) | 中文

## 准备工作 🍭

### 版本兼容

该插件仅保证能与 **stable 渠道的 Flutter SDK** 配合使用。
我们不会为其他渠道的 Flutter SDK 做实时支持。

| | 3.0 | 3.3 | 3.7 | 3.10 | **3.13** |
|--------|:---:|:---:|:---:|:----:|:--------:|
| 8.7.0+ ||||||
| 8.5.0+ ||||||
| 8.4.0+ ||||||
| 8.0.0+ ||||||
| 7.3.0+ ||||||

如果在 `flutter pub get` 时遇到了 `resolve conflict` 失败问题,
请使用 `dependency_overrides` 解决。

### Flutter

执行 `flutter pub add wechat_assets_picker`
Expand Down
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@ The package is a standalone extension that can to be used with combination.

See the [Migration Guide][] to learn how to migrate between breaking changes.

## Versions compatibility

The package only guarantees to be working on **the stable version of Flutter**.
We won't update it in real-time to align with other channels of Flutter.

| | 3.0 | 3.3 | 3.7 | 3.10 | 3.13 | 3.16 |
|--------|:---:|:---:|:---:|:----:|:----:|:----:|
| 8.7.0+ |||||||
| 8.7.0+ |||||||
| 8.5.0+ |||||||
| 8.4.0+ |||||||
| 8.0.0+ |||||||
| 7.3.0+ |||||||

If you got a `resolve conflict` error when running `flutter pub get`,
please use `dependency_overrides` to fix it.

## Package credits

The package is built from these wonderful packages.
Expand All @@ -51,14 +68,14 @@ submit issues to our issue tracker first.

<!-- TOC -->
* [Flutter WeChat Assets Picker](#flutter-wechat-assets-picker)
* [Versions compatibility](#versions-compatibility)
* [Package credits](#package-credits)
* [Features ✨](#features-)
* [Notes 📝](#notes-)
* [Projects using this plugin 🖼️](#projects-using-this-plugin-)
* [Screenshots 📸](#screenshots-)
* [READ THIS FIRST ‼️](#read-this-first-)
* [Preparing for use 🍭](#preparing-for-use-)
* [Versions compatibility](#versions-compatibility)
* [Flutter](#flutter)
* [Android](#android)
* [Permissions](#permissions)
Expand Down Expand Up @@ -147,22 +164,6 @@ before you have any questions.

## Preparing for use 🍭

### Versions compatibility

The package only guarantees to be working on **the stable version of Flutter**.
We won't update it in real-time to align with other channels of Flutter.

| | 3.0 | 3.3 | 3.7 | 3.10 | **3.13** |
|--------|:---:|:---:|:---:|:----:|:--------:|
| 8.7.0+ ||||||
| 8.5.0+ ||||||
| 8.4.0+ ||||||
| 8.0.0+ ||||||
| 7.3.0+ ||||||

If you got a `resolve conflict` error when running `flutter pub get`,
please use `dependency_overrides` to fix it.

### Flutter

Run `flutter pub add wechat_assets_picker`,
Expand Down

0 comments on commit 83e4cdf

Please sign in to comment.