flutter3d_impeller 0.4.0
flutter3d_impeller: ^0.4.0 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 Dart:
$ dart pub add flutter3d_impellerWith Flutter:
$ flutter pub add flutter3d_impellerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter3d_impeller: ^0.4.0Alternatively, 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:flutter3d_impeller/flutter3d_impeller.dart';