Dart icon indicating copy to clipboard operation
Dart copied to clipboard

Add Null Safety To Dart Repo. Migrate to null safe dart sdk

Open akashgk opened this issue 3 years ago • 0 comments

We need to make the repo null safe, so we are up to date with the latest coding standards in dart.

We also need to migrate the files to follow null safety.

List of tasks.

  • [x] Fix the dart analysis errors.
  • [ ] update dart sdk
  • [ ] Update Dart SDK to 2.18 or higher.
  • [ ] Run Dart Migrate.
  • [ ] fix code in files with older sdk
  • [ ] Test Changes.

akashgk avatar Sep 20 '22 08:09 akashgk