-
Notifications
You must be signed in to change notification settings - Fork 49
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
Avoid @sealed annotation, using final class
for everything
#105
Comments
Hello! I would like to work in this issue. |
Assigned to you. This is mostly a bit of refactoring and making sure the public API is pretty, while also making sure people accessing it can't |
Might I suggest trying it out on something simple like side note. we'll probably also need to bump the version number and write an entry in |
We should use
final class
for everything in the public API.Motiviation:
In practice, we might have to do something that we export from
src/webcrypto/webcrypto.dart
and something we only export to other libraries inside this package.The text was updated successfully, but these errors were encountered: