Skip to content

Commit

Permalink
chore(*): update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef committed Dec 18, 2020
1 parent 538cb52 commit 3cd380e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/assets/unknown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the CHANGELOG.md
1 change: 1 addition & 0 deletions example/assets/unknown/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the README.md
2 changes: 2 additions & 0 deletions example/lib/gen/assets.gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class $AssetsMovieGen {
class $AssetsUnknownGen {
const $AssetsUnknownGen();

String get changelog => 'assets/unknown/CHANGELOG.md';
String get readme => 'assets/unknown/README.md';
String get unknownMimeType => 'assets/unknown/unknown_mime_type.bk';
}

Expand Down

0 comments on commit 3cd380e

Please sign in to comment.