ChunPangWong

Results 7 issues of ChunPangWong

左滑打开菜单,会马上自动关闭

这个是懒汉式吧? ``` public class CustomManager { private Context mContext; private static final Object mLock = new Object(); private static CustomManager mInstance; public static CustomManager getInstance(Context context) { synchronized (mLock) {...

"҉昵称 Swift里的JsonUtil无法解析上述特殊字符。 `result = result.replacingOccurrences(of: "\"", with: "\\\"");` 无法成功替换双引号

bug

``` Consumer( builder: (context , viewModel , child){ return Marquee( text: viewModel.address, blankSpace: 60.0, pauseAfterRound: Duration(seconds: 1), ); } ), ```

## 描述需求 比如我不需要多语言功能,能否手动配置关闭多语言相关逻辑

help wanted