address_sf_package 0.0.1
address_sf_package: ^0.0.1 copied to clipboard
Đọc data address từ data đã export init vị trí đã có sẵn để show thông tin sẵn có Tìm kiếm địa chỉ bằng cách nhập tên vào thanh search và list dropdown
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add address_sf_packageWith Flutter:
$ flutter pub add address_sf_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
address_sf_package: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:address_sf_package/address_sf_package.dart';