You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The native assets builder creates directories in the form of .dart_tool/native_assets_builder/<some-hash-of-the-config>. These directories should be purged at some point:
The native assets builder creates directories in the form of
.dart_tool/native_assets_builder/<some-hash-of-the-config>
. These directories should be purged at some point:native/pkgs/native_assets_builder/lib/src/build_runner/build_runner.dart
Line 255 in 4c5fca9
Possible purging strategy:
touch
theconfig.json
(or alast_read.json
) every time it's read. And with a 1% chance delete everything that hasn't been read in a week.The text was updated successfully, but these errors were encountered: