-
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
Add dart snippets #5
Conversation
* Add extension on Config * Fix indentation * Fix enum name * Add print statements to remove unused_variable warnings * Remove unused import
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.
Changes look good! I have one suggestion.
Since we've opted to a more free approach on managing wallet & SDK streams, we should reference & informs users that snippets rely on this example helper class: snippets/dart_snippets/lib/sdk_instance.dart
on getting started 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.
LGTM
No description provided.