-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/calendar integration #72
Conversation
@NathanGrenier @Jpuntul there are some lint issues that git blame to you. Could you take a look? This may be the result of a merge conflict. |
It's just some lint issues. You can fix most by running |
That seems to fix the issues in homepage, but there's still issues in main.dart that come back to you @NathanGrenier. Could you take a look? |
references to non existing page
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.
Everything else seems good.
I ran Also, make sure to link to the issue this PR is resolving in the PR description. |
Resolves #53. I thought we were using zenhub. I only added the repository, and I don't use it in the app. But it can be tested with console logs. |
ZenHub uses github issues, so by referencing the issue in the PR the ticket will be closed once the PR is merged. |
@nathanial-hwong I merged with the develop branch and restructured the folders to match what you requested. Code works this way, but is this the structure you had it mind including the other files? |
@Niravanaa what troubleshooting steps have you already tried? Did you do a |
@briantkatch Yes, I've tried Most discussion threads having this sort of error were able to resolve the issue doing that, but that did not work on my end. I've signed into Google Calendar with an account, so the app itself shouldn't be an issue. I want to check if I'm the only one having this issue, @MeSumo are you able to reproduce this with a simulated/real Android device? |
@Niravanaa I tested with a physical android device after doing |
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.
LGTM! Works on Android and iOS
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.
LGTM!
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.
Ok! LGTM.
|
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.
🛠 Proposed Changes:
Added logic for calendar integration.
🔗 Related Issue(s):