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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: