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

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: ^4.0.0

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
150
points
51.9k
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

Topics

#math #animation #image-transformations

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on matrix4_transform