flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.33k stars 27.12k forks source link

Add lints test for all templates #115357

Open dcharkes opened 1 year ago

dcharkes commented 1 year ago

We have no test catching

Rather than add a specific test for that, we should add a test that does it for all templates (and all lints/warnings/errors).

exaby73 commented 1 year ago

Hello @dcharkes. Thank you for raising this issue. Labeling for further insights and visibility.

dcharkes commented 1 year ago

cc @stuartmorgan

stuartmorgan commented 1 year ago

Should be pretty easy to do by adding an integration test that flutter creates each template and then analyzes it.

Kaps61929 commented 1 year ago

Can someone provide some guidance on how to begin contributing to this repo?

exaby73 commented 1 year ago

Hey @Kaps61929. You can read https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md to get started :)