markdown_widget icon indicating copy to clipboard operation
markdown_widget copied to clipboard

Upgrade flutter_math_fork lib

Open xdidx opened this issue 1 year ago • 5 comments

There are errors when I'm building the example due to flutter_math_fork. Upgrade to 0.7.0 fix the issues

xdidx avatar May 23 '23 19:05 xdidx

Hi @xdidx , could you please verify if you have tested that the updated version of flutter_math_fork is compatible with other libs specified in the pubspec.yaml file?

asjqkkkk avatar May 24 '23 02:05 asjqkkkk

Yes it's works. I added the pubspec.lock only for the example app (based on https://dart.dev/guides/libraries/private-files).

xdidx avatar May 24 '23 09:05 xdidx

Hi @xdidx , flutter_math_fork: ^0.7.0 is not working for flutter 3.3.1, I believe that if we want to merge this pull request, there are still many dependencies related to the flutter version that need to be addressed in the project.

Because example depends on flutter_math_fork >=0.7.0 which requires SDK version >=3.0.0 <4.0.0, version solving failed.
pub get failed (1; Because example depends on flutter_math_fork >=0.7.0 which requires SDK version >=3.0.0 <4.0.0, version solving failed.)

asjqkkkk avatar May 31 '23 02:05 asjqkkkk

On the Flutter stable branch, flutter version 3.10.0 released on 10/05/2023 uses the Dart SDK v3.0.0 I've already done the flutter upgrade command to get it so I didn't get any error.

Does this command solve the problem ?

xdidx avatar Jun 01 '23 13:06 xdidx

On the Flutter stable branch, flutter version 3.10.0 released on 10/05/2023 uses the Dart SDK v3.0.0 I've already done the flutter upgrade command to get it so I didn't get any error.

Does this command solve the problem ?

Hi @xdidx , sorry for responding late, my meaning is that this pull request only performs partial upgrades, and corresponding modifications need to be made to the pubspec.yaml file in the project root directory, as well as to the workflows in the GitHub action. Otherwise, issues will arise in those areas that were not modified, and I will need to modify them again.

asjqkkkk avatar Jun 05 '23 02:06 asjqkkkk