-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to new version of flutter and dart #1
base: home
Are you sure you want to change the base?
Conversation
LGTM! |
Looks good. However it looks like we have a couple files here that probably shouldn't be checked into git. This, along with general reorganizing of the repository can be a separate issue in itself. |
watcher:file:///C:/Users/Ikjot%20Singh/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/watcher-0.9.7+15/lib/ | ||
web_socket_channel:file:///C:/Users/Ikjot%20Singh/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/web_socket_channel-1.2.0/lib/ | ||
yaml:file:///C:/Users/Ikjot%20Singh/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/yaml-2.2.1/lib/ | ||
# This file is deprecated. Tools should instead consume |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this one too.
@CommanderAstern make the aforementioned changes and push a commit. |
Instead of just removing them, it would make more sense to add them to the gitignore as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted unnecessary files
Made the necessary changes for migration to the new versions of flutter and dart