Skip to content

A problem occurred configuring project ':path_provider_android'. #125607

@aikonics

Description

@aikonics

Is there an existing issue for this?

Steps to reproduce

When running my Flutter app on Android.

Expected results

The app should run on Android.

Actual results

I am getting this issue when I run my Flutter app on Android:

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • Where:
    Build file '/Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_android-2.0.26/android/build.gradle' line: 24

  • What went wrong:
    A problem occurred evaluating project ':path_provider_android'.

No signature of method: build_c7spkbobiaeqx6v8ko09gfav4.android() is applicable for argument types: (build_c7spkbobiaeqx6v8ko09gfav4$_run_closure2) values: [build_c7spkbobiaeqx6v8ko09gfav4$_run_closure2@4bc0ee23]

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

2: Task failed with an exception.

  • Where:
    Script '/Applications/Development/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 474

  • What went wrong:
    A problem occurred configuring project ':path_provider_android'.

Failed to notify project evaluation listener.
Cannot invoke method substring() on null object
compileSdkVersion is not specified. Please add it to build.gradle

BUILD FAILED in 16s

Code sample

Code sample
[Paste your code here]

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
Information about the latest pub run.

If you believe something is not working right, you can go to 
https://github.com/dart-lang/pub/issues/new to post a new issue and attach this file.

Before making this file public, make sure to remove any sensitive information!

Pub version: 2.18.0-165.1.beta
Created: 2023-04-27T13:55:01.170243
FLUTTER_ROOT: /Applications/Development/flutter
PUB_HOSTED_URL: <not set>
PUB_CACHE: "/Applications/Development/flutter/.pub-cache"
Command: dart pub --no-precompile
Platform: macos

---- /Users/aikbusmeon/Documents/favr/foo/pubspec.yaml ----
name: foo
description: A new Flutter project.

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1

environment:
  sdk: '>=2.18.0-165.1.beta <3.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
  flutter:
    sdk: flutter


  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter

  # The "flutter_lints" package below contains a set of recommended lints to
  # encourage good coding practices. The lint set provided by the package is
  # activated in the `analysis_options.yaml` file located at the root of your
  # package. See that file for information about deactivating specific lint
  # rules and activating additional ones.
  flutter_lints: ^2.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.
flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true

  # To add assets to your application, add an assets section, like this:
  # assets:
  #   - images/a_dot_burr.jpeg
  #   - images/a_dot_ham.jpeg

  # An image asset can refer to one or more resolution-specific "variants", see
  # https://flutter.dev/assets-and-images/#resolution-aware

  # For details regarding adding assets from package dependencies, see
  # https://flutter.dev/assets-and-images/#from-packages

  # To add custom fonts to your application, add a fonts section here,
  # in this "flutter" section. Each entry in this list should have a
  # "family" key with the font family name, and a "fonts" key with a
  # list giving the asset and other descriptors for the font. For
  # example:
  # fonts:
  #   - family: Schyler
  #     fonts:
  #       - asset: fonts/Schyler-Regular.ttf
  #       - asset: fonts/Schyler-Italic.ttf
  #         style: italic
  #   - family: Trajan Pro
  #     fonts:
  #       - asset: fonts/TrajanPro.ttf
  #       - asset: fonts/TrajanPro_Bold.ttf
  #         weight: 700
  #
  # For details regarding fonts from package dependencies,
  # see https://flutter.dev/custom-fonts/#from-packages

---- End pubspec.yaml ----
---- /Users/aikbusmeon/Documents/favr/foo/pubspec.lock ----
# 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.9.0"
  boolean_selector:
    dependency: transitive
    description:
      name: boolean_selector
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  characters:
    dependency: transitive
    description:
      name: characters
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.1"
  clock:
    dependency: transitive
    description:
      name: clock
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.0"
  collection:
    dependency: transitive
    description:
      name: collection
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.16.0"
  cupertino_icons:
    dependency: "direct main"
    description:
      name: cupertino_icons
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.5"
  fake_async:
    dependency: transitive
    description:
      name: fake_async
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.0"
  flutter:
    dependency: "direct main"
    description: flutter
    source: sdk
    version: "0.0.0"
  flutter_lints:
    dependency: "direct dev"
    description:
      name: flutter_lints
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.1"
  flutter_test:
    dependency: "direct dev"
    description: flutter
    source: sdk
    version: "0.0.0"
  lints:
    dependency: transitive
    description:
      name: lints
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.1"
  matcher:
    dependency: transitive
    description:
      name: matcher
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.12.11"
  material_color_utilities:
    dependency: transitive
    description:
      name: material_color_utilities
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.1.5"
  meta:
    dependency: transitive
    description:
      name: meta
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.8.0"
  path:
    dependency: transitive
    description:
      name: path
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.8.2"
  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.9.0"
  stack_trace:
    dependency: transitive
    description:
      name: stack_trace
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.10.0"
  stream_channel:
    dependency: transitive
    description:
      name: stream_channel
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  string_scanner:
    dependency: transitive
    description:
      name: string_scanner
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.1"
  term_glyph:
    dependency: transitive
    description:
      name: term_glyph
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.0"
  test_api:
    dependency: transitive
    description:
      name: test_api
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.4.9"
  vector_math:
    dependency: transitive
    description:
      name: vector_math
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.2"
sdks:
  dart: ">=2.18.0-165.1.beta <3.0.0"

---- End pubspec.lock ----
---- Log transcript ----
FINE: Pub 2.18.0-165.1.beta
MSG : Resolving dependencies...
SLVR: fact: foo is 1.0.0+1
SLVR: derived: foo
SLVR: fact: foo depends on flutter from sdk
SLVR: fact: foo depends on cupertino_icons ^1.0.2
SLVR: fact: foo depends on flutter_test from sdk
SLVR: fact: foo depends on flutter_lints ^2.0.0
SLVR:   selecting foo
SLVR:   derived: flutter_lints ^2.0.0
SLVR:   derived: flutter_test from sdk
SLVR:   derived: cupertino_icons ^1.0.2
SLVR:   derived: flutter from sdk
SLVR:   fact: flutter_lints 2.0.1 depends on lints ^2.0.0
SLVR:     selecting flutter_lints 2.0.1
SLVR:     derived: lints ^2.0.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on flutter from sdk
SLVR:     fact: flutter_test 0.0.0 from sdk depends on test_api 0.4.9
SLVR:     fact: flutter_test 0.0.0 from sdk depends on path 1.8.2
SLVR:     fact: flutter_test 0.0.0 from sdk depends on fake_async 1.3.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on clock 1.1.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on stack_trace 1.10.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on vector_math 2.1.2
SLVR:     fact: flutter_test 0.0.0 from sdk depends on async 2.9.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on boolean_selector 2.1.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on characters 1.2.1
SLVR:     fact: flutter_test 0.0.0 from sdk depends on collection 1.16.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on matcher 0.12.11
SLVR:     fact: flutter_test 0.0.0 from sdk depends on material_color_utilities 0.1.5
SLVR:     fact: flutter_test 0.0.0 from sdk depends on meta 1.8.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on source_span 1.9.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on stream_channel 2.1.0
SLVR:     fact: flutter_test 0.0.0 from sdk depends on string_scanner 1.1.1
SLVR:     fact: flutter_test 0.0.0 from sdk depends on term_glyph 1.2.0
SLVR:       selecting flutter_test 0.0.0 from sdk
SLVR:       derived: term_glyph 1.2.0
SLVR:       derived: string_scanner 1.1.1
SLVR:       derived: stream_channel 2.1.0
SLVR:       derived: source_span 1.9.0
SLVR:       derived: meta 1.8.0
SLVR:       derived: material_color_utilities 0.1.5
SLVR:       derived: matcher 0.12.11
SLVR:       derived: collection 1.16.0
SLVR:       derived: characters 1.2.1
SLVR:       derived: boolean_selector 2.1.0
SLVR:       derived: async 2.9.0
SLVR:       derived: vector_math 2.1.2
SLVR:       derived: stack_trace 1.10.0
SLVR:       derived: clock 1.1.0
SLVR:       derived: fake_async 1.3.0
SLVR:       derived: path 1.8.2
SLVR:       derived: test_api 0.4.9
SLVR:         selecting cupertino_icons 1.0.5
SLVR:         fact: flutter 0.0.0 from sdk depends on characters 1.2.1
SLVR:         fact: flutter 0.0.0 from sdk depends on collection 1.16.0
SLVR:         fact: flutter 0.0.0 from sdk depends on material_color_utilities 0.1.5
SLVR:         fact: flutter 0.0.0 from sdk depends on meta 1.8.0
SLVR:         fact: flutter 0.0.0 from sdk depends on vector_math 2.1.2
SLVR:         fact: flutter 0.0.0 from sdk depends on sky_engine from sdk
SLVR:           selecting flutter 0.0.0 from sdk
SLVR:           derived: sky_engine from sdk
SLVR:             selecting lints 2.0.1
SLVR:               selecting term_glyph 1.2.0
SLVR:               fact: string_scanner 1.1.1 depends on source_span ^1.8.0
SLVR:                 selecting string_scanner 1.1.1
SLVR:                 fact: stream_channel 2.1.0 depends on async ^2.5.0
SLVR:                   selecting stream_channel 2.1.0
SLVR:                   fact: source_span 1.9.0 depends on collection ^1.15.0
SLVR:                   fact: source_span 1.9.0 depends on path ^1.8.0
SLVR:                   fact: source_span 1.9.0 depends on term_glyph ^1.2.0
SLVR:                     selecting source_span 1.9.0
SLVR:                       selecting meta 1.8.0
SLVR:                         selecting material_color_utilities 0.1.5
SLVR:                         fact: matcher 0.12.11 depends on stack_trace ^1.10.0
SLVR:                           selecting matcher 0.12.11
SLVR:                             selecting collection 1.16.0
SLVR:                               selecting characters 1.2.1
SLVR:                               fact: boolean_selector 2.1.0 depends on source_span ^1.8.0
SLVR:                               fact: boolean_selector 2.1.0 depends on string_scanner ^1.1.0
SLVR:                                 selecting boolean_selector 2.1.0
SLVR:                                 fact: async 2.9.0 depends on collection ^1.15.0
SLVR:                                 fact: async 2.9.0 depends on meta ^1.1.7
SLVR:                                   selecting async 2.9.0
SLVR:                                     selecting vector_math 2.1.2
SLVR:                                     fact: stack_trace 1.10.0 depends on path ^1.8.0
SLVR:                                       selecting stack_trace 1.10.0
SLVR:                                         selecting clock 1.1.0
SLVR:                                         fact: fake_async 1.3.0 depends on clock ^1.1.0
SLVR:                                         fact: fake_async 1.3.0 depends on collection ^1.15.0
SLVR:                                           selecting fake_async 1.3.0
SLVR:                                             selecting path 1.8.2
SLVR:                                             fact: test_api 0.4.9 depends on async ^2.5.0
SLVR:                                             fact: test_api 0.4.9 depends on boolean_selector ^2.1.0
SLVR:                                             fact: test_api 0.4.9 depends on collection ^1.15.0
SLVR:                                             fact: test_api 0.4.9 depends on meta ^1.3.0
SLVR:                                             fact: test_api 0.4.9 depends on source_span ^1.8.0
SLVR:                                             fact: test_api 0.4.9 depends on stack_trace ^1.10.0
SLVR:                                             fact: test_api 0.4.9 depends on stream_channel ^2.1.0
SLVR:                                             fact: test_api 0.4.9 depends on string_scanner ^1.1.0
SLVR:                                             fact: test_api 0.4.9 depends on term_glyph ^1.2.0
SLVR:                                             fact: test_api 0.4.9 depends on matcher >=0.12.11 <0.12.12
SLVR:                                               selecting test_api 0.4.9
SLVR:                                                 selecting sky_engine 0.0.99 from sdk
SLVR: Version solving took 0:00:00.162651 seconds.
    | Tried 1 solutions.
FINE: Resolving dependencies finished (0.179s).
MSG :   async 2.9.0 (2.11.0 available)
    |   boolean_selector 2.1.0 (2.1.1 available)
    |   characters 1.2.1 (1.3.0 available)
    |   clock 1.1.0 (1.1.1 available)
    |   collection 1.16.0 (1.17.1 available)
    |   fake_async 1.3.0 (1.3.1 available)
    |   lints 2.0.1 (2.1.0 available)
    |   matcher 0.12.11 (0.12.15 available)
    |   material_color_utilities 0.1.5 (0.3.0 available)
    |   meta 1.8.0 (1.9.1 available)
    |   path 1.8.2 (1.8.3 available)
    |   source_span 1.9.0 (1.10.0 available)
    |   stack_trace 1.10.0 (1.11.0 available)
    |   stream_channel 2.1.0 (2.1.1 available)
    |   string_scanner 1.1.1 (1.2.0 available)
    |   term_glyph 1.2.0 (1.2.1 available)
    |   test_api 0.4.9 (0.5.2 available)
    |   vector_math 2.1.2 (2.1.4 available)
IO  : Writing 3640 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.9.0"
    |   boolean_selector:
    |     dependency: transitive
    |     description:
    |       name: boolean_selector
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "2.1.0"
    |   characters:
    |     dependency: transitive
    |     description:
    |       name: characters
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.2.1"
    |   clock:
    |     dependency: transitive
    |     description:
    |       name: clock
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.1.0"
    |   collection:
    |     dependency: transitive
    |     description:
    |       name: collection
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.16.0"
    |   cupertino_icons:
    |     dependency: "direct main"
    |     description:
    |       name: cupertino_icons
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.0.5"
    |   fake_async:
    |     dependency: transitive
    |     description:
    |       name: fake_async
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.3.0"
    |   flutter:
    |     dependency: "direct main"
    |     description: flutter
    |     source: sdk
    |     version: "0.0.0"
    |   flutter_lints:
    |     dependency: "direct dev"
    |     description:
    |       name: flutter_lints
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "2.0.1"
    |   flutter_test:
    |     dependency: "direct dev"
    |     description: flutter
    |     source: sdk
    |     version: "0.0.0"
    |   lints:
    |     dependency: transitive
    |     description:
    |       name: lints
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "2.0.1"
    |   matcher:
    |     dependency: transitive
    |     description:
    |       name: matcher
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "0.12.11"
    |   material_color_utilities:
    |     dependency: transitive
    |     description:
    |       name: material_color_utilities
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "0.1.5"
    |   meta:
    |     dependency: transitive
    |     description:
    |       name: meta
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.8.0"
    |   path:
    |     dependency: transitive
    |     description:
    |       name: path
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.8.2"
    |   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.9.0"
    |   stack_trace:
    |     dependency: transitive
    |     description:
    |       name: stack_trace
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.10.0"
    |   stream_channel:
    |     dependency: transitive
    |     description:
    |       name: stream_channel
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "2.1.0"
    |   string_scanner:
    |     dependency: transitive
    |     description:
    |       name: string_scanner
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.1.1"
    |   term_glyph:
    |     dependency: transitive
    |     description:
    |       name: term_glyph
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "1.2.0"
    |   test_api:
    |     dependency: transitive
    |     description:
    |       name: test_api
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "0.4.9"
    |   vector_math:
    |     dependency: transitive
    |     description:
    |       name: vector_math
    |       url: "https://pub.dartlang.org"
    |     source: hosted
    |     version: "2.1.2"
    | sdks:
    |   dart: ">=2.18.0-165.1.beta <3.0.0"
MSG : Got dependencies!
IO  : Writing 5121 characters to text file .dart_tool/package_config.json.
FINE: Contents:
    | {
    |   "configVersion": 2,
    |   "packages": [
    |     {
    |       "name": "async",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.9.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.14"
    |     },
    |     {
    |       "name": "boolean_selector",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "characters",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.2.1",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "clock",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "collection",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.16.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "cupertino_icons",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-1.0.5",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "fake_async",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.3.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "flutter",
    |       "rootUri": "file:///Applications/Development/flutter/packages/flutter",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.17"
    |     },
    |     {
    |       "name": "flutter_lints",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_lints-2.0.1",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.17"
    |     },
    |     {
    |       "name": "flutter_test",
    |       "rootUri": "file:///Applications/Development/flutter/packages/flutter_test",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.17"
    |     },
    |     {
    |       "name": "lints",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/lints-2.0.1",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.17"
    |     },
    |     {
    |       "name": "matcher",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.11",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "material_color_utilities",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/material_color_utilities-0.1.5",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.13"
    |     },
    |     {
    |       "name": "meta",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.8.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "path",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.2",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "sky_engine",
    |       "rootUri": "file:///Applications/Development/flutter/bin/cache/pkg/sky_engine",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "source_span",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.9.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.14"
    |     },
    |     {
    |       "name": "stack_trace",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "stream_channel",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "string_scanner",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.1",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "term_glyph",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "test_api",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.4.9",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.12"
    |     },
    |     {
    |       "name": "vector_math",
    |       "rootUri": "file:///Applications/Development/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.2",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.14"
    |     },
    |     {
    |       "name": "foo",
    |       "rootUri": "../",
    |       "packageUri": "lib/",
    |       "languageVersion": "2.18"
    |     }
    |   ],
    |   "generated": "2023-04-27T05:55:01.161262Z",
    |   "generator": "pub",
    |   "generatorVersion": "2.18.0-165.1.beta"
    | }
---- End log transcript ----

Flutter Doctor output

Doctor output
[✓] Flutter (Channel dev, 3.1.0-9.0.pre, on macOS 13.2 22D49 darwin-arm, locale en-PH)
    • Flutter version 3.1.0-9.0.pre at /Applications/Development/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision f28e570c8c (11 months ago), 2022-06-14 13:39:33 -0500
    • Engine revision 74ee6b5afd
    • Dart version 2.18.0 (build 2.18.0-165.1.beta)
    • DevTools version 2.14.0

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/aikbusmeon/Library/Android/sdk
    • Platform android-33, build-tools 30.0.3
    • Java binary at: /Library/Java/JavaVirtualMachines/jdk-11.0.14.jdk/Contents/Home/bin/java
    • Java version Java(TM) SE Runtime Environment 18.9 (build 11.0.14+8-LTS-263)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.2

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).

[✓] VS Code (version 1.77.3)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.62.0

[✓] Connected device (2 available)
    • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 12 (API 32) (emulator)
    • macOS (desktop)             • macos         • darwin-arm64  • macOS 13.2 22D49 darwin-arm

[✓] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 1 category.

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: duplicateIssue is closed as a duplicate of an existing issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions