Git Product home page Git Product logo

flutter_update_app's Introduction

Update the app, pass in the updated address, and update the app. 更新app, 传入更新的地址, 进行app更新

The Android part is implemented using DownloadManager. If the file has been downloaded, install it directly. Android部分使用DownloadManager实现.若文件已下载, 则直接安装.

The Ios section does not support external updates, skip the App Store. Ios部分不支持外部更新, 跳转App Store.

Experience demo(体验Demo)

download apk(下载APK)

screen

How to use(如何使用)

import 'package:update_app/update_app.dart';

UpdateApp.updateApp(url: "apkPath",appleId:"375380948",title:"通知标题",description:"通知描述");

Features(特点)

Android part(Android部分)

  1. Download using DownloadManager 使用DownloadManager进行下载
  2. Monitor download completion broadcast 监听下载完成广播
  3. Adapt Android 6.0 Runtime Permissions Files are stored in the app directory, no need to apply for runtime permissions 适配Android 6.0运行时权限 文件存储在app目录, 不需要申请运行时权限
  4. Adapt Android 7.0FileProvider 适配Android 7.0FileProvider
  5. Adapt Android 8.0 installation permissions 适配Android 8.0安装权限
  6. Adapt [Android 9.0 Network Security Configuration] (https://developer.android.com/training/articles/security-config) 适配Android 9.0网络安全配置

IOS section(IOS部分)

  1. Jump to the app store 跳转应用商店

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.