Andrius0124
Andrius0124
Still an issue for me cordova -v 9.0.0 ([email protected]) npm -v 6.10.0
@kamilmysliwiec Thanks for the great framework! Anyway we could speed up this PR? It's a blocker for us.
@endroca Huge help! Works like a charm! Thanks
@qq326646683 thanks for the answer. It worked for me. For anyone else, who like me didn't know where to put that file, it goes to "android\app\src\main\res\xml\provider_paths.xml"; It's described in the...
> Sure it does. I m currently only on my phone. Am 22. März 2022, 19:10 +0100 schrieb Shawn ***@***.***>: > […](#) > I think you would need to implement...
> Working workaround: > > ```dart > class _Wrapper { > final T _value; > const _Wrapper(this._value); > } > final count = watchOnly((MyChangeNotifier myChangeNotifier) => _Wrapper(myChangeNotifier), instanceName: "myChangeNotifier")._value; >...