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
Enable Config: Added enable to explicitly control whether a module participates in watching and generation.
启用开关: 新增 enable 配置,用于显式控制模块是否参与监听和生成。
Leaf Type Config: Added leaf_type for robust style so hierarchical APIs can return either typed wrappers or raw String paths.
叶子类型配置: 为 robust 风格新增 leaf_type 配置,支持在保留分层 API 的同时选择返回包装类型或原始 String 路径。
Changed / 变更
YAML Source of Truth: 3.x now treats pubspec.yaml as the source of truth. Modules without a flutter_assets_generator block are no longer watched or generated automatically.
Robust Directory Naming: Directory helper classes now use the full physical asset path to avoid collisions when different roots share the same folder name or tree shape.