SankethBK / diaryvault

A personal diary application written in Flutter
https://play.google.com/store/apps/details?id=me.sankethbk.dairyapp
MIT License
86 stars 59 forks source link

Update analysis_options.yaml #80

Closed bibekpanda55 closed 11 months ago

bibekpanda55 commented 11 months ago

Update analysis_options.yaml to file to warn users to avoid making changes to all files under packages folder

What type of PR is this? (check all applicable)

Description

Update analysis_options.yaml to warn users to avoid making changes inside packages folder as it could create bugs and makes it difficult to update packages.Added this in analysis_options.yaml to ignore linting for packages.

Featured Covered in this PR