Mike Faust

Results 2 comments of Mike Faust

For the time being pin the version in your pubspec.yaml to the current git commit: ```yaml flutter_cache_manager: git: url: https://github.com/Baseflow/flutter_cache_manager.git path: flutter_cache_manager ref: "54904e4" ```

I just had the same problem. The fix was to put the asset name inside this expression: ```dart linePattern: [Expressions.image, 'unpaved-pattern'] ```