canvas_map 0.0.2
canvas_map: ^0.0.2 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_mapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
canvas_map: ^0.0.2Alternatively, 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';