schulcloud-flutter icon indicating copy to clipboard operation
schulcloud-flutter copied to clipboard

Our Flutter based App for Android and iOS.

Results 85 schulcloud-flutter issues
Sort by recently updated
recently updated
newest added

Use swipe to refresh consistently on all screens

T: feat
P: 4

Currently, we need the `messengerToken` to create the `MessengerService`. We should be able to see cached rooms & messages even without internet or when our session has expired.

T: feat
M: messenger

A few lines above we check if `initialTabIndex < 0`. Can't we directly after we do the `indexOf` just `clamp` it? Like `initialTabIndex = initialTabIndex.clamp(0, tabs.length - 1)` _Originally posted...

Android supports grouping notifications by different channels specified per app: https://developer.android.com/training/notify-user/channels We should provide multiple channels (e.g., for courses, announcements, direct messages, etc., and potentially individual chats → see how...

T: feat
M: messenger