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

Bug: Depricated Packages Causing App to not start #609

Open
kartik1112 opened this issue Nov 26, 2024 · 3 comments
Open

Bug: Depricated Packages Causing App to not start #609

kartik1112 opened this issue Nov 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@kartik1112
Copy link

Description

Description: While attempting to start the application in development mode, I encountered an issue where the application failed to launch due to several deprecated Dart packages.

Solution: The deprecated packages should be updated to their latest versions and their implementation should be corrected, resolving the issue and allowing the application to start up smoothly.

Screenshots

image

@kartik1112 kartik1112 added the bug Something isn't working label Nov 26, 2024
@SGI-CAPP-AT2
Copy link

Yes, This problem was faced by me few weeks ago.
I followed this and added dependency win32.
And now it works
Tried:

flutter pub add win32

@c-o-d-e-y-o-d-a
Copy link

I tried running the application using latest flutter version but it was giving an error related to win32 package, so i just used fvm to switch to 3.22.2 and it worked without any issues.

@SGI-CAPP-AT2
Copy link

Yes @c-o-d-e-y-o-d-a,
turns out no need to add another dependency
thanks for solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants