You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# .gitignore info taken from https://dart.dev/guides/libraries/private-files
.DS_Store
.dart_tool/
.packages
.pub/
build/
doc/api/
# IntelliJ
*.iml
*.ipr
*.iws
.idea/
#For library packages, don’t commit the pubspec.lock file. Regenerating the pubspec.lock file lets you test your package against the latest compatible versions of its dependencies.
#For application packages, we recommend that you commit the pubspec.lock file. Saving pubspec.lock ensures that everyone working on the app uses the exact same versions.