No podspec found for `flutter_keyboard_visibility_web`解决
如示:
| 1 2 | Analyzing dependencies [!] No podspec found for `flutter_keyboard_visibility_web` in .symlinks/plugins/flutter_keyboard_visibility_web/ios` |
解决办法
- 删除 Podfile 和 Podfile.lock
- Flutter Clean
- flutter pub get
- Pod install
- Run the app