Android PIP Issue : MissingPluginException(No implementation found for method available on channel fl_pip)
foram0147 opened this issue · 3 comments
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method available on channel fl_pip)
E/flutter (10052): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320:7)
E/flutter (10052):
E/flutter (10052): #1 FlPiP.isAvailable (package:fl_pip/fl_pip.dart:116:25)
E/flutter (10052):
E/flutter (10052): #2 _PiPBuilderState.initState. (package:fl_pip/fl_pip.dart:26:21)
E/flutter (10052):
I've called a method to check whether PIP is available or not
Future requestPipAvailability() async {
pipAvailable = await FlPiP().isAvailable;
setState(() {});
}
I've used PIPBuilder for handling PipStutus
Those configuration already done which are mentioned in readme file
Try updating to the latest version