Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyme committed Feb 12, 2022
1 parent 239c1b0 commit ddabc85
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,35 @@ Android and IOS upgrade plugin.

> For the development of this plug-in, I haven't had a good meal for a long time. I hope you can click on the sponsor and give a little bit of money. Thank you!
## List
- [r_upgrade](#r_upgrade)
- [中文点此](#中文点此)
- [List](#list)
- [Getting Started](#getting-started)
- [1. Use Plugin:](#1-use-plugin)
- [2. Upgrade from your website ( Android or IOS )](#2-upgrade-from-your-website--android-or-ios-)
- [Android Platform](#android-platform)
- [1.Get android store list.](#1get-android-store-list)
- [2.Get version from android store.](#2get-version-from-android-store)
- [3. App upgrade from store.](#3-app-upgrade-from-store)
- [4. App upgrade from download link.](#4-app-upgrade-from-download-link)
- [1. Add Upgrade Download Listener](#1-add-upgrade-download-listener)
- [2. Upgrade your application](#2-upgrade-your-application)
- [3. Cancel Download](#3-cancel-download)
- [4. Install Apk](#4-install-apk)
- [5. Pause Download](#5-pause-download)
- [6. Continue Download](#6-continue-download)
- [7. Get the last upgrade id](#7-get-the-last-upgrade-id)
- [8. Get the download status from id](#8-get-the-download-status-from-id)
- [9. Increment Upgrade](#9-increment-upgrade)
- [10. Hot Upgrade](#10-hot-upgrade)
- [Android Platform Notification Bar](#android-platform-notification-bar)
- [IOS Platform](#ios-platform)
- [1.Go to the AppStore Upgrade](#1go-to-the-appstore-upgrade)
- [2.Get the last version form AppStore](#2get-the-last-version-form-appstore)
- [LICENSE](#license)


## Getting Started

### 1. Use Plugin:
Expand Down
30 changes: 30 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,36 @@ Android和IOS的升级应用插件==Flutter应用升级插件

![](screen/extension.png)

# 目录

- [r_upgrade](#r_upgrade)
- [外卖红包🧧](#外卖红包)
- [目录](#目录)
- [开始吧](#开始吧)
- [1.使用插件:](#1使用插件)
- [2.使用打开链接的方式进行更新(`Android``IOS`通用)](#2使用打开链接的方式进行更新android和ios通用)
- [Android平台](#android平台)
- [1.获取应用商店列表](#1获取应用商店列表)
- [2.获取对应的应用商店上架版本号](#2获取对应的应用商店上架版本号)
- [3.跳转到应用商店升级](#3跳转到应用商店升级)
- [4.通过下载链接进行apk下载](#4通过下载链接进行apk下载)
- [1.添加升级下载进度监听](#1添加升级下载进度监听)
- [2.立即升级你的应用](#2立即升级你的应用)
- [3. 取消下载](#3-取消下载)
- [4. 安装应用](#4-安装应用)
- [5. 暂停下载](#5-暂停下载)
- [6. 继续下载](#6-继续下载)
- [7. 获取最后一次下载的ID](#7-获取最后一次下载的id)
- [8. 获取ID对应的下载状态](#8-获取id对应的下载状态)
- [9. 增量升级](#9-增量升级)
- [10. 热更新](#10-热更新)
- [安卓平台通知栏](#安卓平台通知栏)
- [IOS平台](#ios平台)
- [1.跳转到AppStore进行更新](#1跳转到appstore进行更新)
- [2.获取AppStore中你的应用最后的版本名](#2获取appstore中你的应用最后的版本名)
- [LICENSE](#license)


## 开始吧

### 1.使用插件:
Expand Down

0 comments on commit ddabc85

Please sign in to comment.