defuncart / shogi

A simple shogi engine for Dart and Flutter. This engine can be combined with flutter_shogi_board to render static game board positions, tsume problems or shogi castles.
MIT License
5 stars 0 forks source link

Feature/use pedantic over custom analysis options #9

Closed defuncart closed 4 years ago

defuncart commented 4 years ago

As pub.dev uses pedantic analyzer settings for scoring packages, this PR replaces flutter_analysis_options with pedantic.