flutter_scene 0.9.2-0 copy "flutter_scene: ^0.9.2-0" to clipboard
flutter_scene: ^0.9.2-0 copied to clipboard

3D rendering library for Flutter. Currently only supported when Impeller is enabled.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_scene

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_scene: ^0.9.2-0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_scene/scene.dart';
162
likes
140
points
318
downloads

Publisher

verified publisherbdero.dev

Weekly Downloads

3D rendering library for Flutter. Currently only supported when Impeller is enabled.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_gpu, flutter_gpu_shaders, flutter_scene_importer, native_assets_cli, vector_math

More

Packages that depend on flutter_scene