mirror of
https://github.com/flutter/samples.git
synced 2025-11-13 19:08:41 +00:00
Drop build.yaml and simplify url_launcher usage (#177)
This commit is contained in:
@@ -4,6 +4,7 @@ PODS:
|
||||
- FlutterMacOS (1.0.0)
|
||||
- menubar (0.0.2):
|
||||
- FlutterMacOS
|
||||
- url_launcher (0.0.1)
|
||||
- url_launcher_macos (0.0.1):
|
||||
- FlutterMacOS
|
||||
|
||||
@@ -11,6 +12,7 @@ DEPENDENCIES:
|
||||
- file_chooser (from `Flutter/ephemeral/.symlinks/plugins/file_chooser/macos`)
|
||||
- FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64`)
|
||||
- menubar (from `Flutter/ephemeral/.symlinks/plugins/menubar/macos`)
|
||||
- url_launcher (from `Flutter/ephemeral/.symlinks/plugins/url_launcher/macos`)
|
||||
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
@@ -20,6 +22,8 @@ EXTERNAL SOURCES:
|
||||
:path: Flutter/ephemeral/.symlinks/flutter/darwin-x64
|
||||
menubar:
|
||||
:path: Flutter/ephemeral/.symlinks/plugins/menubar/macos
|
||||
url_launcher:
|
||||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher/macos
|
||||
url_launcher_macos:
|
||||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
||||
|
||||
@@ -27,6 +31,7 @@ SPEC CHECKSUMS:
|
||||
file_chooser: 24432cf5dc836722b05c11c2a0a30d19c3c9b996
|
||||
FlutterMacOS: 15bea8a44d2fa024068daa0140371c020b4b6ff9
|
||||
menubar: 4e3d461d62d775540277ce6639acafe2a111a231
|
||||
url_launcher: af78307ef9bafff91273b34f1c6c0c86a0004fd7
|
||||
url_launcher_macos: 77182d012b6b515c0955d24ed22b38f79b82a99d
|
||||
|
||||
PODFILE CHECKSUM: d8ba9b3e9e93c62c74a660b46c6fcb09f03991a7
|
||||
|
||||
Reference in New Issue
Block a user