flutter_scene 0.18.1 copy "flutter_scene: ^0.18.1" to clipboard
flutter_scene: ^0.18.1 copied to clipboard

A powerful and flexible realtime 3D rendering engine for Flutter.

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.18.1

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/build_hooks.dart';
import 'package:flutter_scene/fscene.dart';
import 'package:flutter_scene/gpu.dart';
import 'package:flutter_scene/scene.dart';
207
likes
160
points
2.25k
downloads
screenshot

Documentation

API reference

Publisher

verified publisherbdero.dev

Weekly Downloads

A powerful and flexible realtime 3D rendering engine for Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, collection, data_assets, flat_buffers, flutter, flutter_gpu, flutter_gpu_shaders, hooks, image, logging, vector_math, web

More

Packages that depend on flutter_scene