interactive_map 1.0.0+1 copy "interactive_map: ^1.0.0+1" to clipboard
interactive_map: ^1.0.0+1 copied to clipboard

outdated

A Flutter package for displaying interactive maps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add interactive_map

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

dependencies:
  interactive_map: ^1.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:interactive_map/Map/Configuration/google_map_config.dart';
import 'package:interactive_map/Map/Cubit/cubit/map_cubit.dart';
import 'package:interactive_map/Map/Cubit/cubit/map_state.dart';
import 'package:interactive_map/Map/Services/location_service.dart';
import 'package:interactive_map/Map/View/map_screen.dart';
import 'package:interactive_map/Map/Widget/app_bar.dart';
import 'package:interactive_map/Map/Widget/map.dart';
import 'package:interactive_map/Routers/app_route.dart';
import 'package:interactive_map/main.dart';
2
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying interactive maps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, cupertino_icons, dio, equatable, flutter, flutter_bloc, geolocator, google_maps_flutter

More

Packages that depend on interactive_map