mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 117 forks source link

Introduce static analysis #172

Closed Pavel-Sulimau closed 4 months ago

Pavel-Sulimau commented 4 months ago

I noticed that there is no static analysis used in the repo, so I added flutter_lints and fixed the analyzer findings.

Also, updated the Dart SDK constraint to sdk: ">=3.0.0 <4.0.0" and the iOS files in the example app.

mattermoran commented 4 months ago

Nice, thanks!