Skip to content

Commit

Permalink
Remove AssetLoader() precompiled asset example (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
pento authored Jan 27, 2023
1 parent 8074ee7 commit c951f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import 'package:flutter_svg/flutter_svg.dart';
import 'package:vector_graphics/vector_graphics.dart';
final Widget svg = SvgPicture(
AssetLoader(const AssetBytesLoader('assets/foo.svg.vec'))
const AssetBytesLoader('assets/foo.svg.vec')
);
```

Expand Down

0 comments on commit c951f21

Please sign in to comment.