matrix4_transform 3.0.1 copy "matrix4_transform: ^3.0.1" to clipboard
matrix4_transform: ^3.0.1 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: ^3.0.1

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';
166
likes
130
pub points
95%
popularity

Publisher

verified publisherglasberg.dev

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