We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cffb0 commit 1cfd272Copy full SHA for 1cfd272
.gitignore
@@ -30,6 +30,10 @@
30
.pub-cache/
31
.pub/
32
build/
33
+# For library packages, don’t commit the pubspec.lock file.
34
+# Regenerating the pubspec.lock file lets you test your package against the latest compatible versions of its dependencies.
35
+# See https://dart.dev/guides/libraries/private-files#pubspeclock
36
+pubspec.lock
37
38
# Android related
39
**/android/**/gradle-wrapper.jar
example/pubspec.lock
0 commit comments