parent
743cf20e77
commit
975bc3b310
13 changed files with 690 additions and 1472 deletions
@ -1 +1,2 @@ |
|||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" |
||||||
#include "Generated.xcconfig" |
#include "Generated.xcconfig" |
||||||
|
@ -1 +1,2 @@ |
|||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" |
||||||
#include "Generated.xcconfig" |
#include "Generated.xcconfig" |
||||||
|
@ -1 +1,2 @@ |
|||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" |
||||||
#include "ephemeral/Flutter-Generated.xcconfig" |
#include "ephemeral/Flutter-Generated.xcconfig" |
||||||
|
@ -1 +1,2 @@ |
|||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" |
||||||
#include "ephemeral/Flutter-Generated.xcconfig" |
#include "ephemeral/Flutter-Generated.xcconfig" |
||||||
|
@ -0,0 +1,40 @@ |
|||||||
|
platform :osx, '10.11' |
||||||
|
|
||||||
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency. |
||||||
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true' |
||||||
|
|
||||||
|
project 'Runner', { |
||||||
|
'Debug' => :debug, |
||||||
|
'Profile' => :release, |
||||||
|
'Release' => :release, |
||||||
|
} |
||||||
|
|
||||||
|
def flutter_root |
||||||
|
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__) |
||||||
|
unless File.exist?(generated_xcode_build_settings_path) |
||||||
|
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \"flutter pub get\" is executed first" |
||||||
|
end |
||||||
|
|
||||||
|
File.foreach(generated_xcode_build_settings_path) do |line| |
||||||
|
matches = line.match(/FLUTTER_ROOT\=(.*)/) |
||||||
|
return matches[1].strip if matches |
||||||
|
end |
||||||
|
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \"flutter pub get\"" |
||||||
|
end |
||||||
|
|
||||||
|
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) |
||||||
|
|
||||||
|
flutter_macos_podfile_setup |
||||||
|
|
||||||
|
target 'Runner' do |
||||||
|
use_frameworks! |
||||||
|
use_modular_headers! |
||||||
|
|
||||||
|
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__)) |
||||||
|
end |
||||||
|
|
||||||
|
post_install do |installer| |
||||||
|
installer.pods_project.targets.each do |target| |
||||||
|
flutter_additional_macos_build_settings(target) |
||||||
|
end |
||||||
|
end |
@ -1,453 +0,0 @@ |
|||||||
# Generated by pub |
|
||||||
# See https://dart.dev/tools/pub/glossary#lockfile |
|
||||||
packages: |
|
||||||
async: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: async |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.5.0" |
|
||||||
boolean_selector: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: boolean_selector |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.1.0" |
|
||||||
characters: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: characters |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.1.0" |
|
||||||
charcode: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: charcode |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.2.0" |
|
||||||
clock: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: clock |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.1.0" |
|
||||||
collection: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: collection |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.15.0" |
|
||||||
crypto: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: crypto |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
csslib: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: csslib |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.17.0" |
|
||||||
cupertino_icons: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: cupertino_icons |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.0.2" |
|
||||||
fake_async: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: fake_async |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.2.0" |
|
||||||
ffi: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: ffi |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.0.0" |
|
||||||
file: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: file |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "6.1.0" |
|
||||||
file_picker: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: file_picker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
filesystem_picker: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: filesystem_picker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0-nullsafety.0" |
|
||||||
flutter: |
|
||||||
dependency: "direct main" |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.0" |
|
||||||
flutter_colorpicker: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_colorpicker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.4.0-nullsafety.0" |
|
||||||
flutter_keyboard_visibility: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_keyboard_visibility |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "5.0.0" |
|
||||||
flutter_keyboard_visibility_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_keyboard_visibility_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
flutter_keyboard_visibility_web: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_keyboard_visibility_web |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
flutter_plugin_android_lifecycle: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_plugin_android_lifecycle |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
flutter_quill: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
path: ".." |
|
||||||
relative: true |
|
||||||
source: path |
|
||||||
version: "1.1.0" |
|
||||||
flutter_test: |
|
||||||
dependency: "direct dev" |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.0" |
|
||||||
flutter_web_plugins: |
|
||||||
dependency: transitive |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.0" |
|
||||||
html: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: html |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.15.0" |
|
||||||
http: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: http |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.13.0" |
|
||||||
http_parser: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: http_parser |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "4.0.0" |
|
||||||
image_picker: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: image_picker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.7.3" |
|
||||||
image_picker_for_web: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: image_picker_for_web |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
image_picker_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: image_picker_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
js: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: js |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.6.3" |
|
||||||
matcher: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: matcher |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.12.10" |
|
||||||
meta: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: meta |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.3.0" |
|
||||||
path: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.8.0" |
|
||||||
path_provider: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: path_provider |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
path_provider_linux: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_linux |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
path_provider_macos: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_macos |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
path_provider_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
path_provider_windows: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_windows |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
pedantic: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: pedantic |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.11.0" |
|
||||||
photo_view: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: photo_view |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.11.1" |
|
||||||
platform: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: platform |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
plugin_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: plugin_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
process: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: process |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "4.1.0" |
|
||||||
quiver: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: quiver |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
sky_engine: |
|
||||||
dependency: transitive |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.99" |
|
||||||
source_span: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: source_span |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.8.0" |
|
||||||
stack_trace: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: stack_trace |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.10.0" |
|
||||||
stream_channel: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: stream_channel |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.1.0" |
|
||||||
string_scanner: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: string_scanner |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.1.0" |
|
||||||
string_validator: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: string_validator |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.3.0" |
|
||||||
term_glyph: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: term_glyph |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.2.0" |
|
||||||
test_api: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: test_api |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.2.19" |
|
||||||
tuple: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: tuple |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
typed_data: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: typed_data |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.3.0" |
|
||||||
universal_html: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: universal_html |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.4" |
|
||||||
universal_io: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: universal_io |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
url_launcher: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "6.0.2" |
|
||||||
url_launcher_linux: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_linux |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
url_launcher_macos: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_macos |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
url_launcher_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
url_launcher_web: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_web |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
url_launcher_windows: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_windows |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
vector_math: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: vector_math |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.1.0" |
|
||||||
win32: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: win32 |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
xdg_directories: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: xdg_directories |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.2.0" |
|
||||||
sdks: |
|
||||||
dart: ">=2.12.0 <3.0.0" |
|
||||||
flutter: ">=1.24.0-10.2.pre" |
|
@ -1,439 +0,0 @@ |
|||||||
# Generated by pub |
|
||||||
# See https://dart.dev/tools/pub/glossary#lockfile |
|
||||||
packages: |
|
||||||
async: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: async |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.5.0" |
|
||||||
boolean_selector: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: boolean_selector |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.1.0" |
|
||||||
characters: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: characters |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.1.0" |
|
||||||
charcode: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: charcode |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.2.0" |
|
||||||
clock: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: clock |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.1.0" |
|
||||||
collection: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: collection |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.15.0" |
|
||||||
crypto: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: crypto |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
csslib: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: csslib |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.17.0" |
|
||||||
fake_async: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: fake_async |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.2.0" |
|
||||||
ffi: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: ffi |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.0.0" |
|
||||||
file: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: file |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "6.1.0" |
|
||||||
file_picker: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: file_picker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
filesystem_picker: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: filesystem_picker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0-nullsafety.0" |
|
||||||
flutter: |
|
||||||
dependency: "direct main" |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.0" |
|
||||||
flutter_colorpicker: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: flutter_colorpicker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.4.0-nullsafety.0" |
|
||||||
flutter_keyboard_visibility: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: flutter_keyboard_visibility |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "5.0.0" |
|
||||||
flutter_keyboard_visibility_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_keyboard_visibility_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
flutter_keyboard_visibility_web: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_keyboard_visibility_web |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
flutter_plugin_android_lifecycle: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: flutter_plugin_android_lifecycle |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
flutter_test: |
|
||||||
dependency: "direct dev" |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.0" |
|
||||||
flutter_web_plugins: |
|
||||||
dependency: transitive |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.0" |
|
||||||
html: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: html |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.15.0" |
|
||||||
http: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: http |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.13.1" |
|
||||||
http_parser: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: http_parser |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "4.0.0" |
|
||||||
image_picker: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: image_picker |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.7.3" |
|
||||||
image_picker_for_web: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: image_picker_for_web |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
image_picker_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: image_picker_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
js: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: js |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.6.3" |
|
||||||
matcher: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: matcher |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.12.10" |
|
||||||
meta: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: meta |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.3.0" |
|
||||||
path: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.8.0" |
|
||||||
path_provider: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: path_provider |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
path_provider_linux: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_linux |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
path_provider_macos: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_macos |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
path_provider_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
path_provider_windows: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: path_provider_windows |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
pedantic: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: pedantic |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.11.0" |
|
||||||
photo_view: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: photo_view |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.11.1" |
|
||||||
platform: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: platform |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
plugin_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: plugin_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
process: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: process |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "4.1.0" |
|
||||||
quiver: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: quiver |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "3.0.0" |
|
||||||
sky_engine: |
|
||||||
dependency: transitive |
|
||||||
description: flutter |
|
||||||
source: sdk |
|
||||||
version: "0.0.99" |
|
||||||
source_span: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: source_span |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.8.0" |
|
||||||
stack_trace: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: stack_trace |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.10.0" |
|
||||||
stream_channel: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: stream_channel |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.1.0" |
|
||||||
string_scanner: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: string_scanner |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.1.0" |
|
||||||
string_validator: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: string_validator |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.3.0" |
|
||||||
term_glyph: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: term_glyph |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.2.0" |
|
||||||
test_api: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: test_api |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.2.19" |
|
||||||
tuple: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: tuple |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
typed_data: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: typed_data |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "1.3.0" |
|
||||||
universal_html: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: universal_html |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.4" |
|
||||||
universal_io: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: universal_io |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.1" |
|
||||||
url_launcher: |
|
||||||
dependency: "direct main" |
|
||||||
description: |
|
||||||
name: url_launcher |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "6.0.2" |
|
||||||
url_launcher_linux: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_linux |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
url_launcher_macos: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_macos |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
url_launcher_platform_interface: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_platform_interface |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.2" |
|
||||||
url_launcher_web: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_web |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
url_launcher_windows: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: url_launcher_windows |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.0" |
|
||||||
vector_math: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: vector_math |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.1.0" |
|
||||||
win32: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: win32 |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "2.0.4" |
|
||||||
xdg_directories: |
|
||||||
dependency: transitive |
|
||||||
description: |
|
||||||
name: xdg_directories |
|
||||||
url: "https://pub.dartlang.org" |
|
||||||
source: hosted |
|
||||||
version: "0.2.0" |
|
||||||
sdks: |
|
||||||
dart: ">=2.12.0 <3.0.0" |
|
||||||
flutter: ">=1.24.0-10.2.pre" |
|
Loading…
Reference in new issue