mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
283 stars 116 forks source link

Inheritance from non-protocol type 'any Error' with 2.4.0-beta.1 version #745

Open favazHF opened 5 days ago

favazHF commented 5 days ago

Good afternoon,

I have tried to compile my application on iOS pointing to the beta version (2.4.0-beta.1 ), to test with a certain percentage of users this fix -> (Fix a crash that occurs when the widget state is updated before the platform view is created. #724)

Will it be possible to do something? or do you know when the stable version will be released?

Best!

image

mauro-forest commented 5 days ago

It would be great if you could add #if hasFeature(RetroactiveAttribute) for the @retroactive attribute to make it back compatible with older versions of Xcode (prior version 16).

evil159 commented 4 days ago

Thank you for the report @favazHF and thank you @mauro-forest for the suggestion, I made the change in https://github.com/mapbox/mapbox-maps-flutter/pull/747

evil159 commented 4 days ago

@favazHF releases have bi-weekly cadence, end of this week there should be an RC release, then two weeks after - stable release.