postal_ko 1.1.0
postal_ko: ^1.1.0 copied to clipboard
A cross-platform Flutter package for Korean postal address search using Kakao postcode service. Supports both mobile and web platforms seamlessly.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add postal_koThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
postal_ko: ^1.1.0Alternatively, 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:postal_ko/postal_ko.dart';