-
Notifications
You must be signed in to change notification settings - Fork 3
Platform interface #45
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
Conversation
| throw UnimplementedError(); | ||
| } | ||
|
|
||
| Future<Map<String, dynamic>> getAllAttributes( |
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.
getAllAttributes or getAttributes ?
| @@ -0,0 +1,201 @@ | |||
| Apache License | |||
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.
Now that I see this file, check if you need a GHA script like this one https://github.com/splitio/javascript-client/blob/development/.github/workflows/update-license-year.yml
to automatically update license files.
Flutter plugin
What did you accomplish?
splitio_platform_interfacepackage.SplitioPlatformas the interface that should be implemented by platform packages.SplitioPlatformimplementation usingMethodChannelis created.