Results 4 comments of Brody

Pod版本中的MenuButton.m文件里`#import ` 路径的问题,修改成`#import "POP.h"`后就可以了。 PopMenu.m 文件里的 `#import ` `#import ` 修改为 `#import "XHRealTimeBlur.h"` `#import "POP.h"`

你好,我从你Github上面下载来的代码里面运行都是正确的,你代码里import这几个头文件的方式也是跟我说的是一样的,所以你Github上面的代码没有问题,但是当我通过pod安装到工程里面的时间,发现pod安装的版本里面就存在这个问题,所以只能你确认一下Pod中你提交的版本可能不是你github中最新的版本,你能重新提交一份github中最新的版本到pod中吗

Having the same issue with the shared_preferences: ^2.3.2 `flutter run --release --verbose` `[ +415 ms] E/flutter (10477): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.shared_preferences_android.SharedPreferencesApi.getAll"., null, null)...