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
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
But when I try to publish it, it fails saying: Package dependency flutter_ffmpeg is a git dependency, this not allowed in published packages.
Expected behavior
Custom flutter package gets published when depending on a specific package
Current behavior
Publishing package using 'flutter pub' failed because you can't depend on git source.
Screenshots
Environment
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.7.8+hotfix.3, on Linux, locale en_CA.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.1)
[✓] Android Studio (version 3.4)
[✓] Connected device (2 available)
• No issues found!
Other
Just trying to require the audio_lts and not the main package.
Edit: as expected, if i require the main package, my build fails because of the sdk version mismatch: Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 24 declared in library [:flutter_ffmpeg]
The text was updated successfully, but these errors were encountered:
Description
I'm building a package that requires the
audio_lts
package:But when I try to publish it, it fails saying:
Package dependency flutter_ffmpeg is a git dependency, this not allowed in published packages.
Expected behavior
Custom flutter package gets published when depending on a specific package
Current behavior
Publishing package using 'flutter pub' failed because you can't depend on git source.
Screenshots
Environment
Other
Just trying to require the
audio_lts
and not the main package.Edit: as expected, if i require the main package, my build fails because of the sdk version mismatch:
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 24 declared in library [:flutter_ffmpeg]
The text was updated successfully, but these errors were encountered: