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

Breaking change, update intl to 0.18.1. #51

Closed rsegecin closed 1 year ago

rsegecin commented 1 year ago

Bug description

math_keyboard package won't run with newest flutter sdk.

see error below:

[flutter_lib_test] flutter pub get
Resolving dependencies...
Because math_keyboard >=0.0.1 depends on flutter_localizations from sdk which depends on intl 0.18.1, math_keyboard >=0.0.1 requires intl 0.18.1.
So, because flutter_lib_test depends on math_keyboard ^0.1.9 which depends on intl ^0.17.0, version solving failed.
exit code 1

To Reproduce

  1. create a flutter app on the latest Flutter 3.10 sdk.
  2. add math_keyboard: ^0.1.9 as dependency package.
  3. run flutter pub get
  4. see error.

Updating math_keyboard's intl package dependency to 0.18.1 should solve the issue.

github-actions[bot] commented 1 year ago

Hi 👋🏽 Thank you for opening your first issue with simpleclub/math_keyboard ❤

You can expect triage from us soon 🙂 In the meantime, you can try to search for similar issues in our issue database.

edhom commented 1 year ago

Fixed with math_keyboard 0.2.0