flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.13k stars 27.47k forks source link

flutter pub get doesnt work in linux for the first try and then works if i do it again manully #65491

Open fidelisakilan opened 4 years ago

fidelisakilan commented 4 years ago

Steps to Reproduce

  1. get flutter from the git clone to a directory, add to path and configure stuff
  2. create a new flutter project
  3. adding any dependencies to pubspec.yaml like flutter icons 4.saving with ctrl+s or right click get dependencies for the first time wont make any change and i can't import the package suggestions wont show and i have pub get second time to make it work like normal

Logs

`[ +96 ms] executing: [/home/akilan/src/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +22 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 81a45ec2e5f80fa71d5135f1702ce540558b416d [ ] executing: [/home/akilan/src/flutter/] git tag --contains HEAD [ +162 ms] Exit code 0 from: git tag --contains HEAD [ +1 ms] 1.21.0-9.2.pre [ +9 ms] executing: [/home/akilan/src/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +3 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/beta [ ] executing: [/home/akilan/src/flutter/] git ls-remote --get-url origin [ +3 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +41 ms] executing: [/home/akilan/src/flutter/] git rev-parse --abbrev-ref HEAD [ +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] beta [ +37 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +5 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ +47 ms] Creating project foo... [ +109 ms] foo/.gitignore (created) [ +11 ms] foo/foo.iml (created) [ +1 ms] foo/test/widget_test.dart (created) [ +7 ms] foo/.idea/libraries/KotlinJavaRuntime.xml (created) [ +1 ms] foo/.idea/libraries/Dart_SDK.xml (created) [ +1 ms] foo/.idea/runConfigurations/main_dart.xml (created) [ ] foo/.idea/workspace.xml (created) [ +1 ms] foo/.idea/modules.xml (created) [ +1 ms] foo/README.md (created) [ +1 ms] foo/pubspec.yaml (created) [ +2 ms] foo/.metadata (created) [ +1 ms] foo/lib/main.dart (created) [ +4 ms] foo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png (created) [ +1 ms] foo/android/app/src/main/res/drawable/launch_background.xml (created) [ ] foo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (created) [ ] foo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (created) [ ] foo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (created) [ ] foo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png (created) [ ] foo/android/app/src/main/res/values/styles.xml (created) [ ] foo/android/app/src/main/AndroidManifest.xml (created) [ +1 ms] foo/android/app/src/profile/AndroidManifest.xml (created) [ ] foo/android/app/src/debug/AndroidManifest.xml (created) [ ] foo/android/gradle/wrapper/gradle-wrapper.properties (created) [ ] foo/android/settings.gradle (created) [ ] foo/android/gradle.properties (created) [ ] foo/android/.gitignore (created) [ ] foo/web/favicon.png (created) [ +1 ms] foo/web/icons/Icon-192.png (created) [ ] foo/web/icons/Icon-512.png (created) [ ] foo/web/manifest.json (created) [ +1 ms] foo/web/index.html (created) [ +1 ms] foo/ios/Runner/Info.plist (created) [ +1 ms] foo/ios/Runner/Base.lproj/LaunchScreen.storyboard (created) [ ] foo/ios/Runner/Base.lproj/Main.storyboard (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png (created) [ ] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png (created) [ +2 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png (created) [ +2 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png (created) [ +1 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png (created) [ +1 ms] foo/ios/Runner.xcworkspace/contents.xcworkspacedata (created) [ +1 ms] foo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created) [ +1 ms] foo/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created) [ ] foo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata (created) [ ] foo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created) [ +3 ms] foo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created) [ +1 ms] foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (created) [ ] foo/ios/.gitignore (created) [ ] foo/ios/Flutter/AppFrameworkInfo.plist (created) [ ] foo/ios/Flutter/Release.xcconfig (created) [ ] foo/ios/Flutter/Debug.xcconfig (created) [ ] foo/ios/Runner/AppDelegate.swift (created) [ ] foo/ios/Runner/Runner-Bridging-Header.h (created) [ ] foo/ios/Runner.xcodeproj/project.pbxproj (created) [ +4 ms] foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (existing - skipped) [ ] foo/android/foo_android.iml (created) [ +1 ms] foo/android/app/build.gradle (created) [ +1 ms] foo/android/app/src/main/kotlin/com/example/foo/MainActivity.kt (created) [ ] foo/android/build.gradle (created) [ +45 ms] Running "flutter pub get" in foo... [ +4 ms] executing: [/home/akilan/foo/] /home/akilan/src/flutter/bin/cache/dart-sdk/bin/pub --verbose get --no-precompile [ +77 ms] FINE: Pub 2.10.0-7.3.beta [ +69 ms] MSG : Resolving dependencies... [ +1 ms] SLVR: fact: foo is 1.0.0+1 [ +5 ms] SLVR: derived: foo [ +24 ms] SLVR: fact: foo depends on flutter any from sdk [ ] SLVR: fact: foo depends on cupertino_icons ^0.1.3 [ ] SLVR: fact: foo depends on flutter_test any from sdk [ ] SLVR: selecting foo [ ] SLVR: derived: flutter_test any from sdk [ ] SLVR: derived: cupertino_icons ^0.1.3 [ ] SLVR: derived: flutter any from sdk [ +30 ms] IO : Get versions from https://pub.dartlang.org/api/packages/cupertino_icons. [ +16 ms] IO : HTTP GET https://pub.dartlang.org/api/packages/cupertino_icons [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | X-Pub-Reason: direct [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +546 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cupertino_icons [ +1 ms] | took 0:00:00.545375 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +42 ms] SLVR: fact: every version of flutter_test from sdk depends on async 2.5.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on boolean_selector 2.1.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on characters 1.1.0-nullsafety.2 [ ] SLVR: fact: every version of flutter_test from sdk depends on charcode 1.2.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on clock 1.1.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on collection 1.15.0-nullsafety.2 [ ] SLVR: fact: every version of flutter_test from sdk depends on fake_async 1.1.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on flutter any from sdk [ ] SLVR: fact: every version of flutter_test from sdk depends on matcher 0.12.10-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on meta 1.3.0-nullsafety.2 [ ] SLVR: fact: every version of flutter_test from sdk depends on path 1.8.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on source_span 1.8.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on stack_trace 1.10.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on stream_channel 2.1.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on string_scanner 1.1.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on term_glyph 1.2.0-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on test_api 0.2.19-nullsafety [ ] SLVR: fact: every version of flutter_test from sdk depends on typed_data 1.3.0-nullsafety.2 [ ] SLVR: fact: every version of flutter_test from sdk depends on vector_math 2.1.0-nullsafety.2 [ ] SLVR: selecting flutter_test 0.0.0 from sdk [ ] SLVR: derived: vector_math 2.1.0-nullsafety.2 [ ] SLVR: derived: typed_data 1.3.0-nullsafety.2 [ ] SLVR: derived: test_api 0.2.19-nullsafety [ ] SLVR: derived: term_glyph 1.2.0-nullsafety [ ] SLVR: derived: string_scanner 1.1.0-nullsafety [ ] SLVR: derived: stream_channel 2.1.0-nullsafety [ ] SLVR: derived: stack_trace 1.10.0-nullsafety [ ] SLVR: derived: source_span 1.8.0-nullsafety [ ] SLVR: derived: path 1.8.0-nullsafety [ ] SLVR: derived: meta 1.3.0-nullsafety.2 [ ] SLVR: derived: matcher 0.12.10-nullsafety [ ] SLVR: derived: fake_async 1.1.0-nullsafety [ ] SLVR: derived: collection 1.15.0-nullsafety.2 [ ] SLVR: derived: clock 1.1.0-nullsafety [ ] SLVR: derived: charcode 1.2.0-nullsafety [ ] SLVR: derived: characters 1.1.0-nullsafety.2 [ ] SLVR: derived: boolean_selector 2.1.0-nullsafety [ ] SLVR: derived: async 2.5.0-nullsafety [ +1 ms] IO : Get versions from https://pub.dartlang.org/api/packages/async. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/boolean_selector. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/characters. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/charcode. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/clock. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/collection. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/fake_async. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/matcher. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/meta. [ ] IO : Get versions from https://pub.dartlang.org/api/packages/path. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/async [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/boolean_selector [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/characters [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/charcode [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/clock [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/collection [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/fake_async [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/matcher [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/meta [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/path [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +255 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/async [ +1 ms] | took 0:00:00.266089 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +30 ms] IO : Get versions from https://pub.dartlang.org/api/packages/source_span. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/source_span [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +91 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/boolean_selector [ +1 ms] | took 0:00:00.396725 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ +1 ms] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +1 ms] IO : Get versions from https://pub.dartlang.org/api/packages/stack_trace. [ +1 ms] IO : HTTP GET https://pub.dartlang.org/api/packages/stack_trace [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +6 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/characters [ +1 ms] | took 0:00:00.419593 [ +1 ms] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/charcode [ ] | took 0:00:00.426141 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/clock [ ] | took 0:00:00.429178 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/collection [ ] | took 0:00:00.431384 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : Get versions from https://pub.dartlang.org/api/packages/stream_channel. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/stream_channel [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +1 ms] IO : Get versions from https://pub.dartlang.org/api/packages/string_scanner. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/string_scanner [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +1 ms] IO : Get versions from https://pub.dartlang.org/api/packages/term_glyph. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/term_glyph [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +6 ms] IO : Get versions from https://pub.dartlang.org/api/packages/test_api. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/test_api [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +2 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fake_async [ ] | took 0:00:00.457620 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/path [ ] | took 0:00:00.457172 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/meta [ ] | took 0:00:00.459654 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : Get versions from https://pub.dartlang.org/api/packages/typed_data. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/typed_data [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +5 ms] IO : Get versions from https://pub.dartlang.org/api/packages/vector_math. [ ] IO : HTTP GET https://pub.dartlang.org/api/packages/vector_math [ ] | Accept: application/vnd.pub.v2+json [ ] | X-Pub-OS: linux [ ] | X-Pub-Command: get [ ] | X-Pub-Session-ID: BA0B4795-AFFA-4559-B11D-CC091B45EF9A [ ] | X-Pub-Environment: flutter_cli:create [ ] | user-agent: Dart pub 2.10.0-7.3.beta [ +70 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/source_span [ ] | took 0:00:00.245613 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +7 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/matcher [ ] | took 0:00:00.557970 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:33 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +94 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stack_trace [ ] | took 0:00:00.254521 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:34 GMT [ +1 ms] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +25 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/term_glyph [ ] | took 0:00:00.246852 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:34 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +3 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stream_channel [ ] | took 0:00:00.267905 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:34 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/string_scanner [ ] | took 0:00:00.266555 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:34 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/test_api [ ] | took 0:00:00.258195 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:34 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +5 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/typed_data [ ] | took 0:00:00.258402 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:34 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +568 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/vector_math [ +1 ms] | took 0:00:00.818624 [ ] | transfer-encoding: chunked [ ] | date: Wed, 09 Sep 2020 17:13:34 GMT [ ] | content-encoding: gzip [ ] | vary: Accept-Encoding [ ] | strict-transport-security: max-age=31536000; preload [ ] | via: 1.1 google [ ] | content-type: application/json; charset="utf-8" [ ] | x-frame-options: SAMEORIGIN [ ] | x-xss-protection: 1; mode=block [ ] | x-content-type-options: nosniff [ ] | server: dart:io with Shelf [ +35 ms] SLVR: selecting cupertino_icons 0.1.3 [ +4 ms] SLVR: fact: every version of flutter from sdk depends on characters 1.1.0-nullsafety.2 [ ] SLVR: fact: every version of flutter from sdk depends on collection 1.15.0-nullsafety.2 [ ] SLVR: fact: every version of flutter from sdk depends on meta 1.3.0-nullsafety.2 [ ] SLVR: fact: every version of flutter from sdk depends on sky_engine any from sdk [ ] SLVR: fact: every version of flutter from sdk depends on typed_data 1.3.0-nullsafety.2 [ ] SLVR: fact: every version of flutter from sdk depends on vector_math 2.1.0-nullsafety.2 [ ] SLVR: selecting flutter 0.0.0 from sdk [ ] SLVR: derived: sky_engine any from sdk [ +6 ms] SLVR: selecting vector_math 2.1.0-nullsafety.2 [ +7 ms] SLVR: fact: typed_data >=1.3.0-nullsafety.2 depends on collection >=1.15.0-nullsafety <1.15.0 [ ] SLVR: selecting typed_data 1.3.0-nullsafety.2 [ +6 ms] SLVR: fact: test_api >=0.2.19-nullsafety depends on async >=2.5.0-nullsafety <2.5.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on boolean_selector >=2.1.0-nullsafety <2.1.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on collection >=1.15.0-nullsafety <1.15.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on matcher >=0.12.10-nullsafety <0.12.10 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on meta >=1.3.0-nullsafety <1.3.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on path >=1.8.0-nullsafety <1.8.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on source_span >=1.8.0-nullsafety <1.8.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on stack_trace >=1.10.0-nullsafety <1.10.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on stream_channel >=2.1.0-nullsafety <2.1.0 [ +1 ms] SLVR: fact: test_api >=0.2.19-nullsafety depends on string_scanner >=1.1.0-nullsafety <1.1.0 [ ] SLVR: fact: test_api >=0.2.19-nullsafety depends on term_glyph >=1.2.0-nullsafety <1.2.0 [ ] SLVR: selecting test_api 0.2.19-nullsafety [ +1 ms] SLVR: selecting term_glyph 1.2.0-nullsafety [ +6 ms] SLVR: fact: string_scanner >=1.1.0-nullsafety depends on charcode >=1.2.0-nullsafety <1.2.0 [ ] SLVR: fact: string_scanner >=1.1.0-nullsafety depends on source_span

=1.8.0-nullsafety <1.8.0 [ ] SLVR: selecting string_scanner 1.1.0-nullsafety [ +6 ms] SLVR: fact: stream_channel >=2.1.0-nullsafety depends on async >=2.5.0-nullsafety <2.5.0 [ ] SLVR: selecting stream_channel 2.1.0-nullsafety [ +6 ms] SLVR: fact: stack_trace >=1.10.0-nullsafety depends on path >=1.8.0-nullsafety <1.8.0 [ ] SLVR: selecting stack_trace 1.10.0-nullsafety [ +10 ms] SLVR: fact: source_span >=1.8.0-nullsafety depends on charcode =1.2.0-nullsafety <1.2.0 [ ] SLVR: fact: source_span >=1.8.0-nullsafety depends on collection =1.15.0-nullsafety <1.15.0 [ ] SLVR: fact: source_span >=1.8.0-nullsafety depends on path >=1.8.0-nullsafety <1.8.0 [ ] SLVR: fact: source_span >=1.8.0-nullsafety depends on term_glyph =1.2.0-nullsafety <1.2.0 [ +1 ms] SLVR: selecting source_span 1.8.0-nullsafety [ +6 ms] SLVR: selecting path 1.8.0-nullsafety [ +5 ms] SLVR: selecting meta 1.3.0-nullsafety.2 [ +4 ms] SLVR: fact: matcher >=0.12.10-nullsafety depends on stack_trace =1.10.0-nullsafety <1.10.0 [ ] SLVR: selecting matcher 0.12.10-nullsafety [ +5 ms] SLVR: fact: fake_async >=1.1.0-nullsafety <1.1.0 depends on clock =1.1.0-nullsafety <1.1.0 [ ] SLVR: fact: fake_async >=1.1.0-nullsafety <1.1.0 depends on collection =1.15.0-nullsafety <1.15.0 [ ] SLVR: selecting fake_async 1.1.0-nullsafety [ +2 ms] SLVR: selecting collection 1.15.0-nullsafety.2 [ +7 ms] SLVR: selecting clock 1.1.0-nullsafety [ +9 ms] SLVR: selecting charcode 1.2.0-nullsafety [ +4 ms] SLVR: selecting characters 1.1.0-nullsafety.2 [ +5 ms] SLVR: fact: boolean_selector >=2.1.0-nullsafety depends on source_span >=1.8.0-nullsafety <1.8.0 [ ] SLVR: fact: boolean_selector >=2.1.0-nullsafety depends on string_scanner >=1.1.0-nullsafety <1.1.0 [ ] SLVR: selecting boolean_selector 2.1.0-nullsafety [ +3 ms] SLVR: fact: async >=2.5.0-nullsafety depends on collection =1.15.0-nullsafety <1.15.0 [ ] SLVR: selecting async 2.5.0-nullsafety [ ] SLVR: selecting sky_engine 0.0.99 from sdk [ +2 ms] SLVR: Version solving took 0:00:02.167440 seconds. [ ] | Tried 1 solutions. [ ] FINE: Resolving dependencies finished (2.178s). [ +6 ms] MSG : + async 2.5.0-nullsafety [ ] | + boolean_selector 2.1.0-nullsafety [ ] | + characters 1.1.0-nullsafety.2 [ ] | + charcode 1.2.0-nullsafety [ ] | + clock 1.1.0-nullsafety [ ] | + collection 1.15.0-nullsafety.2 [ ] | + cupertino_icons 0.1.3 (1.0.0 available) [ ] | + fake_async 1.1.0-nullsafety (1.1.0 available) [ ] | + flutter 0.0.0 from sdk flutter [ ] | + flutter_test 0.0.0 from sdk flutter [ ] | + matcher 0.12.10-nullsafety [ ] | + meta 1.3.0-nullsafety.2 [ ] | + path 1.8.0-nullsafety [ ] | + sky_engine 0.0.99 from sdk flutter [ ] | + source_span 1.8.0-nullsafety [ ] | + stack_trace 1.10.0-nullsafety [ ] | + stream_channel 2.1.0-nullsafety [ ] | + string_scanner 1.1.0-nullsafety [ ] | + term_glyph 1.2.0-nullsafety [ ] | + test_api 0.2.19-nullsafety [ ] | + typed_data 1.3.0-nullsafety.2 [ ] | + vector_math 2.1.0-nullsafety.2 [ +25 ms] IO : Writing 3658 characters to text file ./pubspec.lock. [ ] FINE: Contents: [ ] | # 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-nullsafety" [ ] | boolean_selector: [ ] | dependency: transitive [ ] | description: [ ] | name: boolean_selector [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "2.1.0-nullsafety" [ ] | characters: [ ] | dependency: transitive [ ] | description: [ ] | name: characters [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.1.0-nullsafety.2" [ ] | charcode: [ ] | dependency: transitive [ ] | description: [ ] | name: charcode [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.2.0-nullsafety" [ ] | clock: [ ] | dependency: transitive [ ] | description: [ ] | name: clock [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.1.0-nullsafety" [ ] | collection: [ ] | dependency: transitive [ ] | description: [ ] | name: collection [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.15.0-nullsafety.2" [ ] | cupertino_icons: [ ] | dependency: "direct main" [ ] | description: [ ] | name: cupertino_icons [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "0.1.3" [ ] | fake_async: [ ] | dependency: transitive [ ] | description: [ ] | name: fake_async [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.1.0-nullsafety" [ ] | flutter: [ ] | dependency: "direct main" [ ] | description: flutter [ ] | source: sdk [ ] | version: "0.0.0" [ ] | flutter_test: [ ] | dependency: "direct dev" [ ] | description: flutter [ ] | source: sdk [ ] | version: "0.0.0" [ ] | matcher: [ ] | dependency: transitive [ ] | description: [ ] | name: matcher [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "0.12.10-nullsafety" [ ] | meta: [ ] | dependency: transitive [ ] | description: [ ] | name: meta [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.3.0-nullsafety.2" [ ] | path: [ ] | dependency: transitive [ ] | description: [ ] | name: path [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.8.0-nullsafety" [ ] | 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-nullsafety" [ ] | stack_trace: [ ] | dependency: transitive [ ] | description: [ ] | name: stack_trace [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.10.0-nullsafety" [ ] | stream_channel: [ ] | dependency: transitive [ ] | description: [ ] | name: stream_channel [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "2.1.0-nullsafety" [ ] | string_scanner: [ ] | dependency: transitive [ ] | description: [ ] | name: string_scanner [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.1.0-nullsafety" [ ] | term_glyph: [ ] | dependency: transitive [ ] | description: [ ] | name: term_glyph [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.2.0-nullsafety" [ ] | test_api: [ ] | dependency: transitive [ ] | description: [ ] | name: test_api [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "0.2.19-nullsafety" [ ] | typed_data: [ ] | dependency: transitive [ ] | description: [ ] | name: typed_data [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "1.3.0-nullsafety.2" [ ] | vector_math: [ ] | dependency: transitive [ ] | description: [ ] | name: vector_math [ ] | url: "https://pub.dartlang.org" [ ] | source: hosted [ ] | version: "2.1.0-nullsafety.2" [ ] | sdks: [ ] | dart: ">=2.10.0-0.0.dev <2.10.0" [ +1 ms] IO : Writing 2137 characters to text file ./.packages. [ ] FINE: Contents: [ ] | # Generated by pub on 2020-09-09 22:43:35.021051. [ ] | async:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety/lib/ [ ] | boolean_selector:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety/lib/ [ ] | characters:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.2/lib/ [ ] | charcode:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety/lib/ [ ] | clock:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety/lib/ [ ] | collection:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.2/lib/ [ ] | cupertino_icons:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3/lib/ [ ] | fake_async:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0-nullsafety/lib/ [ ] | flutter:file:///home/akilan/src/flutter/packages/flutter/lib/ [ ] | flutter_test:file:///home/akilan/src/flutter/packages/flutter_test/lib/ [ ] | matcher:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety/lib/ [ ] | meta:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.2/lib/ [ ] | path:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety/lib/ [ ] | sky_engine:file:///home/akilan/src/flutter/bin/cache/pkg/sky_engine/lib/ [ ] | source_span:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety/lib/ [ ] | stack_trace:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety/lib/ [ ] | stream_channel:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety/lib/ [ ] | string_scanner:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety/lib/ [ ] | term_glyph:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety/lib/ [ ] | test_api:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety/lib/ [ ] | typed_data:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.2/lib/ [ ] | vector_math:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.2/lib/ [ ] | foo:lib/ [ ] IO : Writing 4657 characters to text file ./.dart_tool/package_config.json. [ ] FINE: Contents: [ ] | { [ ] | "configVersion": 2, [ ] | "packages": [ [ ] | { [ ] | "name": "async", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "boolean_selector", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "characters", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.2", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "charcode", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "clock", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "collection", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.2", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "cupertino_icons", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.0" [ ] | }, [ ] | { [ ] | "name": "fake_async", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "flutter", [ ] | "rootUri": "file:///home/akilan/src/flutter/packages/flutter", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "flutter_test", [ ] | "rootUri": "file:///home/akilan/src/flutter/packages/flutter_test", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.2" [ ] | }, [ ] | { [ ] | "name": "matcher", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "meta", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.2", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "path", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "sky_engine", [ ] | "rootUri": "file:///home/akilan/src/flutter/bin/cache/pkg/sky_engine", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "1.11" [ ] | }, [ ] | { [ ] | "name": "source_span", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "stack_trace", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "stream_channel", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "string_scanner", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "term_glyph", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "test_api", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "typed_data", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.2", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "vector_math", [ ] | "rootUri": "file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.2", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.10" [ ] | }, [ ] | { [ ] | "name": "foo", [ ] | "rootUri": "../", [ ] | "packageUri": "lib/", [ ] | "languageVersion": "2.7" [ ] | } [ ] | ], [ ] | "generated": "2020-09-09T17:13:35.032838Z", [ ] | "generator": "pub", [ ] | "generatorVersion": "2.10.0-7.3.beta" [ ] | } [ ] MSG : Changed 22 dependencies! [ +14 ms] Running "flutter pub get" in foo... (completed in 2.4s) [ +122 ms] Generating /home/akilan/foo/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +4 ms] Wrote 76 files. [ ] All done! [ +13 ms] executing: /home/akilan/android-studio/jre/bin/java -version [ +44 ms] Exit code 0 from: /home/akilan/android-studio/jre/bin/java -version [ ] openjdk version "1.8.0_242-release" OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode) [ +12 ms] executing: /home/akilan/android-studio/jre/bin/java -version [ +45 ms] Exit code 0 from: /home/akilan/android-studio/jre/bin/java -version [ ] openjdk version "1.8.0_242-release" OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode) [ +4 ms] executing: [/home/akilan/src/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%ar [ +3 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar [ ] 13 days ago [ +7 ms] executing: /home/akilan/src/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot [ +3 ms] Exit code 255 from: /home/akilan/src/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot [ ] At least one input is required Usage: gen_snapshot [] []

       Common options:                                                             
       --help                                                                      
         Display this message (add --verbose for information about all VM options).
       --version                                                                   
         Print the SDK version.                                                    

       To create a core snapshot:                                                  
       --snapshot_kind=core                                                        
       --vm_snapshot_data=<output-file>                                            
       --isolate_snapshot_data=<output-file>                                       
       <dart-kernel-file>                                                          

       To create an AOT application snapshot as assembly suitable for compilation  
       as a static or dynamic library:                                             
       --snapshot_kind=app-aot-assembly                                            
       --assembly=<output-file>                                                    
       [--strip]                                                                   
       [--obfuscate]                                                               
       [--save-debugging-info=<debug-filename>]                                    
       [--save-obfuscation-map=<map-filename>]                                     
       <dart-kernel-file>                                                          

       To create an AOT application snapshot as an ELF shared library:             
       --snapshot_kind=app-aot-elf                                                 
       --elf=<output-file>                                                         
       [--strip]                                                                   
       [--obfuscate]                                                               
       [--save-debugging-info=<debug-filename>]                                    
       [--save-obfuscation-map=<map-filename>]                                     
       <dart-kernel-file>                                                          

       AOT snapshots can be obfuscated: that is all identifiers will be renamed    
       during compilation. This mode is enabled with --obfuscate flag. Mapping     
       between original and obfuscated names can be serialized as a JSON array     
       using --save-obfuscation-map=<filename> option. See dartbug.com/30524       
       for implementation details and limitations of the obfuscation pass.

[ +6 ms] java -version [ +58 ms] executing: /home/akilan/Android/Sdk/cmdline-tools/latest/bin/sdkmanager --licenses [+1023 ms] executing: /home/akilan/Android/Sdk/platform-tools/adb devices -l [ +9 ms] List of devices attached [ +42 ms] executing: /home/akilan/Android/Sdk/platform-tools/adb devices -l [ +4 ms] List of devices attached [ +2 ms] [✓] Flutter: is fully installed. (Channel beta, 1.21.0-9.2.pre, on Linux, locale en_IN) [✓] Android toolchain - develop for Android devices: is fully installed. (Android SDK version 30.0.1) [✓] Chrome - develop for the web: is fully installed. [✓] Android Studio: is fully installed. (version 4.0) [✓] VS Code: is fully installed. (version 1.48.2) [✓] Connected device: is fully installed. (2 available)

[ +2 ms] In order to run your application, type:

         $ cd foo
         $ flutter run

       Your application code is in foo/lib/main.dart.

[ +1 ms] "flutter create" took 4,167ms. [ +163 ms] ensureAnalyticsSent: 158ms [ +3 ms] Running shutdown hooks [ ] Shutdown hooks complete [ ] exiting with code 0 `

[✓] Flutter (Channel beta, 1.21.0-9.2.pre, on Linux, locale en_IN)
    • Flutter version 1.21.0-9.2.pre at /home/akilan/src/flutter
    • Framework revision 81a45ec2e5 (13 days ago), 2020-08-27 14:14:33 -0700
    • Engine revision 20a9531835
    • Dart version 2.10.0 (build 2.10.0-7.3.beta)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
    • Android SDK at /home/akilan/Android/Sdk
    • Platform android-30, build-tools 30.0.1
    • Java binary at: /home/akilan/android-studio/jre/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[✓] Chrome - develop for the web
    • Chrome at google-chrome

[✓] Android Studio (version 4.0)
    • Android Studio at /home/akilan/android-studio
    • Flutter plugin version 49.0.2
    • Dart plugin version 193.7547
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] VS Code (version 1.48.2)
    • VS Code at /usr/share/code
    • Flutter extension version 3.14.1

[✓] Connected device (2 available)
    • Web Server (web) • web-server • web-javascript • Flutter Tools
    • Chrome (web)     • chrome     • web-javascript • Google Chrome 85.0.4183.102

• No issues found!

jonahwilliams commented 4 years ago

Seems like an issue where the version file isn't written in time for pub to read, or is written in correctly. @fidelisakilan , can you reproduce this by deleting the version file in the root of the flutter SDK and repeating this process?

fidelisakilan commented 4 years ago
[  +96 ms] executing: [/home/akilan/src/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +22 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 81a45ec2e5f80fa71d5135f1702ce540558b416d
[        ] executing: [/home/akilan/src/flutter/] git tag --contains HEAD
[ +164 ms] Exit code 0 from: git tag --contains HEAD
[   +1 ms] 1.21.0-9.2.pre
[   +9 ms] executing: [/home/akilan/src/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +3 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/beta
[        ] executing: [/home/akilan/src/flutter/] git ls-remote --get-url origin
[   +3 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +35 ms] executing: [/home/akilan/src/flutter/] git rev-parse --abbrev-ref HEAD
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] beta
[  +38 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   +5 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[  +50 ms] Creating project foo...
[  +65 ms]   foo/.gitignore (created)
[  +10 ms]   foo/foo.iml (created)
[        ]   foo/test/widget_test.dart (created)
[   +6 ms]   foo/.idea/libraries/KotlinJavaRuntime.xml (created)
[        ]   foo/.idea/libraries/Dart_SDK.xml (created)
[   +1 ms]   foo/.idea/runConfigurations/main_dart.xml (created)
[        ]   foo/.idea/workspace.xml (created)
[   +1 ms]   foo/.idea/modules.xml (created)
[        ]   foo/README.md (created)
[        ]   foo/pubspec.yaml (created)
[   +1 ms]   foo/.metadata (created)
[        ]   foo/lib/main.dart (created)
[   +3 ms]   foo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png (created)
[   +1 ms]   foo/android/app/src/main/res/drawable/launch_background.xml (created)
[        ]   foo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (created)
[        ]   foo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (created)
[        ]   foo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (created)
[        ]   foo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png (created)
[        ]   foo/android/app/src/main/res/values/styles.xml (created)
[        ]   foo/android/app/src/main/AndroidManifest.xml (created)
[        ]   foo/android/app/src/profile/AndroidManifest.xml (created)
[        ]   foo/android/app/src/debug/AndroidManifest.xml (created)
[        ]   foo/android/gradle/wrapper/gradle-wrapper.properties (created)
[        ]   foo/android/settings.gradle (created)
[        ]   foo/android/gradle.properties (created)
[        ]   foo/android/.gitignore (created)
[        ]   foo/web/favicon.png (created)
[        ]   foo/web/icons/Icon-192.png (created)
[        ]   foo/web/icons/Icon-512.png (created)
[        ]   foo/web/manifest.json (created)
[        ]   foo/web/index.html (created)
[        ]   foo/ios/Runner/Info.plist (created)
[        ]   foo/ios/Runner/Base.lproj/LaunchScreen.storyboard (created)
[        ]   foo/ios/Runner/Base.lproj/Main.storyboard (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json (created)
[        ]   foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md (created)
[        ]   foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png (created)
[        ]   foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png (created)
[        ]   foo/ios/Runner.xcworkspace/contents.xcworkspacedata (created)
[        ]   foo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created)
[        ]   foo/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created)
[        ]   foo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata (created)
[        ]   foo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created)
[   +1 ms]   foo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created)
[        ]   foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (created)
[        ]   foo/ios/.gitignore (created)
[        ]   foo/ios/Flutter/AppFrameworkInfo.plist (created)
[        ]   foo/ios/Flutter/Release.xcconfig (created)
[        ]   foo/ios/Flutter/Debug.xcconfig (created)
[        ]   foo/ios/Runner/AppDelegate.swift (created)
[        ]   foo/ios/Runner/Runner-Bridging-Header.h (created)
[        ]   foo/ios/Runner.xcodeproj/project.pbxproj (created)
[   +4 ms]   foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (existing - skipped)
[        ]   foo/android/foo_android.iml (created)
[   +4 ms]   foo/android/app/build.gradle (created)
[   +2 ms]   foo/android/app/src/main/kotlin/com/example/foo/MainActivity.kt (created)
[   +1 ms]   foo/android/build.gradle (created)
[  +49 ms] Running "flutter pub get" in foo...
[   +4 ms] executing: [/home/akilan/foo/] /home/akilan/src/flutter/bin/cache/dart-sdk/bin/pub --verbose get
--no-precompile
[  +59 ms] FINE: Pub 2.10.0-7.3.beta
[  +78 ms] MSG : Resolving dependencies...
[        ] SLVR: fact: foo is 1.0.0+1
[        ] SLVR: derived: foo
[  +17 ms] SLVR: fact: foo depends on flutter any from sdk
[        ] SLVR: fact: foo depends on cupertino_icons ^0.1.3
[        ] SLVR: fact: foo depends on flutter_test any from sdk
[        ] SLVR:   selecting foo
[        ] SLVR:   derived: flutter_test any from sdk
[        ] SLVR:   derived: cupertino_icons ^0.1.3
[        ] SLVR:   derived: flutter any from sdk
[  +26 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/cupertino_icons.
[  +21 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/cupertino_icons
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | X-Pub-Reason: direct
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[ +670 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cupertino_icons
[        ]     | took 0:00:00.669607
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:27 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[  +41 ms] SLVR:   fact: every version of flutter_test from sdk depends on async 2.5.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on boolean_selector 2.1.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on characters 1.1.0-nullsafety.2
[        ] SLVR:   fact: every version of flutter_test from sdk depends on charcode 1.2.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on clock 1.1.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on collection 1.15.0-nullsafety.2
[        ] SLVR:   fact: every version of flutter_test from sdk depends on fake_async 1.1.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on flutter any from sdk
[        ] SLVR:   fact: every version of flutter_test from sdk depends on matcher 0.12.10-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on meta 1.3.0-nullsafety.2
[        ] SLVR:   fact: every version of flutter_test from sdk depends on path 1.8.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on source_span 1.8.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on stack_trace 1.10.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on stream_channel 2.1.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on string_scanner 1.1.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on term_glyph 1.2.0-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on test_api 0.2.19-nullsafety
[        ] SLVR:   fact: every version of flutter_test from sdk depends on typed_data 1.3.0-nullsafety.2
[        ] SLVR:   fact: every version of flutter_test from sdk depends on vector_math 2.1.0-nullsafety.2
[        ] SLVR:     selecting flutter_test 0.0.0 from sdk
[        ] SLVR:     derived: vector_math 2.1.0-nullsafety.2
[        ] SLVR:     derived: typed_data 1.3.0-nullsafety.2
[        ] SLVR:     derived: test_api 0.2.19-nullsafety
[        ] SLVR:     derived: term_glyph 1.2.0-nullsafety
[        ] SLVR:     derived: string_scanner 1.1.0-nullsafety
[        ] SLVR:     derived: stream_channel 2.1.0-nullsafety
[        ] SLVR:     derived: stack_trace 1.10.0-nullsafety
[        ] SLVR:     derived: source_span 1.8.0-nullsafety
[        ] SLVR:     derived: path 1.8.0-nullsafety
[        ] SLVR:     derived: meta 1.3.0-nullsafety.2
[        ] SLVR:     derived: matcher 0.12.10-nullsafety
[        ] SLVR:     derived: fake_async 1.1.0-nullsafety
[        ] SLVR:     derived: collection 1.15.0-nullsafety.2
[        ] SLVR:     derived: clock 1.1.0-nullsafety
[        ] SLVR:     derived: charcode 1.2.0-nullsafety
[        ] SLVR:     derived: characters 1.1.0-nullsafety.2
[        ] SLVR:     derived: boolean_selector 2.1.0-nullsafety
[        ] SLVR:     derived: async 2.5.0-nullsafety
[   +2 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/async.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/boolean_selector.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/characters.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/charcode.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/clock.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/collection.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/fake_async.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/matcher.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/meta.
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/path.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/async
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/boolean_selector
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/characters
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/charcode
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/clock
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/collection
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/fake_async
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/matcher
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/meta
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/path
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[ +255 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/async
[        ]     | took 0:00:00.265954
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[  +29 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/source_span.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/source_span
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[  +87 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/boolean_selector
[        ]     | took 0:00:00.391391
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +6 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/stack_trace.
[   +2 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/stack_trace
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[   +1 ms]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[   +8 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/characters
[        ]     | took 0:00:00.419436
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[        ] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/charcode
[        ]     | took 0:00:00.424732
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +2 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/stream_channel.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/stream_channel
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/clock
[        ]     | took 0:00:00.433937
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +2 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/string_scanner.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/string_scanner
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[   +2 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/term_glyph.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/term_glyph
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[   +2 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/matcher
[        ]     | took 0:00:00.443607
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[        ] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/collection
[        ]     | took 0:00:00.447964
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/path
[        ]     | took 0:00:00.449187
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[        ] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/meta
[        ]     | took 0:00:00.452141
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[        ] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fake_async
[        ]     | took 0:00:00.454962
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/test_api.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/test_api
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[   +3 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/typed_data.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/typed_data
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[   +3 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/vector_math.
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/vector_math
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: linux
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 8FF66227-FBDD-4967-9869-9E0ED52A29CC
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.10.0-7.3.beta
[  +74 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/source_span
[        ]     | took 0:00:00.247654
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[ +174 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stack_trace
[   +1 ms]     | took 0:00:00.319401
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[   +1 ms]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/string_scanner
[        ]     | took 0:00:00.292160
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[   +1 ms]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stream_channel
[        ]     | took 0:00:00.307606
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[        ] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/term_glyph
[        ]     | took 0:00:00.304104
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[        ] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/typed_data
[        ]     | took 0:00:00.283696
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/test_api
[        ]     | took 0:00:00.300625
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/vector_math
[        ]     | took 0:00:00.295416
[        ]     | transfer-encoding: chunked
[        ]     | date: Wed, 09 Sep 2020 17:29:28 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[        ]     | server: dart:io with Shelf
[  +20 ms] SLVR:       selecting cupertino_icons 0.1.3
[   +3 ms] SLVR:       fact: every version of flutter from sdk depends on characters 1.1.0-nullsafety.2
[        ] SLVR:       fact: every version of flutter from sdk depends on collection 1.15.0-nullsafety.2
[        ] SLVR:       fact: every version of flutter from sdk depends on meta 1.3.0-nullsafety.2
[        ] SLVR:       fact: every version of flutter from sdk depends on sky_engine any from sdk
[        ] SLVR:       fact: every version of flutter from sdk depends on typed_data 1.3.0-nullsafety.2
[        ] SLVR:       fact: every version of flutter from sdk depends on vector_math 2.1.0-nullsafety.2
[        ] SLVR:         selecting flutter 0.0.0 from sdk
[        ] SLVR:         derived: sky_engine any from sdk
[   +5 ms] SLVR:           selecting vector_math 2.1.0-nullsafety.2
[   +5 ms] SLVR:           fact: typed_data >=1.3.0-nullsafety.2 depends on collection >=1.15.0-nullsafety
<1.15.0
[        ] SLVR:             selecting typed_data 1.3.0-nullsafety.2
[   +5 ms] SLVR:             fact: test_api >=0.2.19-nullsafety depends on async >=2.5.0-nullsafety <2.5.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on boolean_selector >=2.1.0-nullsafety
<2.1.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on collection >=1.15.0-nullsafety
<1.15.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on matcher >=0.12.10-nullsafety
<0.12.10
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on meta >=1.3.0-nullsafety <1.3.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on path >=1.8.0-nullsafety <1.8.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on source_span >=1.8.0-nullsafety
<1.8.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on stack_trace >=1.10.0-nullsafety
<1.10.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on stream_channel >=2.1.0-nullsafety
<2.1.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on string_scanner >=1.1.0-nullsafety
<1.1.0
[        ] SLVR:             fact: test_api >=0.2.19-nullsafety depends on term_glyph >=1.2.0-nullsafety <1.2.0
[        ] SLVR:               selecting test_api 0.2.19-nullsafety
[   +4 ms] SLVR:                 selecting term_glyph 1.2.0-nullsafety
[   +5 ms] SLVR:                 fact: string_scanner >=1.1.0-nullsafety depends on charcode >=1.2.0-nullsafety
<1.2.0
[        ] SLVR:                 fact: string_scanner >=1.1.0-nullsafety depends on source_span
>=1.8.0-nullsafety <1.8.0
[        ] SLVR:                   selecting string_scanner 1.1.0-nullsafety
[   +4 ms] SLVR:                   fact: stream_channel >=2.1.0-nullsafety depends on async >=2.5.0-nullsafety
<2.5.0
[        ] SLVR:                     selecting stream_channel 2.1.0-nullsafety
[   +4 ms] SLVR:                     fact: stack_trace >=1.10.0-nullsafety depends on path >=1.8.0-nullsafety
<1.8.0
[        ] SLVR:                       selecting stack_trace 1.10.0-nullsafety
[   +4 ms] SLVR:                       fact: source_span >=1.8.0-nullsafety depends on charcode
>=1.2.0-nullsafety <1.2.0
[        ] SLVR:                       fact: source_span >=1.8.0-nullsafety depends on collection
>=1.15.0-nullsafety <1.15.0
[        ] SLVR:                       fact: source_span >=1.8.0-nullsafety depends on path >=1.8.0-nullsafety
<1.8.0
[        ] SLVR:                       fact: source_span >=1.8.0-nullsafety depends on term_glyph
>=1.2.0-nullsafety <1.2.0
[        ] SLVR:                         selecting source_span 1.8.0-nullsafety
[   +2 ms] SLVR:                           selecting path 1.8.0-nullsafety
[   +2 ms] SLVR:                             selecting meta 1.3.0-nullsafety.2
[   +3 ms] SLVR:                             fact: matcher >=0.12.10-nullsafety depends on stack_trace
>=1.10.0-nullsafety <1.10.0
[        ] SLVR:                               selecting matcher 0.12.10-nullsafety
[   +3 ms] SLVR:                               fact: fake_async >=1.1.0-nullsafety <1.1.0 depends on clock
>=1.1.0-nullsafety <1.1.0
[        ] SLVR:                               fact: fake_async >=1.1.0-nullsafety <1.1.0 depends on collection
>=1.15.0-nullsafety <1.15.0
[        ] SLVR:                                 selecting fake_async 1.1.0-nullsafety
[   +1 ms] SLVR:                                   selecting collection 1.15.0-nullsafety.2
[   +3 ms] SLVR:                                     selecting clock 1.1.0-nullsafety
[   +2 ms] SLVR:                                       selecting charcode 1.2.0-nullsafety
[   +2 ms] SLVR:                                         selecting characters 1.1.0-nullsafety.2
[   +3 ms] SLVR:                                         fact: boolean_selector >=2.1.0-nullsafety depends on
source_span >=1.8.0-nullsafety <1.8.0
[        ] SLVR:                                         fact: boolean_selector >=2.1.0-nullsafety depends on
string_scanner >=1.1.0-nullsafety <1.1.0
[        ] SLVR:                                           selecting boolean_selector 2.1.0-nullsafety
[   +3 ms] SLVR:                                           fact: async >=2.5.0-nullsafety depends on collection
>=1.15.0-nullsafety <1.15.0
[        ] SLVR:                                             selecting async 2.5.0-nullsafety
[        ] SLVR:                                               selecting sky_engine 0.0.99 from sdk
[   +2 ms] SLVR: Version solving took 0:00:01.697456 seconds.
[        ]     | Tried 1 solutions.
[        ] FINE: Resolving dependencies finished (1.706s).
[   +6 ms] MSG : + async 2.5.0-nullsafety
[        ]     | + boolean_selector 2.1.0-nullsafety
[        ]     | + characters 1.1.0-nullsafety.2
[        ]     | + charcode 1.2.0-nullsafety
[        ]     | + clock 1.1.0-nullsafety
[        ]     | + collection 1.15.0-nullsafety.2
[        ]     | + cupertino_icons 0.1.3 (1.0.0 available)
[        ]     | + fake_async 1.1.0-nullsafety (1.1.0 available)
[        ]     | + flutter 0.0.0 from sdk flutter
[        ]     | + flutter_test 0.0.0 from sdk flutter
[        ]     | + matcher 0.12.10-nullsafety
[        ]     | + meta 1.3.0-nullsafety.2
[        ]     | + path 1.8.0-nullsafety
[        ]     | + sky_engine 0.0.99 from sdk flutter
[        ]     | + source_span 1.8.0-nullsafety
[        ]     | + stack_trace 1.10.0-nullsafety
[        ]     | + stream_channel 2.1.0-nullsafety
[        ]     | + string_scanner 1.1.0-nullsafety
[        ]     | + term_glyph 1.2.0-nullsafety
[        ]     | + test_api 0.2.19-nullsafety
[        ]     | + typed_data 1.3.0-nullsafety.2
[        ]     | + vector_math 2.1.0-nullsafety.2
[  +25 ms] IO  : Writing 3658 characters to text file ./pubspec.lock.
[        ] FINE: Contents:
[        ]     | # 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-nullsafety"
[        ]     |   boolean_selector:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: boolean_selector
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0-nullsafety"
[        ]     |   characters:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: characters
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety.2"
[        ]     |   charcode:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: charcode
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0-nullsafety"
[        ]     |   clock:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: clock
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety"
[        ]     |   collection:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: collection
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.15.0-nullsafety.2"
[        ]     |   cupertino_icons:
[        ]     |     dependency: "direct main"
[        ]     |     description:
[        ]     |       name: cupertino_icons
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.1.3"
[        ]     |   fake_async:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: fake_async
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety"
[        ]     |   flutter:
[        ]     |     dependency: "direct main"
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   flutter_test:
[        ]     |     dependency: "direct dev"
[        ]     |     description: flutter
[        ]     |     source: sdk
[        ]     |     version: "0.0.0"
[        ]     |   matcher:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: matcher
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.12.10-nullsafety"
[        ]     |   meta:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: meta
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.0-nullsafety.2"
[        ]     |   path:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: path
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.8.0-nullsafety"
[        ]     |   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-nullsafety"
[        ]     |   stack_trace:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: stack_trace
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.10.0-nullsafety"
[        ]     |   stream_channel:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: stream_channel
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0-nullsafety"
[        ]     |   string_scanner:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: string_scanner
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.1.0-nullsafety"
[        ]     |   term_glyph:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: term_glyph
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.2.0-nullsafety"
[        ]     |   test_api:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: test_api
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "0.2.19-nullsafety"
[        ]     |   typed_data:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: typed_data
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "1.3.0-nullsafety.2"
[        ]     |   vector_math:
[        ]     |     dependency: transitive
[        ]     |     description:
[        ]     |       name: vector_math
[        ]     |       url: "https://pub.dartlang.org"
[        ]     |     source: hosted
[        ]     |     version: "2.1.0-nullsafety.2"
[        ]     | sdks:
[        ]     |   dart: ">=2.10.0-0.0.dev <2.10.0"
[        ] IO  : Writing 2137 characters to text file ./.packages.
[        ] FINE: Contents:
[        ]     | # Generated by pub on 2020-09-09 22:59:29.071586.
[        ]     | async:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety/lib/
[        ]     |
boolean_selector:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety/lib/
[        ]     |
characters:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.2/lib/
[        ]     | charcode:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety/lib/
[        ]     | clock:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety/lib/
[        ]     |
collection:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.2/lib/
[        ]     |
cupertino_icons:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3/lib/
[        ]     |
fake_async:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0-nullsafety/lib/
[        ]     | flutter:file:///home/akilan/src/flutter/packages/flutter/lib/
[        ]     | flutter_test:file:///home/akilan/src/flutter/packages/flutter_test/lib/
[        ]     | matcher:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety/lib/
[        ]     | meta:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.2/lib/
[        ]     | path:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety/lib/
[        ]     | sky_engine:file:///home/akilan/src/flutter/bin/cache/pkg/sky_engine/lib/
[        ]     |
source_span:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety/lib/
[        ]     |
stack_trace:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety/lib/
[        ]     |
stream_channel:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety/lib/
[        ]     |
string_scanner:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety/lib/
[        ]     |
term_glyph:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety/lib/
[        ]     |
test_api:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety/lib/
[        ]     |
typed_data:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.2/lib/
[        ]     |
vector_math:file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.2/lib/
[        ]     | foo:lib/
[        ] IO  : Writing 4657 characters to text file ./.dart_tool/package_config.json.
[        ] FINE: Contents:
[        ]     | {
[        ]     |   "configVersion": 2,
[        ]     |   "packages": [
[        ]     |     {
[        ]     |       "name": "async",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "boolean_selector",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "characters",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0-nullsafety.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "charcode",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "clock",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "collection",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "cupertino_icons",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.0"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "fake_async",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter",
[        ]     |       "rootUri": "file:///home/akilan/src/flutter/packages/flutter",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "flutter_test",
[        ]     |       "rootUri": "file:///home/akilan/src/flutter/packages/flutter_test",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.2"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "matcher",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "meta",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/meta-1.3.0-nullsafety.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "path",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/path-1.8.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "sky_engine",
[        ]     |       "rootUri": "file:///home/akilan/src/flutter/bin/cache/pkg/sky_engine",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "1.11"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "source_span",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "stack_trace",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "stream_channel",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "string_scanner",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "term_glyph",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "test_api",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.19-nullsafety",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "typed_data",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0-nullsafety.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "vector_math",
[        ]     |       "rootUri":
"file:///home/akilan/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0-nullsafety.2",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.10"
[        ]     |     },
[        ]     |     {
[        ]     |       "name": "foo",
[        ]     |       "rootUri": "../",
[        ]     |       "packageUri": "lib/",
[        ]     |       "languageVersion": "2.7"
[        ]     |     }
[        ]     |   ],
[        ]     |   "generated": "2020-09-09T17:29:29.082929Z",
[        ]     |   "generator": "pub",
[        ]     |   "generatorVersion": "2.10.0-7.3.beta"
[        ]     | }
[        ] MSG : Changed 22 dependencies!
[  +15 ms] Running "flutter pub get" in foo... (completed in 1.9s)
[ +120 ms] Generating
/home/akilan/foo/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[   +4 ms] Wrote 76 files.
[        ] 
           All done!
[  +13 ms] executing: /home/akilan/android-studio/jre/bin/java -version
[  +49 ms] Exit code 0 from: /home/akilan/android-studio/jre/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[  +14 ms] executing: /home/akilan/android-studio/jre/bin/java -version
[  +51 ms] Exit code 0 from: /home/akilan/android-studio/jre/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[  +19 ms] executing: [/home/akilan/src/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%ar
[  +13 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar
[        ] 13 days ago
[  +11 ms] executing: /home/akilan/src/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[   +5 ms] Exit code 255 from: /home/akilan/src/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[        ] At least one input is required
           Usage: gen_snapshot [<vm-flags>] [<options>] <dart-kernel-file>             

           Common options:                                                             
           --help                                                                      
             Display this message (add --verbose for information about all VM options).
           --version                                                                   
             Print the SDK version.                                                    

           To create a core snapshot:                                                  
           --snapshot_kind=core                                                        
           --vm_snapshot_data=<output-file>                                            
           --isolate_snapshot_data=<output-file>                                       
           <dart-kernel-file>                                                          

           To create an AOT application snapshot as assembly suitable for compilation  
           as a static or dynamic library:                                             
           --snapshot_kind=app-aot-assembly                                            
           --assembly=<output-file>                                                    
           [--strip]                                                                   
           [--obfuscate]                                                               
           [--save-debugging-info=<debug-filename>]                                    
           [--save-obfuscation-map=<map-filename>]                                     
           <dart-kernel-file>                                                          

           To create an AOT application snapshot as an ELF shared library:             
           --snapshot_kind=app-aot-elf                                                 
           --elf=<output-file>                                                         
           [--strip]                                                                   
           [--obfuscate]                                                               
           [--save-debugging-info=<debug-filename>]                                    
           [--save-obfuscation-map=<map-filename>]                                     
           <dart-kernel-file>                                                          

           AOT snapshots can be obfuscated: that is all identifiers will be renamed    
           during compilation. This mode is enabled with --obfuscate flag. Mapping     
           between original and obfuscated names can be serialized as a JSON array     
           using --save-obfuscation-map=<filename> option. See dartbug.com/30524       
           for implementation details and limitations of the obfuscation pass.
[   +9 ms] java -version
[  +65 ms] executing: /home/akilan/Android/Sdk/cmdline-tools/latest/bin/sdkmanager --licenses
[+1586 ms] executing: /home/akilan/Android/Sdk/platform-tools/adb devices -l
[  +10 ms] List of devices attached
[  +42 ms] executing: /home/akilan/Android/Sdk/platform-tools/adb devices -l
[   +5 ms] List of devices attached
[   +2 ms] [✓] Flutter: is fully installed. (Channel beta, 1.21.0-9.2.pre, on Linux, locale en_IN)
           [✓] Android toolchain - develop for Android devices: is fully installed. (Android SDK version 30.0.1)
           [✓] Chrome - develop for the web: is fully installed.
           [✓] Android Studio: is fully installed. (version 4.0)
           [✓] VS Code: is fully installed. (version 1.48.2)
           [✓] Connected device: is fully installed. (2 available)

[   +1 ms] In order to run your application, type:

             $ cd foo
             $ flutter run

           Your application code is in foo/lib/main.dart.

[   +1 ms] "flutter create" took 4,210ms.
[ +159 ms] ensureAnalyticsSent: 154ms
[   +2 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 0
fidelisakilan commented 4 years ago

This is the bug: https://drive.google.com/file/d/1cMF8CeEUomfP7JBtibbcsJt3vNCAL0CM/view?usp=sharing

fidelisakilan commented 4 years ago

any fix to this?