ramtinq

Results 9 issues of ramtinq

This warning is shown for the first NativeAd in the example app: ` Not all asset views lie inside the native ad view. This indicates an integration problem. Such implementations...

help wanted
iOS
Native Ad

In the example app if we add `TickerProviderStateMixin` to the class where NativeAds are placed, the ad to which a NativeAdController is attached will refresh to "error" after almost 1...

help wanted
iOS
Native Ad

`CupertinoTextThemeData`'s `TextStyle` should maintain default values when setting some attributes. Example: If you just want to change the default text color throughout the app: ``` return CupertinoApp( title: 'Test App',...

waiting for customer response
in triage

### Version 7.0.2 ### Platforms Android ### Device Model Android Emulator API Level 24 ### flutter info ```sh [✓] Flutter (Channel stable, 3.7.3, on macOS 12.5.1 21G83 darwin-x64, locale en-US)...

### Platforms Android, iOS ### Description Here, if I change `_cropAspectRatio`, the widget will be rebuilt correctly, but then the user can't change the ratio freely by hand. On the...

### Platforms Android, iOS ### Description I need to add undo redo buttons to my editor. Tried copying 'editorKey.currentState' in a `_previousState` variable to be able to set the state...

Select a vertical image (aspectRatio less than 1), change the aspect ratio to something larger than its original ratio (e.g. 4 / 3), then the image cannot be dragged close...

I'm adding this again since it was relevant but just got closed without any answers. I want to not lose image quality when cropping, so that, for example when someone...

I want to not lose image quality when cropping, so that, for example when someone selects the left half of the image as their crop area, and the original image...