-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest version of flutter #277
Comments
I’ve started investigating the issue by checking the current Flutter version being used in the project. According to the project setup, the app is already using Flutter 3.22.3 (as shown in the screenshot below): Could you please confirm if there are any specific requirements for updating to a newer version of Flutter (e.g., Flutter 3.2.x or higher)? If so, could you clarify the exact version needed to resolve this issue? Additionally, are there any specific dependencies that need to be updated, or should I proceed with updating all dependencies to their latest versions? Looking forward to your clarification so I can continue with the necessary updates! |
@saum-1402 Yes, upgrade to latest version available now |
Is this issue assigned, or open for collaboration? I can work on this if permitted. |
While upgrading the CircuitVerse mobile app to the latest Flutter version, I encountered these dependency conflicts:
Since we're already on the latest Flutter SDK, what’s the preferred way to resolve these? Should we:
|
Fix conflicting packages
…On Fri, 10 Jan, 2025, 10:05 am Aditya Singh, ***@***.***> wrote:
@tachyons <https://github.com/tachyons>
While upgrading the CircuitVerse mobile app to the latest Flutter version,
I encountered these dependency conflicts:
-
*flutter_summernote + image_picker*:
flutter_summernote (^1.1.1) forces image_picker to ^0.8.6+1, blocking
image_picker ^1.1.2.
-
*flutter_html + html*:
flutter_html (^3.0.0-beta.2) pins csslib to <1.0.0, preventing html
upgrade to ^0.15.5.
-
*intl*:
The current Flutter SDK requires intl 0.19.x, blocking 0.20.x.
Since we're already on the latest Flutter SDK, what’s the preferred way to
resolve these? Should we:
- Stay on the current versions for now?
- Replace or fork conflicting packages?
—
Reply to this email directly, view it on GitHub
<#277 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXYAEBNM6QDOIHMFU5LID32J5EYPAVCNFSM6AAAAABQMRVMZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBRG4ZDIMBQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Upgrade project to flutter 3 and update all dependencies
The text was updated successfully, but these errors were encountered: