native_updater/pubspec.yaml

27 lines
760 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
version: 1.1.1
2022-10-04 15:43:14 +07:00
homepage: https://github.com/ofload/native_updater
environment:
2024-09-25 12:02:25 +07:00
sdk: ">=2.12.0 <3.0.0"
2022-10-04 15:43:14 +07:00
dependencies:
flutter:
sdk: flutter
# package_info will help us to find current installed version of application.
2024-09-25 12:02:25 +07:00
package_info_plus: ^8.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.
2024-09-25 12:02:25 +07:00
url_launcher: ^6.3.0
2022-10-04 15:43:14 +07:00
# Enables In App Updates on Android using the official Android APIs.
2024-09-25 12:02:25 +07:00
in_app_update: ^4.2.3
2022-10-04 15:43:14 +07:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
assets:
- packages/native_updater/images/google_play.png