Flood_Mobile
Flood_Mobile copied to clipboard
GSoC 21' @CCExtractor. A modern mobile UI for various torrent clients with a Node.js backend and Flutter frontend.
Fixes #83 Describe the changes you have made in this PR - Resolves incompatible keyboard type for different TextFields of the settings option. Screenshots of the changes (If any) -...
**Describe the bug** The keyboard type for many TextFields are incorrect based on the data which has to be entered in the TextField. This should be resolved to make the...
Fixes #81 Describe the changes you have made in this PR - Resolves incompatible theme bug issue in the sidemenubar drawer option in light mode by changing the drawer theme...
**Describe the bug** The sidemenubar theme looks incompatible with the light mode theme of the app. The theme doesn't look like light mode and should be changed. **To Reproduce** Steps...
**Describe the bug:** The LabelText of the different options of the settings page of the app is not visible comfortably to the user in the dark mode of the app...
Fixes #79 Describe the changes you have made in this PR - Resolves visibility issue in the LabelText of different options of the settings screen in the dark mode of...
Fixes #30 The PR includes the feature of adding snackbar on: - adding new torrent - deleting a torrent - adding a new user - saving settings Screenshots of the...
Fixes #77 Describe the changes you have made in this PR - Solves build failing due to compileSdkVersion issue and incompatible kotlin version issue in new update of Flutter.
**Describe the bug** The build is failing due to compileSdkVersion issue and incompatible kotlin version issue in new update of Flutter. **To Reproduce** Steps to reproduce the behavior: Try to...
Snack bar
Issue: Currently, the app does not provide the user any instant feedback when they add, delete or complete a torrent. There are several other scenarios where a snack bar will...