justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
416 stars 229 forks source link

Refactor avoid late keyword as much as possible #357

Closed sunboyy closed 3 months ago

sunboyy commented 3 months ago

late keyword is dangerous and can lead to runtime error. This PR tries to reduce the use of late keyword as much as possible to make all null checks at compile time.

FauconSpartiate commented 3 months ago

@sunboyy Tests are failing

sunboyy commented 3 months ago

Oops! Sorry. Fixed it now