You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: