sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
424 stars 43 forks source link

Platform.operatingSystem returns 'android' on x64 host (3.13.0 or later) #212

Closed HidenoriMatsubayashi closed 12 months ago

HidenoriMatsubayashi commented 12 months ago

In x86 and release mode, Platform.operatingSystem returns 'android'. (3.13.0 or later) (returns 'linux' in 3.10.6)

From https://github.com/sony/flutter-elinux-plugins/issues/78#issuecomment-1696656550

Related issue: https://github.com/sony/flutter-elinux/issues/211

HidenoriMatsubayashi commented 12 months ago

For on arm64, it returns linux.