canvas_test 0.2.0 copy "canvas_test: ^0.2.0" to clipboard
canvas_test: ^0.2.0 copied to clipboard

A package with classes to help testing applications using the canvas

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add canvas_test
copied to clipboard

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

dependencies:
  canvas_test: ^0.2.0
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:canvas_test/canvas_test.dart';
copied to clipboard
4
likes
150
points
815
downloads

Publisher

verified publisherblue-fire.xyz

Weekly Downloads

2024.09.13 - 2025.03.28

A package with classes to help testing applications using the canvas

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_test, test, vector_math

More

Packages that depend on canvas_test