Volodymyr Buberenko

Results 176 comments of Volodymyr Buberenko

There are enough answers in Google for similar cases be it Flutter or just iOS projects: https://github.com/oddbit/flutter_facebook_app_events/issues/60 https://stackoverflow.com/a/13132218 It literally took me just 1 minute to find a confirmation for...

This doesn't cause any issues to functionality and a simple warning. Will be resolved when packages migrate to target SDK 34 which will happen later this year.

Thanks for reporting, but it is really non-informative report. No logs, no explanations. Would you mind providing more info like exception details, etc.? I looks to me like something that...

Closing as no info was provided. There is also an assumption that it was fixed by #2817

It looks like you have some caching issues. Did you really run `flutter clean` or just marked the checkmark here?

> Error (Xcode): Framework not found connectivity Looking at your logs again it is strange that the error says about issue with regular `connectivity` and not `connectivity_plus`. Are you sure...

> java.lang.IncompatibleClassChangeError: Class 'android.content.res.XmlBlock$Parser' does not implement interface 'i7.a' in call to 'int i7.a.next()' This an issue with R8 configuration. By default since Gradle version 8 the R8 works in...

Can you reproduce the same issue in the `example` app and share the code with reproducer? I have assumptions that it might be something related to the context you provide.

Please read the API documentation that this is expected behavior to have different behavior between Android and iOS: https://pub.dev/documentation/share_plus/latest/share_plus/Share/shareWithResult.html Also, don't tag people for no reason, especially when you have...

The solution provided above might also work, depending on your setup, but I would advice you to also remove Jetifier from your Android part of the project if your dependencies...