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] Example run error #1960

Closed
andim27 opened this issue Sep 11, 2024 · 1 comment
Closed

[BUG] Example run error #1960

andim27 opened this issue Sep 11, 2024 · 1 comment
Labels
bug This issue reports broken functionality or another error P: 3 (low) (Default priority for feature requests) S: example Scoped to the example application

Comments

@andim27
Copy link

andim27 commented Sep 11, 2024

What is the bug?

Can not run example code on mac
Many Errors:

.pub-cache/hosted/pub.dev/win32-5.0.9/lib/src/guid.dart:32:9: Error: Type 'UnmodifiableUint8ListView' not found.
  final UnmodifiableUint8ListView bytes;

How can we reproduce it?

git pull main repo && cd to examples folder && flutter run

Do you have a potential solution?

Need fix example code

Platforms

mac
flutter_map ver 7.0.2

Severity

Minimum: Allows normal functioning

@andim27 andim27 added bug This issue reports broken functionality or another error needs triage This new bug report needs reproducing and prioritizing labels Sep 11, 2024
@JaffaKetchup
Copy link
Member

This is due to some sort of dependency upgrades issue, we had it internally as well.

You'll likely need to reset your pub cache: https://dart.dev/tools/pub/cmd/pub-cache#clearing-the-global-system-cache. Let us know if this doesn't work!

@JaffaKetchup JaffaKetchup closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2024
@JaffaKetchup JaffaKetchup added P: 3 (low) (Default priority for feature requests) S: example Scoped to the example application and removed needs triage This new bug report needs reproducing and prioritizing labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports broken functionality or another error P: 3 (low) (Default priority for feature requests) S: example Scoped to the example application
Projects
Status: Done
Development

No branches or pull requests

2 participants