flutter_scene 0.14.1 copy "flutter_scene: ^0.14.1" to clipboard
flutter_scene: ^0.14.1 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 Dart:

 $ dart pub add flutter_scene

With Flutter:

 $ flutter pub add flutter_scene

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

dependencies:
  flutter_scene: ^0.14.1

Alternatively, your editor might support dart pub get or 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
0
points
1.23k
downloads

Publisher

verified publisherbdero.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (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