Closed
Description
Description
Migrate the app to null safety with the latest flutter version: 2.5.2 and check which dependencies are incompatible.
Screenshots
None
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- See https://dart.dev/null-safety/migration-guide
- See how to fix the partially migrating dependencies
- Make sure to follow the Linting rules ( analysis_options.yaml )
- Resolve all the conflicts after null safety migration before making any commit.
Additional data
What changes can we make in linting after null safety migration?