forked from flutter-team-archive/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
21 lines (18 loc) · 660 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
21 lines (18 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: url_launcher_platform_interface
description: A common platform interface for the url_launcher plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 2.0.0
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ">=1.0.0 <3.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.0-nullsafety.7
pedantic: ^1.10.0
environment:
sdk: ">=2.12.0-2.12.0-259.9.beta <3.0.0"
flutter: ">=1.22.0"