Skip to content
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

fix(gotrue): export everything in constants.dart and hide what we want to hide instead of using show #617

Merged
merged 1 commit into from Sep 5, 2023

Conversation

dshukertjr
Copy link
Member

What kind of change does this PR introduce?

Currently we use the show keyword in exporting symbols from constants.dart file in gotrue. This requires us to add the new symbol to the export every time we create a new one. This PR changes to using hide to hide what we don't want to export so that new symbols are exported by default instead.

@dshukertjr dshukertjr merged commit 24df174 into main Sep 5, 2023
8 of 10 checks passed
@dshukertjr dshukertjr deleted the fix/gotrue-export branch September 5, 2023 13:59
@dshukertjr
Copy link
Member Author

I'm going to do another release just because I want to get the whatsapp otp sign in out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants