nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️
https://nylo.dev
MIT License
586 stars 58 forks source link

Enable Flutter Linter #116

Closed lepresk closed 6 months ago

lepresk commented 6 months ago

This PR aims to enable the Flutter Linter in the base template. Currently, it's completely disabled in the pubspec.yaml and analysis_options.yaml files.

I've made the necessary modifications to include Flutter Linter configurations in these files, following the best practices recommended by the Flutter community.

I believe that enabling the Flutter Linter in the template will help maintain cleaner code and align with Flutter standards for all projects derived from this template.

Thank you for considering this proposal.

agordn52 commented 6 months ago

Hi @lepresk,

Thanks for the PR! I will review this at my earliest convenience.

Thanks

agordn52 commented 6 months ago

LGTM

Thanks @lepresk, Merged 🚀