mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00

This reverts commit 5aef49b1c1
, except for the Flutter version pin, thus re-landing https://github.com/flutter/packages/pull/5793. Now that the tree is fixed, it can be re-landed for auto-publishing.
38 lines
832 B
YAML
38 lines
832 B
YAML
name: url_launcher_ios
|
|
description: iOS implementation of the url_launcher plugin.
|
|
repository: https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_ios
|
|
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
|
|
version: 6.2.3
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
flutter: ">=3.10.0"
|
|
|
|
flutter:
|
|
plugin:
|
|
implements: url_launcher
|
|
platforms:
|
|
ios:
|
|
pluginClass: URLLauncherPlugin
|
|
dartPluginClass: UrlLauncherIOS
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
url_launcher_platform_interface: ^2.2.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.3.3
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: 5.4.4
|
|
pigeon: ^11.0.1
|
|
plugin_platform_interface: ^2.1.7
|
|
test: ^1.16.3
|
|
|
|
topics:
|
|
- links
|
|
- os-integration
|
|
- url-launcher
|
|
- urls
|