Matias Pequeno
Matias Pequeno
Also, if the key `class` isn't available, the class could be deduced from the name of the object containing the responses/requests.
I think I know what is going on. Android SDK's m2 repo was recently modified, r13 is now located at `com.android.support:support-v4:13.0.0`
@derdoktor667 Yeah, me too. But the HE lib AAR in Goddchen's repo seems to be pointing to `com.google.android:support-v4:r13`.
@rashadatjou Hey! I appreciate you taking the time to report this issue, I'm looking into this right now. In the meantime, could you try archiving through Xcode and check if...
@rashadatjou I've created the `nameconflict` branch where I removed the conflict. Unfortunately, it still doesn't seem to be working when compiling via `xcodebuild` with `BUILD_LIBRARY_FOR_DISTRIBUTION=YES`. However, Xcode is able to...
@rashadatjou The error being reported ``` RollbarReport.swiftinterface:7:8: error: no such module 'RollbarCrash' import RollbarCrash ^ ``` Points at the module not being included in whatever `SwiftVerifyEmittedModuleInterface` does to perform the...
I can reproduce, trying to find a solution. @mrchenmo There's no need to ensure bindings are initialized after `runApp()` since `runApp()` initializes the bindings. So, it must be done before...
With regards to @rfuerst87, I know it's been quite a few months, but I believe your changes to be worth implementing. I wouldn't want to break userspace if someone decides...
> I guess it's important to mention that starting from Flutter 3.3 you souldn't use `runZonedGuarded` to catch errors in flutter anymore. Instead `PlatformDispatcher.onError` is now the recommended approach. >...
@mazen930 @mrchenmo The update with the bug fix (1.3.1) is now published @ https://pub.dev/packages/rollbar_flutter.