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

A general-purpose realtime 3D rendering library 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.14.2

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/gpu.dart';
import 'package:flutter_scene/scene.dart';
197
likes
160
points
1.23k
downloads

Documentation

API reference

Publisher

verified publisherbdero.dev

Weekly Downloads

A general-purpose realtime 3D rendering library for Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

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

More

Packages that depend on flutter_scene