simpleclub / math_keyboard

Math expression editing using an on-screen software keyboard or physical keyboard input in a typeset input field in Flutter.
https://simpleclub.github.io/math_keyboard
BSD 3-Clause "New" or "Revised" License
133 stars 49 forks source link

Replace `pedantic` with `flutter_lints` #54

Closed MacDeveloper1 closed 10 months ago

MacDeveloper1 commented 1 year ago
  1. I replaced the dev dependency pedantic (as it is deprecated) to flutter_lints.
  2. Also I did some minor modifications in correspondense of flutter_lints requirements.