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

A helper math class for easily creating Matrix4 transformations, which you can use in the 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
copied to clipboard

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

dependencies:
  matrix4_transform: ^4.0.1
copied to clipboard

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';
copied to clipboard
172
likes
150
points
55.8k
downloads

Publisher

verified publisherglasberg.dev

Weekly Downloads

2024.09.13 - 2025.03.28

A helper math class for easily creating Matrix4 transformations, which you can use in the Container's transform parameter and elsewhere.

Repository (GitHub)

Topics

#math #animation #image-transformations

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on matrix4_transform