一切正常,但是升级软件包后,出现此错误。但是当我反转pubspec.lock时,我遇到了同样的错误...
Projects/app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:23:
error: a type with the same simple name is already defined by the single-type-import of KeyboardVisibilityPlugin
import com.github.adee42.keyboardvisibility.KeyboardVisibilityPlugin;
^
1 errorGradle task assembleDebug failed with exit code 1
答案 0 :(得分:0)
这是解决方案: 1)搜索添加的插件中使用的keyboard_visibility插件。 2)删除或联系作者以解决此问题。 3)扑打干净。
这样我就解决了这个问题。