Rein Gundersen Bentdal
Rein Gundersen Bentdal
There is already an option to apply multiple styled using for example `decoration` and `constraints`
It depends on what you mean on production ready. Feature wise the package is good but it is still subject to change. I am working on version 0.2.0 which will...
I see, i would say yes. I would recomend using the newest version 0.2.0, since it has some performance improvements. I would not recomend using the Text and icon extensions...
Cool package, however I am not really a big fan of all the shorthands. For example clr instead of color. I am also a little bit concerned about the performance...
I see. But I would rather prefer textColor instead of clr for example. Anyways I will keep this issue open for now and follow the development
My main concern with this, just like with `styled_widget`, each time a method is called the object is copied, which might be a performance concern for bigger projects. To overcome...
Actually it would then be better in the example I gave to use double dot before the method (https://dart-lang.github.io/linter/lints/avoid_returning_this.html) ```dart CustomText // example name ..bold() ..fontSize(24) .bold() ```
@sooxt98 Maybe we should be able to merge the package into this? You are using `extra` as a map in the package to be able to modify parameters in a...
Could you give an example on how you think this should work? I would gladly accept a pull request which implements this in a nice way!
Would gladly accept a PR:)