91 implement the gui for native desktop apps in flutter #111
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: git/caesar-transfer#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "91-implement-the-gui-for-native-desktop-apps-in-flutter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This merge provides a graphical surface for caesar-transfer, which has been sliced in flutter. The interface is available for linux, windows and android.
Motivation and Context
In order to address a larger user group and to fully utilize the capabilities of caesar-transfer, a GUI app is indispensable in today's world. For this reason, a GUI with Flutter and Flutter_rust_bridge was implemented.
As a result, large parts of the Rust code could simply be reused and the performance of the application could be improved.
By using Flutter we are able to offer the same experience on different platforms and devices.
How Has This Been Tested?
Due to the lack of time, the features were tested manually. This was done on various end devices. Including Linux, ChromeOs, Android (physical), Android (emulator), Windows.
Screenshots / Logs (if applicable)
Types of Changes
Checklist: