You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Thank you for creating this awesome package!
I'm getting a build error if I try to build the example project, or a custom project when in the pubspec.yaml I import the metadata_god dependency as "metadata_god: ^0.4.1" instead of setting the path as in the example:
metadata_god:
# When depending on this package from a real application you should use:
# metadata_god: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
The same happens when i try to build as a release app.
Here is my flutter doctor output:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.8, on macOS 12.5.1 21G83 darwin-arm64, locale en-RO)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
Can you please help me with this?
The text was updated successfully, but these errors were encountered:
Hello!
Thank you for creating this awesome package!
I'm getting a build error if I try to build the example project, or a custom project when in the pubspec.yaml I import the metadata_god dependency as "metadata_god: ^0.4.1" instead of setting the path as in the example:
The error stack when building the app is:
The same happens when i try to build as a release app.
Here is my flutter doctor output:
Can you please help me with this?
The text was updated successfully, but these errors were encountered: