Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

amosogra
Copy link

Please check out this update and let me know if you are satisfied with it. I am open to more changes

body: IndexedStack(
index: index,
children: [
ListView(
Copy link
Owner

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) {
Copy link
Owner

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

Copy link
Owner

@cimplesid cimplesid Apr 17, 2022

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(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

builder here as well

Copy link
Owner

@cimplesid cimplesid left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants