nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Use native_assets for build (and separate into platform-specific packages) #19

Open nmfisher opened 2 months ago

nmfisher commented 2 months ago

Ideally the Filament libraries for each platform should reside in their own repository (so building for one platform doesn't require pulling binaries for all the other platforms).

dart pub doesn't support Git LFS at the moment but I've started experimenting with native_assets, and this seems to be a much nicer way of handling native dependencies (no futzing around with Xcode, for example). We could host the binaries somewhere and then pull them as part of the build process.