upgrade library
Classes
- AndroidApkInstaller
- AndroidApkInstallerInitializer
- AndroidAppMarketInstaller
- AndroidAppMarketInstallerInitializer
- Appcast
- AppcastItem
- CurrentVersionManager
- CustomUpgradeDialog
- CustomUpgradeStatusIndicator
- CustomUpgradeView
- FileInstaller
- FileInstallerInitializer
- Installer
- InstallerHelper
- InstallInitializer
- IosAppStoreInstaller
- IosAppStoreInstallerInitializer
- MacOSAppStoreInstaller
- MacOSAppStoreInstallerInitializer
- SystemInstaller
- UpgradeInNative
-
An implementation of
UpgradePlatform
that uses method channels. - UpgradeManager
- UpgradeStateChangeNotifier
- Version
- Provides immutable storage and comparison of semantic version numbers.
Enums
Functions
-
defaultFileLocation(
String filename) → Future< File> - Finds an appropriate place on the user's device to put the file. In this case we are choosing to use the temp directory. This method is using the path_provider package to get that location.
-
getDefaultDir(
) → Future< Directory>