mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
6c895ad4fe
* 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. |
||
---|---|---|
.. | ||
android | ||
assets | ||
integration_test | ||
ios | ||
lib | ||
linux | ||
macos | ||
packages | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
Makefile | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
app_flowy
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.