Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Oct 11, 2023
1 parent d1f8b73 commit f867a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ doc/api/

.flutter-plugins
.flutter-plugins-dependencies

.coverage
2 changes: 1 addition & 1 deletion example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ void main() {

// Quote (") and backslash (\)
print(r'"Quote (\") and backslash (\\)"'.unquote());
}
}

0 comments on commit f867a76

Please sign in to comment.