sint_vr 0.2.0
sint_vr: ^0.2.0 copied to clipboard
SINT extension for VR — State management, dependency injection, scene navigation, and translations for VR applications built with vrlizate.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sint_vrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sint_vr: ^0.2.0Alternatively, 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:sint_vr/sint_vr.dart';