widget_chain icon indicating copy to clipboard operation
widget_chain copied to clipboard

To-do-list

Open p-null opened this issue 6 years ago • 1 comments

Hi, First of all, thanks for the work. Its a really cool package.

I was wondering if there is a better solution where we can build a package to let users make a method/class chainable by simply adding adecorator to it?

@chain
class Container {
//...
}

Do you think there is a better solution to implement widget chain?

Second, it seems like we would need to add more wrappers to common widgets. Is there any to-do list so that people can contribute to the project?

If thats the case, it will be greatly helpful if you could write a step-by-step tutorial on how to add a wrapper for widgets for this project.

p-null avatar Jan 08 '20 18:01 p-null

Hi, First of all, thanks for the work. Its a really cool package.

I was wondering if there is a better solution where we can build a package to let users make a method/class chainable by simply adding adecorator to it?

@chain
class Container {
//...
}

Do you think there is a better solution to implement widget chain?

Second, it seems like we would need to add more wrappers to common widgets. Is there any to-do list so that people can contribute to the project?

If thats the case, it will be greatly helpful if you could write a step-by-step tutorial on how to add a wrapper for widgets for this project.

sounds good

songyu719 avatar Dec 21 '20 03:12 songyu719