1
0
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:
Brett Morgan
2020-06-24 07:17:36 +10:00
committed by GitHub
parent 09b26f89b4
commit 5a83eb300e
13 changed files with 349 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
#include "window_configuration.h"
const char *kFlutterWindowTitle = "desktop_photo_search";
const unsigned int kFlutterWindowWidth = 1280;
const unsigned int kFlutterWindowHeight = 720;