vwolrd_flutter 0.0.2
vwolrd_flutter: ^0.0.2 copied to clipboard
대한민국 정부에서 제공하는 한국 전용 지도인 vworld를 flutter 에서 사용이 가능하도록 제작되었습니다.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vwolrd_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vwolrd_flutter: ^0.0.2Alternatively, 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:vwolrd_flutter/vwolrd_flutter.dart';