Haijun

Results 7 comments of Haijun

This is not a cache package issue. https://github.com/flutter/flutter/issues/153265

I have an app that uses a lot of image resources, the page flickers very badly when returning to the previous page, and the experience is very bad. https://github.com/flutter/flutter/assets/7686137/d28263f6-d031-494f-8df7-75c571bbfaf6

podfile文件增加 target.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end

Any updates? My application triggers this issue and the page doesn't refresh; it only refreshes after I go to the background and then return to the foreground.

provider_scope.dart UncontrolledProviderScope Widget. ``` dart void _flutterVsync(Task task) { assert( _task == null // Checks for race conditions where a task has been completed in a different scope. // If...