Skip to content

v0.2.5: Code Quality Improvements

Latest

Choose a tag to compare

@Omarzintan Omarzintan released this 26 Dec 08:33
· 14 commits to main since this release

Fixed

  • Code quality improvements - Fixed string concatenation linting issues
    • Replaced + operator with string interpolation in USFX parser
    • Changed currentVerse.text + ' ' + trimmedText to '${currentVerse.text} $trimmedText'
    • Fixed in both parseBooks() and parseVerses() methods
    • All 76 tests passing
    • flutter analyze lib/ now reports no issues

Impact

  • Expected improvement in pub.dev package score from 140/160 to ~150/160
  • Better code maintainability and adherence to Dart style guidelines