Sergio Molchanovsky
Sergio Molchanovsky
It also removed GoogleService-info.plist and swapped build-phases to the wrong order: So the app couldn't even build until I fixed it.
 And it turned Android manifest into mash, writing all xml attributes into the single line.
Seems like it's the same problem: https://github.com/juicycleff/flutter-unity-view-widget/issues/172 It works on those phones we used for debugging. But provided solutions didn't work for us. We use `--no-shrink` flag. I also unticked...
It tried to add `debug / profile / innerTest` to the gradle config (according the `6.3`), it has no effect ```groovy signingConfigs { release { keyAlias keystoreProperties['keyAlias'] keyPassword keystoreProperties['keyPassword'] storeFile...
No, I didn't but it looks like a legacy code. I hadn't found that it is used anywhere.
Same here actual in `flutter_gen_runner: ^5.3.1`
@yunustaha maybe try this package? https://pub.dev/packages/json_serializable_mobx MobX doesn't support ObservableList serializing out of the box
Well, this looks reasonable.
> So a very very naive change to mobx may be: Add ref as an argument to Observer(builder: (context, ref) => ...). For https://github.com/observable, maybe enhance the codegen such that...
@fzyzcjy you can save the current behaviour, just rename current Observer into AutoObserver. But it would be a breaking change, you should add a migration note, that existing projects should...