CircuitVerse / mobile-app

Mobile App for CircuitVerse
https://play.google.com/store/apps/details?id=org.circuitverse.mobile_app
MIT License
70 stars 93 forks source link

Convert boolean value in profile page to yes/no #263 #275

Open Imsurajr opened 1 year ago

Imsurajr commented 1 year ago

Fixes #

Describe the changes you have made in this PR - As assigned, I had to change the boolean (True/False) value to more understandable (Yes/No). I did the same.

I ran flutter format flutter analyze flutter test and did not encountered any error.

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

aman-singh7 commented 1 year ago

@Imsurajr could you fix the ci?

Imsurajr commented 1 year ago

@aman-singh7 The intl 0.18.0 was not compatible with dart 3, I had to downgrade dart sdk's version to work on this project, try running it on the lower version which will support intl 17 , there it will work fine, if you try to run it on dart 3, other deprecated packages will also cause error.