AthleteX-DAO / ax_dapp

frontend UI for AX
https://athletex.io
MIT License
9 stars 6 forks source link

Update code base to Flutter 3.22 #921

Closed rbharath99 closed 4 months ago

rbharath99 commented 4 months ago

Description

Due to the recent release of Flutter 3.22, we will need to update some packages and some areas of the code base to address any breaking changes in the application.

We are doing this because WASM is now fully supported in version 3.22. By switching to WASM, initial load times on Flutter Apps will be faster than previous versions. By doing so, we can improve user experience in that specific area of the application.

Fixes Jira Ticket #

Type of change

Please delete options that are not relevant.

Is this a UI Change? If so please include screenshot of before and after states below

How Has This Been Tested?

Updated each package and checked the code base for breaking changes

Checklist: