mirror of
https://github.com/flutter/samples.git
synced 2026-04-15 03:22:59 +00:00
Adding linux support (#482)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "window_configuration.h"
|
||||
|
||||
const char *kFlutterWindowTitle = "desktop_photo_search";
|
||||
const unsigned int kFlutterWindowWidth = 1280;
|
||||
const unsigned int kFlutterWindowHeight = 720;
|
||||
Reference in New Issue
Block a user