ip_location 1.0.1
ip_location: ^1.0.1 copied to clipboard
已弃用的 IP 地址查询插件,请改用 qs_ip_location。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ip_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ip_location: ^1.0.1Alternatively, 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:ip_location/ip_location.dart';