0

颤振医生:

[√] Flutter (Channel master, v1.14.7-pre.24, on Microsoft Windows [versão 10.0.18363.592], locale pt-BR)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Chrome - develop for the web
[X] Visual Studio - develop for Windows
    X Visual Studio not installed; this is necessary for Windows development.
      Download at https://visualstudio.microsoft.com/downloads/.
      Please install the "Desktop development with C++" workload, including the following components:
        MSBuild
        MSVC v142 - VS 2019 C++ x64/x86 build tools
         - If there are multiple build tool versions available, install the latest
        Windows 10 SDK (10.0.17763.0)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.41.1)
[√] Connected device (3 available)

我在 pubspec.yalm 上明确声明了两个耀斑对象:

flutter:
  uses-material-design: true
  assets:
    - assets/ericodigosSplash.gif
    - assets/ic_launcher.png
    - assets/flares/interruptorCircadiano.flr
    - assets/flares/space_vaporwave.flr

我已经尝试过flare_flutter: ^2.0.1并且smart_flare依赖,都不适用于内置的 apk。

我在两个不同的 android 设备上进行了测试。flr (rive) 文件仅显示在模拟器上。

https://github.com/ericodex/ericodigos

4

1 回答 1

0

在运行之前flutter build apk运行:flutter build bundle它的工作原理!

于 2020-01-30T02:29:00.260 回答