canvas_map 0.0.1 copy "canvas_map: ^0.0.1" to clipboard
canvas_map: ^0.0.1 copied to clipboard

High performance 2d map for flutter that render with canvas, provide smooth scrolling and zooming with pinch/double tap support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add canvas_map

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

dependencies:
  canvas_map: ^0.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:canvas_map/canvas_map.dart';
1
likes
155
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

High performance 2d map for flutter that render with canvas, provide smooth scrolling and zooming with pinch/double tap support.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on canvas_map