JaffaKetchup / flutter_map_tile_caching

Plugin for flutter_map providing advanced & performant caching and bulk downloading functionality, with many options for region shapes and extra tools
https://pub.dev/packages/flutter_map_tile_caching
GNU General Public License v3.0
117 stars 73 forks source link

[BUG] Static Analysis Fails With Pana 0.21.36, Flutter 3.13.0, Dart 3.1.0. #133

Closed ibraheemalayan closed 11 months ago

ibraheemalayan commented 1 year ago

What is the bug?

This library fails on pub.dev static analysis and in compilation

Screenshot 2023-09-03 at 9 43 57

How can we reproduce it?

it is a syntax error

Do you have a potential solution?

No response

Platforms

All

Severity

Fatal: Causes the application to crash

JaffaKetchup commented 1 year ago

Hi @ibraheemalayan, I'm aware of this. I'm currently focusing on getting a new flutter_map release, and plan to come back to this very soon. I've taken a short break. This is because I misconfigured the dependency constraints and used the carat operator where I shouldn't have. Thus, pub.dev is using a newer prerelease of FM than is supported. You can workaround this by specifying "6.0.0-dev.2" for FM in your apps dependency overrides.

JaffaKetchup commented 11 months ago

Fixed by the latest prerelease.