peterweb2005
peterweb2005
thanks any today's solution? or workaround stub? https://github.com/flutter/samples/tree/main/veggieseasons offical flutter solution use "provider", eg: MultiProvider, that we should upgrade to riverpod thanks EDIT current approach, just watch the ```dart ChangeNotifierProvider.value(...
made workaround, seems ok https://github.com/peterweb2005/youtube_player_flutter/tree/fullscreen-landscape
in _onDragUpdate(), as iconRating is normally determined in build methods so the call to onRatingUpdate() shouldnt be arg with iconRating, but _rating
sorry, how? App Engine standard gen1 will reach End of Support on January 30, 2024, ie: less than 2 months ## update ``` gcloud app deploy --no-cache src/main/webapp/WEB-INF/appengine-web.xml SEVERE: Received...
## update, seems different another critical part is that the issue no log in crashlytics but in play vitals ### my log ``` drawRenderNode called on a context with no...
said that it affect play review #165052
just follow this example: https://api.flutter.dev/flutter/widgets/WidgetsBindingObserver/didChangeMetrics.html 1. with WidgetsBindingObserver 2. register observer ```dart @override void initState() { super.initState(); WidgetsBinding.instance.addObserver(this); } @override void dispose() { WidgetsBinding.instance.removeObserver(this); super.dispose(); } ``` 3. get the...
just publish a release to see if there is another event on didChangeMetrics() and that the data size is not zero ### update and it seems, from the crash report...