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

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+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:interactive_map/Map/Configuration/map_api_key_handler.dart';
import 'package:interactive_map/Map/Cubit/cubit/cubit/set_ap_ikey_cubit.dart';
import 'package:interactive_map/Map/Cubit/cubit/cubit/set_ap_ikey_state.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/google_map_config.dart';
import 'package:interactive_map/Map/View/map_screen.dart';
import 'package:interactive_map/Map/View/settingpage.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
110
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying interactive maps.

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

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

More

Packages that depend on interactive_map