18 Commits
Author SHA1 Message Date
Hidenori MatsubayashiandGitHub a957327203 custom-device: add customizable stopApp command (#202)
This change adds `stopApp` command to custom-devices json file to quit flutter app from host PC remotely.

Fixed #157

Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-08-16 01:24:35 +00:00
Hidenori MatsubayashiandGitHub 2f83e0844e Add FLUTTER_ELINUX_CUSTOM_RUN_ARGS env to pass custom run options (#201)
This change adds FLUTTER_ELINUX_CUSTOM_RUN_ARGS to pass custom run options for elinux embedder.

e.g.
$ FLUTTER_ELINUX_CUSTOM_RUN_ARGS="-w 640 -h 480" flutter-elinux run -d elinux-wayland

Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-08-14 06:53:21 +00:00
Hidenori MatsubayashiandGitHub 070d039f2d Update for flutter 3.10.0 (#182)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-05-20 04:58:32 +09:00
Hidenori MatsubayashiandGitHub 51a1d68590 update for flutter 3.7.0 (#158)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-01-25 23:39:11 +09:00
Hidenori MatsubayashiandGitHub ed16e0bd77 Add custom toolchain option (#110)
Fixed #48

Signed-off-by: Hidenori Matsubayashi <[email protected]>
2022-08-12 09:25:22 +09:00
andreadaoudandGitHub f6cb5b3728 Add --target-compiler-flags argument to specify flags for clang. (#106)
Also, avoid using environment variables to prevent interference to
other commands run by CMake. Only CMAKE_C(XX)_COMPILER is sufficient
to build flutter.
2022-08-07 12:29:27 +09:00
Hidenori MatsubayashiandGitHub e3b9d8e9ca Remove --enable-background-compilation (#93) 2022-04-13 09:41:39 +09:00
Hidenori MatsubayashiandGitHub 87bfe82298 Fix null access when we run integration tests (#91) 2022-04-08 09:35:14 +09:00
Hidenori MatsubayashiandGitHub 7fd1502d58 Add target-compiler-triple option (#88) 2022-04-07 16:35:28 +09:00
Hidenori MatsubayashiandGitHub 0e4107e829 Update to flutter-2.8.0 (#68)
Updated to the flutter 2.8.0. See also:
 - https://github.com/sony/flutter-embedded-linux/releases/tag/40a99c5951
 - https://github.com/flutter/flutter/tree/2.8.0
2021-12-10 13:19:28 +09:00
Hidenori MatsubayashiandGitHub feef220fb9 Add all runtime mode to custom-devices (#34)
* Add all runtime mode to custom-devices

* code format
2021-07-30 14:47:45 +09:00
Hidenori MatsubayashiandGitHub 3bb018d90f Add github workflows (#30) 2021-07-29 14:16:59 +09:00
Hidenori MatsubayashiandGitHub 8968bacfa1 Add port-forwarding for remote devices (#27) 2021-07-28 15:04:09 +09:00
Hidenori MatsubayashiandGitHub 09f57d9082 Add runDebug for remote devices (#26) 2021-07-28 14:15:35 +09:00
Hidenori MatsubayashiandGitHub 29eb6f6c21 Add install/uninstall to/from remote devices (#25) 2021-07-28 10:51:37 +09:00
Hidenori MatsubayashiandGitHub 0a3ef762f5 Cross-compile from x64 to arm64 (#20) 2021-07-27 14:17:50 +09:00
Hidenori MatsubayashiandGitHub 804ea1a0c1 Add device discovery and custom-devices (#14)
Fixed Discovery remote devices #12
2021-07-21 15:42:13 +09:00
Hidenori Matsubayashi d10fcb6127 first commit 2021-07-16 13:03:30 +09:00