nmfisher / thermion

3D rendering toolkit for Dart and/or Flutter
https://thermion.dev
Apache License 2.0
125 stars 10 forks source link

Finished with error: Package(s) thermion_dart require the native assets feature to be enabled. Enable using `flutter config --enable-native-assets`. #54

Open milanagile opened 4 months ago

milanagile commented 4 months ago

Finished with error: Package(s) thermion_dart require the native assets feature to be enabled. Enable using flutter config --enable-native-assets.

nmfisher commented 4 months ago

Did you run flutter config --enable-native-assets? If you did, but it still doesn't work, you need to switch to Flutter master channel and upgrade:


flutter channel master
flutter upgrade
flutter config --enable-native-assets```
milanagile commented 4 months ago

Is flutter master channel beta or stable?

nmfisher commented 4 months ago

master is master (aka main).

flutter channel master