Unable to build IOS : Thread 1: "Duplicate plugin key: FlutterKeyboardVisibilityPlugin"
Opened this issue · 1 comments
Abdelrhman-Azab commented
Unable to build IOS : Thread 1: "Duplicate plugin key: FlutterKeyboardVisibilityPlugin"
EchoEllet commented
If you're using flutter_keyboard_visibility_temp_fork (or if it's a transitive dependency) then this issue is not from flutter_keyboard_visibility
. Run flutter pub upgrade
to update the temp fork to the latest where the name collision issue is fixed.