-
Notifications
You must be signed in to change notification settings - Fork 18
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
Doesn't work out of the box - lots of errors #78
Comments
Hi, thanks for reporting the issue! I wasn't able to reproduce the issue, though I did some updates to the dependency constraints (as well running the project on the latest Flutter stable version) and it runs correctly. That being said, from my experience, the The Please let me know if you can get it working! |
Hi, I'm also having problems with package dependencies. A previous installation of dummymart was working but I recently tried a fresh git clone dummymart.
I'm trying to sort out the problem. I'm using Flutter version 3.27.4. Can you let me know what flutter version you are using? |
I downloaded it, extracted it, opened it in VS code, then ran
flutter pub get
. That reported that "103 packages have newer versions incompatible with dependency constraints" so perhaps that is part of the problem?Anyway there were a bunch of errors in the code (330 problems), such as
Undefined name 'prefsProvider'
,Undefined name 'secureStorageProvider'
,Undefined name 'routerProvider'
etc in main.dart. Every file in the features and services folder has some sort of error. Only utils and widgets are okay.I then ran
flutter pub upgrade
and that updated 70 packages, but still reported "44 packages have newer versions incompatible with dependency constraints". The errors remained.I ran
dart run build_runner build
but that comes up with[SEVERE] Failed to precompile build script .dart_tool/build/entrypoint/build.dart.
. There's no build folder in thedummymart\.dart_tool
folder, so maybe that's the problem?So something is pretty wrong here. Maybe it is something wrong with my setup? Or maybe I missed a step in setting it up? Hope I just missed something.
Flutter doctor in case that helps (let me know if you want the -v version):
The text was updated successfully, but these errors were encountered: