-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change position using drag and drop #101
Change position using drag and drop #101
Conversation
a631e12
to
74bebd1
Compare
Not sure why web build is failing in GitHub actions, web seems to be building fine for me locally |
74bebd1
to
69ca8fe
Compare
Also, @shockbytes is the idea to implement this for Web too? |
// clientId: | ||
// '150599422814-moto7djse1tf7vtso7slemniki76ohg6.apps.googleusercontent.com', |
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.
Why is this necessary?
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.
oh yeah, sorry meant to delete this. All our google sign in stuff should be handled now in the install of the package, so we don't need to actually specify this here (see https://pub.dev/packages/google_sign_in_ios#ios-integration)
@lockieRichter I approved it. It does not need to be implemented on Web for the moment. The build breaks. You need to update the dependency |
No worries @shockbytes, to fix this issue I've had to bump the minimum Dart version in pubspec to |
69ca8fe
to
894fa78
Compare
Also fixes broken google sign in.