Hidenori Matsubayashi and GitHub
0cae5997b2
release: update for flutter 3.13.3 ( #219 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-09-07 22:18:36 +00:00
Hidenori Matsubayashi and GitHub
a86363b246
custom-devices: add timeout to ping command ( #218 )
...
This change adds 10sec timeout to ping command to discovery custom devices.
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-09-05 11:33:16 +00:00
Hidenori Matsubayashi and GitHub
f295a9d303
release: update for flutter 3.13.2 ( #214 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-30 22:12:05 +00:00
Hidenori Matsubayashi and GitHub
d2ae0ffdb9
gen_snapshot: fix Platform.operatingSystem issue ( #213 )
...
This change fixes an issue that `Platform.operatingSystem` returns Android on x64 hosts and when cross-building for arm64 targets on x64 hosts. To fix the issue, use the gen_snapshot of linux and elinux instead of Android's one.
Fixed https://github.com/sony/flutter-elinux/issues/212
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-29 12:07:51 +00:00
Hidenori Matsubayashi and GitHub
fa64bab806
upgrade: fix error messages when using upgrade command ( #210 )
...
This change fixes the following error messages when using upgrade command.
```
$ flutter-elinux upgrade
flutter-elinux is already up to date
Null check operator used on a null value
#0 ELinuxUpgradeCommandRunner.runCommandFirstHalf (package:flutter_elinux/commands/upgrade.dart:99:49)
<asynchronous suspension>
#1 ELinuxUpgradeCommandRunner.runCommand (package:flutter_elinux/commands/upgrade.dart:72:7)
<asynchronous suspension>
#2 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27)
<asynchronous suspension>
#3 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#4 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#5 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9)
<asynchronous suspension>
#6 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5)
<asynchronous suspension>
#8 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:115:9)
<asynchronous suspension>
#9 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#10 main (package:flutter_elinux/executable.dart:80:3)
<asynchronous suspension>
```
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-24 20:18:35 +00:00
Hidenori Matsubayashi and GitHub
a49febf363
fix unknown flutter version issue (git tag version) ( #209 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-24 19:45:13 +00:00
Hidenori Matsubayashi and GitHub
e712d09e46
update engine/flutter version for flutter 3.13.1 ( #208 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-24 19:09:51 +00:00
Hidenori Matsubayashi and GitHub
582bdc8d49
pubspec: update sdk version ( #207 )
...
This change updates sdk version.
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-23 18:55:22 +00:00
Hidenori Matsubayashi and GitHub
23d92c6c04
packages: add flutter_elinux package for platform views ( #206 )
...
https://github.com/sony/flutter-embedded-linux/issues/41
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-23 18:44:46 +00:00
Hidenori Matsubayashi and GitHub
dd7d8cb2c5
release: update for flutter 3.13.0 ( #204 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-17 01:45:11 +00:00
Hidenori Matsubayashi and GitHub
4d747457cd
release: update for flutter 3.13.0 ( #203 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-08-17 00:20:27 +00:00
Hidenori Matsubayashi and GitHub
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 Matsubayashi and GitHub
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 Matsubayashi and GitHub
c08749ae1a
Fix wrong flutter_tools.stamp version check in shared.sh ( #196 )
...
This change fixes wrong flutter_tools.stamp version check in shared.sh.
Fixed #195
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-07-22 01:52:35 +00:00
Hidenori Matsubayashi and GitHub
b9a5cc7605
Add local elinux-artifacts use support ( #193 )
...
This change add ELINUX_ENGINE_BASE_LOCAL_DIRECTORY environment to use local artifacts of elinux without downloading them from GitHub.
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-07-15 01:25:28 +00:00
Hidenori Matsubayashi and GitHub
744ba63a0b
Update for flutter 3.10.6 ( #192 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-07-14 23:43:57 +00:00
Hidenori Matsubayashi and GitHub
f36ac39e6f
Update how to run ( #189 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-06-15 12:32:25 +09:00
Hidenori Matsubayashi and GitHub
985b2c8ef9
Update for flutter 3.10.5 ( #188 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-06-15 06:56:29 +09:00
Hidenori Matsubayashi and GitHub
476b1d04e5
Update for flutter 3.10.3 ( #186 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-06-03 07:35:53 +09:00
Hidenori Matsubayashi and GitHub
2b8096b098
Update for flutter 3.10.2 ( #184 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-05-25 21:09:13 +09:00
Hidenori Matsubayashi and GitHub
410b3ca42f
Update for flutter 3.10.1 ( #183 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-05-20 05:06:56 +09:00
Hidenori Matsubayashi and GitHub
070d039f2d
Update for flutter 3.10.0 ( #182 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-05-20 04:58:32 +09:00
Hidenori Matsubayashi and GitHub
de7b47e54f
Update for flutter 3.7.12 ( #180 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-05-01 17:07:11 +09:00
Hidenori Matsubayashi and GitHub
36962ab48e
Update for flutter 3.7.11 ( #178 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-04-13 19:14:46 +09:00
Hidenori Matsubayashi and GitHub
a5c6e14e44
Update for flutter 3.7.10 ( #177 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-04-08 07:39:43 +09:00
Hidenori Matsubayashi and GitHub
fdaec2b2f5
Update for flutter 3.7.9 ( #175 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-04-01 11:27:21 +09:00
Hidenori Matsubayashi and GitHub
0758787040
Update for flutter 3.7.8 ( #174 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-03-23 22:21:17 +09:00
1d06f87d2d
Use all cores during build ( #171 )
...
* Use all cores during build
* Updated Authors
---------
Co-authored-by: Anton Sakhon <[email protected] >
2023-03-21 02:40:08 +09:00
Hidenori Matsubayashi and GitHub
1defa07ac9
Update for flutter 3.7.7 ( #170 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-03-09 08:57:54 +09:00
Hidenori Matsubayashi and GitHub
852b5072be
Update for flutter 3.7.6 ( #167 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-03-02 22:45:10 +09:00
Hidenori Matsubayashi and GitHub
6880a34dd3
Update for flutter 3.7.5 ( #166 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-02-25 01:03:54 +09:00
Hidenori Matsubayashi and GitHub
0bb171c8be
Update for flutter 3.7.3 ( #164 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-02-10 21:39:58 +09:00
Hidenori Matsubayashi and GitHub
6273df5a2a
Update for flutter 3.7.2 ( #162 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-02-09 21:59:12 +09:00
Hidenori Matsubayashi and GitHub
5cc0e4fd62
Update for flutter 3.7.1 ( #160 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-02-04 10:47:22 +09:00
Hidenori Matsubayashi and GitHub
51a1d68590
update for flutter 3.7.0 ( #158 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2023-01-25 23:39:11 +09:00
Hidenori Matsubayashi and GitHub
19a1b05ea2
Fix wrong SHA for flutter 3.3.10 ( #156 )
...
Fixed #155
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-12-20 22:37:10 +09:00
Hidenori Matsubayashi and GitHub
435687395a
Update for flutter 3.3.10 ( #154 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-12-16 19:13:29 +09:00
Hidenori Matsubayashi and GitHub
703472b7f4
Update for flutter 3.3.9 ( #152 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-11-25 22:03:41 +09:00
CloudWebRTC and GitHub
8d3e9fb098
pass FLUTTER_TARGET_PLATFORM flag to cmake. ( #150 )
...
* pass FLUTTER_TARGET_PLATFORM flag to cmake.
* chore: update AUTHORS.
* Update elinux_build_target.dart
2022-11-15 12:24:32 +09:00
Hidenori Matsubayashi and GitHub
30df9ed71e
Update for flutter 3.3.8 ( #148 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-11-12 11:05:54 +09:00
Hidenori Matsubayashi and GitHub
40ce536d59
Fix --analyze-size option ( #146 )
...
See #145
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-11-04 22:58:52 +09:00
Hidenori Matsubayashi and GitHub
3bde0b5c36
Update for flutter 3.3.7 ( #144 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-11-03 12:01:41 +09:00
Hidenori and GitHub
b859ffa5ea
Update for flutter 3.3.5 ( #142 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-10-21 21:14:11 +09:00
Hidenori Matsubayashi and GitHub
0698e414af
Update for flutter 3.3.4 ( #139 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-10-12 21:33:48 +09:00
Hidenori Matsubayashi and GitHub
db04f54e64
Update for flutter 3.3.3 release ( #137 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-09-29 07:46:57 +09:00
Hidenori Matsubayashi and GitHub
c7c04b643f
Update for flutter 3.3.2 ( #135 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-09-15 08:43:31 +09:00
Hidenori Matsubayashi and GitHub
88adba69a3
Update for flutter 3.3.1 ( #134 )
...
* Update for flutter 3.3.1
* Update README
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-09-08 07:26:39 +09:00
Mohammad Taha Bin Firoz and GitHub
56d0513a88
broken cross compile work around added ( #129 )
...
* broken cross compile work around added
* Added comments for context
* Move CMAKE_FIND_ROOT_PATH_MODE_PROGRAM before project to prevent make from sysroot being used.
Signed-off-by: Taha Firoz [email protected]
2022-09-02 22:41:13 +09:00
Hidenori Matsubayashi and GitHub
b2e75e4be3
Merge the latest cpp template from flutter-embedded-linux repo ( #131 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-09-02 21:46:30 +09:00
Hidenori Matsubayashi and GitHub
392c64b34a
Update for flutter 3.3.0 ( #130 )
...
Signed-off-by: Hidenori Matsubayashi <[email protected] >
2022-09-02 20:35:29 +09:00