tencent_location_flutter_ios 0.1.1
tencent_location_flutter_ios: ^0.1.1 copied to clipboard
Unofficial iOS implementation for tencent_location_flutter.
tencent_location_flutter_ios #
English | 简体中文
iOS federated implementation for tencent_location_flutter, linked through SwiftPM.
This package is resolved automatically by Flutter through the federated plugin declaration. Application code should normally depend on tencent_location_flutter instead of importing this package directly.
This is not an official Tencent package and does not represent Tencent Maps or Tencent Location Service.
Native SDK #
The iOS implementation bundles TencentLBS.xcframework 4.3.1 under:
ios/vendor/TencentLBS.xcframework
The framework is included for integration convenience and is not relicensed by this package. Use and redistribution of the bundled Tencent native SDK must comply with Tencent's own terms.
Host Requirements #
iOS hosts should declare at least:
NSLocationWhenInUseUsageDescriptionNSLocationAlwaysAndWhenInUseUsageDescription
Temporary full-accuracy authorization requires NSLocationTemporaryUsageDescriptionDictionary. Background location requires Background Modes > Location updates. Tencent Location SDK should be verified on a real iOS device, not the iOS Simulator.
Flutter 3.44+ resolves this implementation through SwiftPM; application projects do not need to create a plugin Podfile for this package.
Public Dart API #
This implementation package exposes only the Dart registration class used by Flutter:
TencentLocationIosDartPlugin.registerWith();
Most applications should not call this API directly.
License #
Repository-authored wrapper code is licensed under the MIT License, an OSI-approved license. Bundled Tencent native SDK materials are not relicensed by this package. See the repository-level THIRD_PARTY_NOTICES.md.