TUM-Dev / campus_flutter

Development of the cross-platform TUM Campus App with Flutter - for and from students at Technical University of Munich.
https://tum.app/
GNU General Public License v3.0
44 stars 6 forks source link

Fixed calendar widget bug #291

Closed Fundevoge closed 1 month ago

Fundevoge commented 1 month ago

There was a bug in the calendar widget

Before

The code solves this by checking whether the String contains %d and then inserts the correct number.

After

Also, there was a small issue with the setup instructions in the readme

jakobkoerber commented 1 month ago

Thank you for your contribution! Unfortunately this fix works but isn't really "neat" 😄 Since I have to change some things with the Android calendar widget anyways, I opened #292 which also fixes the bug with the timeAgo String. Thank for your understanding. I am looking forward to more contributions from you in the future 🚀