如何在Flutter Mac应用程序中将文件添加到应用程序包中?

时间:2019-12-25 15:11:24

标签: macos flutter

我有一个文件/assets/foo,我想在我的Flutter应用程序的Mac App软件包中显示它。我尝试将其添加到pubspec.yaml

flutter:
  assets:
    /assets

但是它不会出现在build/macos/Build/Products/Debug/MyApp.app的任何地方。可以这样做吗?

0 个答案:

没有答案