kakao_map_native 0.0.32
kakao_map_native: ^0.0.32 copied to clipboard
Kakao map native plugin for Flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kakao_map_nativeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kakao_map_native: ^0.0.32Alternatively, 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_map_native/kakao_map_native.dart';