map_viewer_widget 0.0.6 copy "map_viewer_widget: ^0.0.6" to clipboard
map_viewer_widget: ^0.0.6 copied to clipboard

MapViewerWidget is a FlutterMap display widget. It will be the base of the map application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add map_viewer_widget

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

dependencies:
  map_viewer_widget: ^0.0.6

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:map_viewer_widget/map_viewer_widget.dart';