daum_postcode_search 1.0.0
daum_postcode_search: ^1.0.0 copied to clipboard
Zero-dependency package providing local server and HTML assets for Daum Postcode Service in Flutter. Bring your own WebView implementation for maximum flexibility.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add daum_postcode_searchThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
daum_postcode_search: ^1.0.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:daum_postcode_search/daum_postcode_search.dart';