native_updater/pubspec.yaml

28 lines
779 B
YAML
Raw Normal View History

2022-10-04 15:43:14 +07:00
name: native_updater
description: Flutter package for prompting users to update with a native dialog whether using the app store version or any version at the user's discretion.
2022-10-04 18:20:11 +07:00
author: BrahimMan
2022-10-04 15:43:14 +07:00
2022-10-04 18:20:11 +07:00
version: 1.1.1
2022-10-04 15:43:14 +07:00
homepage: https://github.com/ofload/native_updater
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
# package_info will help us to find current installed version of application.
2023-07-07 13:42:29 +07:00
package_info_plus: ^4.0.2
2022-10-04 15:43:14 +07:00
# url_launcher will help us to trigger app store / play store url from our app.
2023-07-06 21:14:40 +07:00
url_launcher: ^6.1.11
2022-10-04 15:43:14 +07:00
# Enables In App Updates on Android using the official Android APIs.
2023-07-06 21:14:40 +07:00
in_app_update: ^4.1.4
2022-10-04 15:43:14 +07:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
assets:
- packages/native_updater/images/google_play.png