scenekit_plugin 0.0.15 scenekit_plugin: ^0.0.15 copied to clipboard
Flutter Plugin rendering 3d Scenes - 3d renderer development platform for iOS and Android mobile devices.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scenekit_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
scenekit_plugin: ^0.0.15
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:scenekit_plugin/scenekit_plugin.dart';