To-do-list
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.
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