interactive_map 1.0.0+6
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_mapThis 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+6Alternatively, 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';