Amr Eniou
Amr Eniou
@munificent I wonder is dart will or has support for when like freezed library ``` enum Answer{ yes,no} Answer answer=Answer.yes; answer.when(yes:()=>..,no:()=>) ```
@ponnamkarthik could you review the open PR so we don't get the warning while running on web Thanks in advance
@erdzan12 I am not a repo contributor but I can approve only 😂
@renefloor Could you check this PR? Thanks
@amorenew @amrgetment is not a maintainer I just tried to approve but as both accounts are not a collaborator then it won’t affect the PR
@mvanbeusekom we need a review and merge for this PR
@Frezyx Thanks a lot here for bloc messages you use `settings.printStateFullData`, so same you could use settings.maxLength ``` String _createMessage() { final sb = StringBuffer(); sb.write(displayTitleWithTime); sb.write('\n$message'); sb.write( '\n${'CURRENT state:...
any updates
updated link for magic number https://checkstyle.sourceforge.io/checks/coding/magicnumber.html#MagicNumber > For reference, checkstyle's [MagicNumber check](http://checkstyle.sourceforge.net/config_coding.html#MagicNumber) is defined like this: