Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Flutter 3.24.0 causing too much errors

I am using to run the E-Commerce shopping app template from here: https://github.com/abuanwar072/E-commerce-Complete-Flutter-UI
I used flutter 3.24.0 but got so much errors. Seems the errors were from the flutter package. How to solve this? I’ve tried flutter 3.22.3 also but to no solution. i also tried flutter upgrade, and checked flutter doctor but the doctor is not returning any error.
enter image description here

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I just successfully cloned and ran that project.

I’m also on the latest version:

$flutter --version

Prints:

Flutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 80c2e84975 (3 weeks ago) • 2024-07-30 23:06:49 +0700
Engine • revision b8800d88be

Since the errors you are receiving are errors such that actual Flutter components aren’t available, I’d suggest that you probably forgot to run the following:

flutter pub get

If that doest work, try running:
flutter clean also:

flutter clean
flutter pub get
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading