atlas3d_dart 0.3.4+3
atlas3d_dart: ^0.3.4+3 copied to clipboard
3D rendering toolkit for Dart, built for immersive live-map experiences. Maintained fork of thermion_dart 0.3.4+1 (Apache-2.0) with App Store native-assets fixes.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add atlas3d_dartWith Flutter:
$ flutter pub add atlas3d_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
atlas3d_dart: ^0.3.4+3Alternatively, 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:atlas3d_dart/atlas3d_dart.dart';