Skip to content

Commit

Permalink
Merge pull request #5 from mario-bermonti:fix-bug-assets
Browse files Browse the repository at this point in the history
[Fix](example)(mdigits) Don't ref assets in pubspec
  • Loading branch information
mario-bermonti committed Aug 19, 2023
2 parents 932dd07 + a91313b commit a12cc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ flutter:
uses-material-design: true

# To add assets to your application, add an assets section, like this:
assets:
- assets/stim.txt
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg

Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ flutter:

uses-material-design: true

assets:
- assets/images/listen.jpeg
# - assets/stim.txt
# assets:

0 comments on commit a12cc73

Please sign in to comment.