lee_map_view 2.0.0 copy "lee_map_view: ^2.0.0" to clipboard
lee_map_view: ^2.0.0 copied to clipboard

A fork of flutter plugin for displaying native Google Maps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lee_map_view

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

dependencies:
  lee_map_view: ^2.0.0

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:lee_map_view/camera_position.dart';
import 'package:lee_map_view/cluster.dart';
import 'package:lee_map_view/figure_joint_type.dart';
import 'package:lee_map_view/generated/i18n.dart';
import 'package:lee_map_view/indoor_building.dart';
import 'package:lee_map_view/location.dart';
import 'package:lee_map_view/locations.dart';
import 'package:lee_map_view/map_options.dart';
import 'package:lee_map_view/map_view.dart';
import 'package:lee_map_view/map_view_type.dart';
import 'package:lee_map_view/marker.dart';
import 'package:lee_map_view/polygon.dart';
import 'package:lee_map_view/polyline.dart';
import 'package:lee_map_view/static_map_provider.dart';
import 'package:lee_map_view/toolbar_action.dart';
3
likes
30
pub points
0%
popularity

Publisher

verified publishervinothmuthu.in

A fork of flutter plugin for displaying native Google Maps.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, uri

More

Packages that depend on lee_map_view