drydart / model_viewer.dart

A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.
https://pub.dev/packages/model_viewer
The Unlicense
209 stars 101 forks source link

Is there a way to use this package inside a flutterflow project #69

Closed Jidzo1 closed 8 months ago

Jidzo1 commented 8 months ago

Hello,

I would like to use this package in a Flutterflow project: https://flutterflow.io/

However, due to the setup required to make this package work (modifying android manifest ect...) And especially those

image

image

image

It seems not possible to use this package on Flutterflow. (Because flutter flow doesn't give you access to file systems like android manifest.)

Is there a solution for this? Many thanks for the help

Jidzo1 commented 8 months ago

I contacted Flutterflow support and they told me it's not possible to do such file system edits at this time.

Closing here