jhomlala / alice

HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.
544 stars 246 forks source link

refactor: examples/alice #194

Closed techouse closed 3 months ago

techouse commented 3 months ago

Here I replaced very_good_analysis with flutter_lints and applied its standards as well as some other cosmetic / minor improvements.

jhomlala commented 3 months ago

Thanks, for your PR. I'm just thinking what is the reason of changing very good analysis for default linter?

techouse commented 3 months ago

I'm just thinking what is the reason of changing very good analysis for default linter?

One is outdated and custom, the other one is the Google standard. It highlighted many things that VGA didn't.

jhomlala commented 3 months ago

It makes sense. Thanks!