-
Notifications
You must be signed in to change notification settings - Fork 46
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
Updated Plugin, Gradle, Doc & Migrated to null-safety #4
base: master
Are you sure you want to change the base?
Conversation
body: IndexedStack( | ||
index: index, | ||
children: [ | ||
ListView( |
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.
will you be able to change this to the builder ? the listview builder
@override | ||
void initState() { | ||
super.initState(); | ||
keyLogger.logs((log) { |
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.
this doesn't seem to match with the updated one
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.
basically, the whole code here should be either matching to updated API or no code
), | ||
], | ||
), | ||
ListView( |
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.
builder here as well
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.
Check some comments.Thanks for great effort
Please check out this update and let me know if you are satisfied with it. I am open to more changes