Appodeal-Flutter-Plugin icon indicating copy to clipboard operation
Appodeal-Flutter-Plugin copied to clipboard

Official Flutter Plugin that adds Appodeal SDK support to your Flutter application.

Results 15 Appodeal-Flutter-Plugin issues
Sort by recently updated
recently updated
newest added

While my app is initializing, reward ads are loading and I'm receiving onInitializationFinished: errors - 0 While clicking the rewards advertisements button on an Android device, it functions properly; however,...

XCode version: 16.0 Mac OS Sequoia 15.0 - M1 It seems that when it loads the Sentry dependency, it gives an error... Failed to build iOS app Semantic Issue (Xcode):...

bug

**Error:** Asset validation failed Invalid Executable. The executable 'Runner.app/Frameworks/OMSDK_Appodeal.framework/OMSDK_Appodeal' contains bitcode. (ID: 2777fbb0-f07a-497b-8528-c8abdf316386) **Description:** After switching to Xcode 16, an error occurs when uploading the archive to App Store Connect....

bug

As dart supports complex enums, it will be great to make AppodealAdType as enum with fields. Example: ```dart enum AppodealAdType { interstitial(android: 0, ios: 1, sios: 3), rewardedVideo(android: 0, ios:...

enhancement