-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement VersionControl
feature
#62
Conversation
- Provided NStackVersionControlWidget for the user to show version control dialog
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.
I'm not sure about forcing the devs to use native views, I still think they should be customisable.
@BucekJiri @nivisi what do you guys think?
…can customize the dialog. - Refactor snake case to camel case.
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.
General suggestion: we have to think about the interface that we expose to the end users. What widgets and data classes will be visible. We must reduce the amount unclarity / inconvenience we'll provide with our package.
This can be done separately, in a PR that would solely focus on this.
- Restrict the use of the default dialog - Refactor variable name to follow the flutter convention
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.
Looks fine to me.
Provided
NStackVersionControlWidget
for the devs to show version control dialogThe devs can pass the
onVersionUpdateNotification
function to get theUpdate
object and handle the update dialog themself.Or, to display a default adaptive dialog, they can set the
onVersionUpdateNotification
function tonull
and configure the localization strings from the NStack console.