AppFlowy/frontend/app_flowy/lib
Kristen McWilliam 6c895ad4fe
Refactor: app window logic (#1842)
* feat: add TargetPlatform `isDesktop` helper

Safe and convenient way to check if the current platform is a desktop platform.

* refactor: move window logic to separate class

This is much cleaner and better encapsulated. Sets up an area for
further window management in the future.

Does not try to initialize on mobile or web, which would crash.

* fix: isDesktop doc comment

* fix: set window title

Currently only displays "app_flowy" as the window title. This commit
sets the window title to "AppFlowy" as part of the init process.
2023-02-11 14:16:38 +08:00
..
core Refactor: app window logic (#1842) 2023-02-11 14:16:38 +08:00
plugins feat: support create document with initial data (#1841) 2023-02-10 22:24:34 +08:00
startup fix: use window_manager to set minimum window size (#1791) 2023-02-09 14:42:18 +08:00
user docs/update database documentation (#1824) 2023-02-08 10:40:40 +08:00
util/file_picker feat: Customize the storage folder path (#1538) 2022-12-20 11:14:42 +08:00
window Refactor: app window logic (#1842) 2023-02-11 14:16:38 +08:00
workspace feat: support create document with initial data (#1841) 2023-02-10 22:24:34 +08:00
main.dart Refactor: app window logic (#1842) 2023-02-11 14:16:38 +08:00