kagonlineteam / KAG-APP

Mobile cross-platform app des KAG-Langenfeld. Beinhaltet VPlan, Stundenplan, News und mehr!
https://app.kag-langenfeld.de
GNU General Public License v3.0
2 stars 1 forks source link

Make text width (on calendar view) dynamic #31

Closed robmroi closed 4 years ago

robmroi commented 4 years ago

Use: MediaQuery.of(context).size.width - factor

Right now it crops the text after ~10 chars.

Also: Some text is not displayed. Fix that too