tencent_location_flutter_platform_interface 0.1.0
tencent_location_flutter_platform_interface: ^0.1.0 copied to clipboard
Shared contracts and models for the unofficial tencent_location_flutter plugin.
License
Mixed Licensing Notice for tencent_location_flutter
Copyright (c) 2026 tencent_location_flutter contributors
This repository contains both:
1. Wrapper/source code authored for this repository, including but not limited to:
- Dart source under packages/
- Kotlin/Swift/Objective-C/Gradle/SwiftPM glue code authored for the Flutter plugin
- tests, documentation, CI configuration, and build wiring
2. Third-party SDK materials that are not authored by this repository's contributors,
including the bundled Tencent iOS native SDK and related headers/binaries.
Repository-authored wrapper/source code is licensed under the MIT License below,
unless a file or directory explicitly states otherwise.
The following are NOT licensed under the MIT License in this repository:
- packages/flutter_tencent_location_ios/ios/vendor/TencentLBS.xcframework/**
- any other third-party binaries, headers, trademarks, or SDK assets included for integration purposes
Those third-party materials remain the property of their respective copyright
holders and are subject to their own license terms and redistribution rules.
This repository does not grant any additional rights for such third-party
materials beyond whatever rights their original licensors provide.
For third-party attribution and scope, see THIRD_PARTY_NOTICES.md.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of the repository-authored software and associated documentation files (the
"Software"), to deal in the Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom
the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.