文章目录
概要
flutter目前已经支持了android、ios、windows、macOS、web、linux,知识官方目前还不支持嵌入式linux,本文将针对arm64架构的嵌入式linux系统的flutter程序的研发过程进行一些记录,目前已经可以正常运行
环境安装
- 首先,请详细参阅https://github.com/sony/flutter-elinux;
- 下载VMWare,下载Ubuntu系统镜像,安装linux虚拟机(尽量使用windows系统安装虚拟机,mac系统安装虚拟机运行速率不是一般的慢);
- 启动虚拟机,安装vscode;
- 打开命令行工具执行如下命令安装flutter-elinux
$ git clone https://github.com/sony/flutter-elinux.git
$ sudo mv flutter-elinux /opt/
$ export PATH=<