mobileappdevhm / dev-team-1-cie-app-in-flutter

Development Team 01 (Flutter)
https://mobileappdevhm.github.io/dev-team-1-cie-app-in-flutter/
8 stars 1 forks source link

use lower case logic in courseList to avoid case sensitive search #256

Closed heatsink closed 6 years ago

heatsink commented 6 years ago

Easy code review 👍

https://github.com/mobileappdevhm/dev-team-1-cie-app-in-flutter/issues/252

Just compares both the typed search text and course name using lower case logic so search isn't forced to be case sensitive.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 827


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/widgets/courseList.dart 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 825: 0.0%
Covered Lines: 1547
Relevant Lines: 2070

💛 - Coveralls