schulcloud-flutter
schulcloud-flutter copied to clipboard
Our Flutter based App for Android and iOS.
Errors are bad, but maybe we can make users laugh by showing them memes. For example, a `ConflictError` might result in a customized version of this meme: ...
Currently, our CD only deploys canary builds of the SC-instance to an internal test track of Google Play. We should expand that to: - [ ] Canary deploys of all...
**Describe the bug** When tapping the background of our `AssignmentsScreen` after assignments have loaded, `CourseChip`s reload and briefly show a `FancyText` in its loading state.
When the user shares a file into the app he should also be able to select open assignment, then the file will be uploaded there. we need to discuss if...
On iOS we should consider integrate into the files app as a FileProvider. However, right know there is no plugin for this and even the native implementation in our old...
> Maybe we should automatically force-fetch items if you land on the screen? (Like, force-fetch Courses on the `CoursesScreen`, force-fetch assignments on the `AssignmentsScreen`, force-fetch submissions if visiting the `Submission`s...
Can we consider using this package https://pub.dev/packages/receive_sharing_intent for receiving sharing intends. This will work on iOS Too and is better maintained
Currently iOS will show the files app for downloads. This is fine is you want to upload something form any app that is connected to that app. However is users...