kakao_maps_flutter 0.1.2 copy "kakao_maps_flutter: ^0.1.2" to clipboard
kakao_maps_flutter: ^0.1.2 copied to clipboard

KakaoMaps SDK v2 for Flutter. Supports both iOS and Android with comprehensive map features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kakao_maps_flutter

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

dependencies:
  kakao_maps_flutter: ^0.1.2

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