Results 8 issues of MQTwist

## Steps to Reproduce **[flutter demo 传送门](https://github.com/MQTwist/flutter_use_boost)** **[iOS demo 传送门](https://github.com/MQTwist/FlutterBoostFrameworkApp)** 1. 创建flutter module,使用flutter boost; 2. 按照说明文档,在flutter module 和 iOS工程做相应的配置; 3. flutter项目和iOS项目按照上面链接下载,保证项目文件夹在同一级; 4. 如果使用cocoapods方式集成,路由跳转、页面显示正常,Podfile配置如下图: ![podflie](https://user-images.githubusercontent.com/19303684/163667273-96bf99c3-d727-4cf2-a6bb-65da58ddae21.png) 5. 项目使用framework集成就出现问题,步骤如下: 6. flutter项目使用`flutter build ios-framework...

导航控制器分类里面UINavigationController+SJVideoPlayerAdd 有对右滑手势处理,导致我在禁用右滑手势时无效。

button事先懒加载好,图片在右时,再次改变title文字长度,title和image会出现重叠。iOS13会自适应,title和image还是和之前一样,目前10不会自适应。

iOS 11 在控制中心关闭蓝牙,外设是断开了,但是手机上的蓝牙是没有关闭的,setBlockOnDisconnect这个方法也不走了 。这时候,再点击连接,原来会提示让用户开启蓝牙,现在iOS 11 也不提示了

@property (nonatomic, weak) UICollectionView *mainView; // 显示图片的collectionView 这个属性是在扩展里面,希望在头文件里面加一个只读属性,能够获取到这个UICollectionView

### Steps to reproduce git clone https://github.com/MQTwist/flutter_uikitview_memory.git cd flutter_application_1 flutter create . flutter pub get open ios/Runner.xcworkspace ### Expected results On a page with UIKitView, the pop-up system pops up...

platform-ios
engine
a: platform-views
perf: memory
has reproducible steps
P2
team-ios
triaged-ios
found in release: 3.24
found in release: 3.27

## Context (Input, Language) Input Format: Json Output Language: Swift ## Description I hope to support HandyJSON in Swift language, or support generating attributes from original fields without filtering '_'....

enhancement

### Code ``` import 'package:flame_lottie/flame_lottie.dart'; import 'package:flutter/material.dart'; import 'package:flutter_application_1/page/widgets/ui/vendor_ui/manager/lottie_cache_manager.dart'; import 'package:get/get.dart'; class LottiePage extends StatefulWidget { const LottiePage({super.key}); @override State createState() => _LottiePageState(); } class _LottiePageState extends State { List...