tenhobi/effective_dart

Any option to toggle rules

apgapg opened this issue ยท 4 comments

Thanks for this cool package.
Can we disable some rules like 'Document all public members' ?

Done. I added this in analysis file

linter:
  rules:
    public_member_api_docs: false

Hi @apgapg โœ‹, thanks for oppening an issue.

Does this works? I will check that and add a note to the READE.

Yes it worked. Thanks for this package. I can now test tablet and phone UI simultaneously on flutter desktop. This prevents me to open 2 simulator simultaneously

Cool. Thx for bringing it up. I will update docs later today. ๐Ÿ‘