Skip to content
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

Open
tachyons opened this issue Oct 22, 2024 · 5 comments
Open

Update to latest version of flutter #277

tachyons opened this issue Oct 22, 2024 · 5 comments
Assignees

Comments

@tachyons
Copy link
Member

tachyons commented Oct 22, 2024

Upgrade project to flutter 3 and update all dependencies

@saum-1402
Copy link

@tachyons

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):

image

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!

@tachyons
Copy link
Member Author

tachyons commented Jan 6, 2025

@saum-1402 Yes, upgrade to latest version available now

@salmoneatenbybear
Copy link

@saum-1402 @tachyons

Is this issue assigned, or open for collaboration? I can work on this if permitted.

@salmoneatenbybear
Copy link

@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?

@tachyons
Copy link
Member Author

tachyons commented Jan 10, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants