Skip to content

Commit 66ca7e8

Browse files
author
Seven Du
committedApr 6, 2022
🎉 1.0.0
1 parent 7f1c315 commit 66ca7e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+275
-3612
lines changed
 

‎.gitignore

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
node_modules
2-
.DS_Store
3-
*.local
1+
# Files and directories created by pub.
2+
.dart_tool/
3+
.packages
4+
5+
# Conventional directory for build outputs.
6+
build/
7+
8+
# Omit committing pubspec.lock for library packages; see
9+
# https://dart.dev/guides/libraries/private-files#pubspeclock.
10+
pubspec.lock

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 1.0.0
2+
3+
- Initial version.

0 commit comments

Comments
 (0)
Please sign in to comment.