# flutter_add-to-app_bugfix **Repository Path**: ptlpt/flutter_add-to-app_bugfix ## Basic Information - **Project Name**: flutter_add-to-app_bugfix - **Description**: Add-to-app模式下,在FlutterActivity子类configureFlutterEngine里,因设置的MethodChannel及MethodCallHandler未触发,导致Flutter Module通过MethodChannel调用原生平台时一直抛MissingPluginException的问题分析及解决。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-16 - **Last Updated**: 2023-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_add-to-app_bugfix Add-to-app模式下,在FlutterActivity子类configureFlutterEngine里,因设置的MethodChannel及MethodCallHandler未触发,导致Flutter Module通过MethodChannel调用原生平台时一直抛MissingPluginException的问题分析及解决。 关联的问题分析文章见:[Add-to-app的MethodCallHandler不生效抛MissingPluginException解决](https://ptlpt.gitee.io/flutter-configureflutterengine-not-invoke/)