-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Has your issue been reported?
- I have searched the existing issues and confirm it has not been reported.
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Fails Web deployment with following error:
Error: Command failed: flutter pub get --quiet
Because streeto depends on package_info_plus ^1.0.6 which depends on package_info_plus_platform_interface ^1.0.2, package_info_plus_platform_interface ^1.0.2 is required.
So, because streeto depends on package_info_plus_platform_interface 2.0.1, version solving failed.
pub get failed
command: "/sdks/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub --directory . get --example"
pub env: {
"FLUTTER_ROOT": "/sdks/flutter",
"PUB_ENVIRONMENT": "flutter_bot:flutter_cli:get",
"PUB_CACHE": "/opt/.pub-cache",
}
exit code: 1
Expected Behavior
Publish on web without error
Steps to Reproduce
Web Publish -> Publish
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
ITFThc/6w5N2rt9G+KniaO5aqGQ7GUMfWOdEket+EA0hfZDtBLATdczCbVVLYtfmS31DPmH+sEkfwvDpkd/1F+04YU+BUaZTzL5XQQ3jVlGhRcmpELqeW3ZBBeFmJ0yi0cHYnRFCNbBidEYk2mGuffCdG3qCf9qOYwx5e6fDbOY=
Context
Project that commonly piblishes on web
Visual documentation
Additional Info
No response
Environment
- FlutterFlow version: 3.7.12
- Platform: Web
- Browser name and version: Chrome
- Operating system and version affected: Win / Mac