Sergio Molchanovsky

Results 117 comments of 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.

![image](https://user-images.githubusercontent.com/12999702/195378076-77d55f18-67ac-4c88-a747-8f07980e1110.png) 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.

@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...