kakao_maps_flutter 0.0.1-beta2
kakao_maps_flutter: ^0.0.1-beta2 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 Dart:
$ dart pub add kakao_maps_flutterWith Flutter:
$ flutter pub add kakao_maps_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kakao_maps_flutter: ^0.0.1-beta2Alternatively, your editor might support dart pub get or 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';