Open PlashSpeed-Aiman opened 2 years ago
Hi, I straightaway use this package to make the timetable, https://pub.dev/packages/flutter_timetable_view. Digging the code, found that it uses CustomPainter to draw a custom layout, but not sure exactly how they calculate the size and position.
I've tried to do it before on my own, using Table, Column and Row, and others, but none of them seems to be working.
Anyway just found this Android library, not sure how you want to lay out the schedule but this one is pretty nice. https://github.com/tlaabs/TimetableView
Thanks for the tip. I'm currently in the process of porting the app to C#/.NET and Kotlin.
Great!
There's a couple of problems in the schedule maker. The subject exists, but the error still shows
Thanks!
I can repro this on my side. I think it is caused by hardcoded data in request params. I'll look into it
Hi. Can you test with the latest release?
If you're using the web app, be sure to force reload to clear the pwa cache.
Latest release is amazing and much more user-friendly than previous.
User need #7 after generating schedule.
Arrangement of Days on timetable is not aligned
Thank you and noted for the bugs report. I'll make a new issue for it.
Could you explain in short how did you implement the schedule maker? What libraries did you used to draw the schedule etc? I'm trying to do my own implementation in Java/Kotlin