xpwmaosldk

Results 7 issues of xpwmaosldk

do you support other database any kind?

Hi there My flaovr configuration is here ``` flavors: prod: app: name: "myapp" android: applicationId: "com.myapp" ios: bundleId: "com.myapp" dev: app: name: "myapp-dev" android: applicationId: "com.myapp.dev" ios: bundleId: "com.myapp.dev" ```...

Now, Android is using icon in splash. https://developer.android.google.cn/about/versions/12/features/splash-screen Usually there is no problem, but mismatch in case of dark theme So, I need some customize splash both ios and android...

### Feature detail RemotePhotoView in ImageViewerPage is interacting with Touch Events strangely. Swipe events interact with both the image viewer and the Exif details panel. This causes strange behaviour when...

bug

The lack of examples and implemented classes makes it challenging to utilize the PdfDocumentParserBase. Could you please provide a suitable example or sample implementation of the PdfDocumentParserBase class? I tried...

support
needs triage

My code snippet is as follows: ```dart final image = await _screenshotController.captureFromWidget( Container( decoration: BoxDecoration( border: Border.all(color: Colors.red), color: Colors.amber, ), child: targetWidget, ), ); ``` When the browser is...

Before the capture, the rectangle only covers up to 'n' of the invoice, but when looking at the captured image, it covers up to 'v'. Here's a snippet of my...