arslee07 / anilibria-flutter

Cross-platform client around AniLibria API
GNU General Public License v3.0
10 stars 0 forks source link

Better desktop UI #3

Open arslee07 opened 2 years ago

arslee07 commented 2 years ago

At the moment, the appearance of the application on the desktop looks very ugly. We need to adapt the interface for desktop.

arslee07 commented 2 years ago

There are two options:

  1. Make an existing interface responsive for different platforms. This will take less code, but it will be more difficult to maintain.
  2. Make a separate interface for desktop and mobile devices. This will take more code time, but it will be easier to maintain.

I would choose the second option, as it will allow more flexibility in changing the UI depending on the screen size.