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

Running application through flutter run #153

Closed
mbfannan opened this issue Nov 17, 2023 · 6 comments · Fixed by #154
Closed

Running application through flutter run #153

mbfannan opened this issue Nov 17, 2023 · 6 comments · Fixed by #154

Comments

@mbfannan
Copy link
Contributor

mbfannan commented Nov 17, 2023

Hello, I'd love to contribute to this project, however, every time I attempt to run the application I receive the error messages denoted in the screenshot below. I realize that this is a result of dependency issues from the pubspec.yaml. I've been attempting to resolve this for a prolonged time, and I'm wondering if anyone may have faced a similar issue @SankethBK.

image
@LujainAlMansoori
Copy link

I have this error too, @SankethBK could you please help

@SankethBK
Copy link
Owner

Hi, can you post the output of flutter --version and flutter doctor -v

@mbfannan
Copy link
Contributor Author

Sure, here's the output of flutter --version

image

Here's the output of flutter doctor -v:

image

@SankethBK
Copy link
Owner

I am using 3.13.0, can you downgrade to 3.13.0 once and try

Flutter 3.13.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision efbf63d9c6 (3 months ago) • 2023-08-15 21:05:06 -0500
Engine • revision 1ac611c64e
Tools • Dart 3.1.0 • DevTools 2.25.0

Meanwhile, I'll try to migrate it to 3.16.0

@mbfannan
Copy link
Contributor Author

Ya sure Ill try that out

@mbfannan
Copy link
Contributor Author

It worked by downgrading to version 3.13.0. To resolve this I went to the flutter folder cloned from the flutter repo. Upon which I ran:

  1. git fetch --tags
  2. git checkout 3.13.0
  3. Then run: flutter --version

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

Successfully merging a pull request may close this issue.

3 participants