kakao_address_web 0.0.2 kakao_address_web: ^0.0.2 copied to clipboard
'kakao_address_widget" is inspired by "kpostal_web", which is not web-ready and "kpostal_web" only opens in a new window. "kakao_address_widget" is an address finder in popup format.'
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kakao_address_web
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
kakao_address_web: ^0.0.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_address_web/kakao_address.dart';
import 'package:kakao_address_web/widget/kakao_address_web.dart';