LongXiangGuo

Results 9 issues of LongXiangGuo

While zoom the image to a larger proportion, crop image error, a platform exception thrown. (iOS is ok) Error info ![image](https://user-images.githubusercontent.com/16632821/89624726-41ab6880-d8c9-11ea-82e6-eb969e5f29d8.png) Could crop image: ![IMG_1877](https://user-images.githubusercontent.com/16632821/89625274-3442ae00-d8ca-11ea-95a4-25c3f01f86fa.png) Could not crop image: ![IMG_1876](https://user-images.githubusercontent.com/16632821/89625287-399ff880-d8ca-11ea-8b37-fff9de1dbce5.png)...

每次启动均需要通过请求授权来设置代理,这与App本身的启动流程不符合**(产品要求先检查权限,开启则不需要请求权限, JPush需要在Setup内置默认权限检查,并设置代理)** ```Objective-C - (void)applyPushAuthority:(FlutterMethodCall*)call result:(FlutterResult)result { JPLog(@"applyPushAuthority:%@",call.arguments); notificationTypes = 0; NSDictionary *arguments = call.arguments; if ([arguments[@"sound"] boolValue]) { notificationTypes |= JPAuthorizationOptionSound; } if ([arguments[@"alert"] boolValue]) { notificationTypes |= JPAuthorizationOptionAlert;...

The model is stretched when Load the glb with animations use [GLTFSceneKit](https://github.com/magicien/GLTFSceneKit)

**Important** From Fall 2023 you’ll receive an email from Apple if you upload an app to App Store Connect that uses required reason API without describing the reason in its...

### This feature is VS Code specific - [X] VS Code specific ### Use case In most cases, we need to modify the Podfile to implement different logic for iOS...

enhancement
pinned
transferred

### Is there an existing issue for this? - [x] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...

type-enhancement

### Steps to reproduce Could not reproduce it in examples. Prod app got this error (`Unable to load asset: "AssetManifest.bin".`) on flutter 3.16.3, it's the top 10 flutter exception. check...

waiting for customer response
in triage

### What happened? Test with my xcodeproj failed. below is the error log ``` `zsh: segmentation fault` dependency-graph TestDependency.xcodeproj ``` dependency-graph version: 1.2.0, installed by `brew` Project Document Format Xcode...

bug