iiumschedule / iium_schedule

Make/Generate IIUM timetable with ease. Integration with IIUM database. App available on Android, MacOS & Windows.
https://iiumschedule.iqfareez.com
MIT License
24 stars 9 forks source link

🐛 ListView grey bug in course browser #42

Closed iqfareez closed 1 year ago

iqfareez commented 1 year ago

image

Steps to reproduce

  1. Open Course Browser
  2. Choose KICT, year 21/22, sem 3.

https://user-images.githubusercontent.com/60868965/195074001-29d784ab-7892-4901-8fd9-aea048566546.mp4

iqfareez commented 1 year ago

Another occurrence: image

iqfareez commented 1 year ago

Running in Debug mode, the error I'm getting is

flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
flutter: The following RangeError was thrown building Builder(dirty):
flutter: RangeError (index): Invalid value: Not in inclusive range 0..6: 98
...

This is related to https://github.com/iqfareez/albiruni/issues/1

iqfareez commented 1 year ago

image