flutter3d_impeller 0.4.2
flutter3d_impeller: ^0.4.2 copied to clipboard
The flutter_gpu backend for flutter3d: one implementation of flutter3d_hardware, and the only place in the stack that names a graphics API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter3d_impellerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter3d_impeller: ^0.4.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:flutter3d_impeller/flutter3d_impeller.dart';