jayeshpansheriya / awesome_extensions

An extension to the widget that helps to reduce the boilerplate and adds some helpful methods. and you can make responsive design.

Home Page:https://pub.dev/packages/awesome_extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use getters instead of functions where it makes sense

TekExplorer opened this issue · comments

For instance, I am used to using on a String: myString.isEmpty; having to replace that with myString.isBlank(); is unintuitive and unnecessary

@TekExplorer
Thank you for the feedback.

@TekExplorer updated in latest version

i'm not sure what you did?