Wayaer / fl_pip

flutter picture-in-picture plugin for ios and android
MIT License
27 stars 14 forks source link

Android PIP Issue : MissingPluginException(No implementation found for method available on channel fl_pip) #11

Open foram0147 opened 10 months ago

foram0147 commented 10 months ago

[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

Wayaer commented 10 months ago

image

foram0147 commented 10 months ago

Those configuration already done which are mentioned in readme file

Wayaer commented 9 months ago

Try updating to the latest version