matrix4_transform 1.1.7 copy "matrix4_transform: ^1.1.7" to clipboard
matrix4_transform: ^1.1.7 copied to clipboard

outdated

Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add matrix4_transform

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  matrix4_transform: ^1.1.7

Alternatively, 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:matrix4_transform/matrix4_transform.dart';
176
likes
40
points
55.1k
downloads

Publisher

verified publisherglasberg.dev

Weekly Downloads

Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on matrix4_transform