Chihiro

Results 12 comments of Chihiro

> > 要有一个感恩的心,他们能公开分享很感激了,这是一个大的版本更新,确实需要仔细的考量和设计,耐心等等吧 > > 也是, 我收回我的话。 但是真的感觉烂尾的有点多, 收回个屁,阿里的开源都是kpi产物,经常不维护的,只要有替代品我是绝不用阿里的

作者不更新,咱可以自己改的嘛 [flutter_my_picker_null_safety](https://github.com/InTheClodus/flutter_my_picker_null_safety)

https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/assets/33110499/5ae87b90-63a8-4829-8220-d6ce029f6689 The video uploaded above is not very clear, so I have re-uploaded a new one.

``` Future _handleFocus() async { if (effectiveFocusNode.hasFocus && enabled) { effectiveFocusNode.unfocus(); await onShowPicker(context, value); } } ``` I found the issue lies within the code snippet above. This portion of...

> Hi, I found that having a ChangeNotifier that rebuild a widget holding a FormBuilderDateTimePicker produces the same issue. > > I also noticed that removing the required validator suppressed...

我今天打包也遇到了这个问题我是这么解决的: 打开 External Libraries-->Flutter Plugins-->dim-0.2.8-->android-->gradle.wrapper-->打开 gradle-wrapper.properties文件,将 `distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip`修改为 `distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip` 然后在打开 ..-->android-->build.gradle文件将 ``` compileSdkVersion 27 defaultConfig { minSdkVersion 16 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } ``` 修改为 ``` compileSdkVersion 30 defaultConfig { minSdkVersion 19 testInstrumentationRunner...

Try changing it to ```dart "home_screen_nav_home_view_text8".tr(context:context), ```

I also encountered this issue, which appeared on the language selection page. After testing, I found that adding a context in the tr method in pages that cannot be refreshed...

Because there are many plugin warehouses on the native side of Android have been deleted, resulting in failure to download

这个bug我也遇到了,是输入框焦点的问题,我把源码里绑定焦点的那一行注释了就不会报错