atlas3d_flutter_platform_interface 0.3.3+2
atlas3d_flutter_platform_interface: ^0.3.3+2 copied to clipboard
A common platform interface for the atlas3d_flutter plugin. Part of the atlas3d suite (fork of thermion_flutter_platform_interface 0.3.3+2, Apache-2.0).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add atlas3d_flutter_platform_interfaceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
atlas3d_flutter_platform_interface: ^0.3.3+2Alternatively, 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:atlas3d_flutter_platform_interface/atlas3d_flutter_platform_interface.dart';