# update_app_flutter **Repository Path**: yhz-gitee/update_app_flutter ## Basic Information - **Project Name**: update_app_flutter - **Description**: flutter应用更新 - **Primary Language**: Dart - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-09-21 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # update_app_flutter ## Getting Started This project is a starting point for a Flutter [plug-in package](https://flutter.dev/developing-packages/), a specialized package that includes platform-specific implementation code for Android and/or iOS. For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. ======= #### 介绍 一个App更新插件,Android端提供下载功能和安装功能,IOS跳转到app store. #### 安装教程 update_app_flutter: git: url: https://gitee.com/yhz-gitee/update_app_flutter.git ref: master #### 使用说明 //更新 await UpdateAppFlutter.updateApp( url: 'https://', appleId: '66666666', versionName: '1.0.0'); //添加更新进度监听 UpdateAppFlutter.addDownloadProgress(this); #### 添加 Null safety 支持