find_address 0.0.10 find_address: ^0.0.10 copied to clipboard
주소 찾기 (또는 주소 자동 완성) 기능과 주소의 위경도 좌표를 찾는 기능을 제공합니다.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add find_address
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
find_address: ^0.0.10
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:find_address/find_address.dart';