tim_ui_kit_lbs_plugin 1.1.16+2 copy "tim_ui_kit_lbs_plugin: ^1.1.16+2" to clipboard
tim_ui_kit_lbs_plugin: ^1.1.16+2 copied to clipboard

LBS plug-in with UI components for Tencent IM Flutter, including the location picker, LBS messages show, etc.

8
likes
100/ 160
pub points
139
downloads

We analyzed this package 29 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

108 out of 248 API elements (43.5 %) have documentation comments.

Some symbols that are missing documentation: color, color.CommonColor, color.CommonColor.CommonColor.new, color.CommonColor.adminColor, color.CommonColor.cautionColor.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 25 issues. Showing the first 2:

WARNING: The operand can't be 'null', so the condition is always 'true'.

lib/i18n/strings.g.dart:81:31

   ╷
81 │         if (WidgetsBinding.instance != null) {
   │                                     ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/i18n/strings.g.dart

WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.

lib/i18n/strings.g.dart:129:55

    ╷
129 │         final String? deviceLocale = WidgetsBinding.instance?.window.locale.toLanguageTag();
    │                                                             ^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/i18n/strings.g.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
cupertino_icons ^1.0.2 1.0.8 1.0.8
fast_i18n ^5.12.0 5.12.6 5.12.6 Discontinued
fluttertoast ^8.0.9 8.2.12 8.2.12
location ^4.3.0 4.4.0 8.0.0
permission_handler ^10.0.0 10.4.5 12.0.0+1
url_launcher ^6.0.20 6.3.1 6.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 82.0.0 82.0.0
analyzer - 7.4.2 7.4.2
async - 2.13.0 2.13.0
build - 2.4.2 2.4.2
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
csv - 5.1.1 6.0.0
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
location_platform_interface - 2.3.0 6.0.0
location_web - 3.1.1 6.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
permission_handler_android - 10.3.6 13.0.1
permission_handler_apple - 9.1.4 9.4.7
permission_handler_platform_interface - 3.12.0 4.3.0
permission_handler_windows - 0.1.3 0.2.1
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.16 6.3.16
url_launcher_ios - 6.3.3 6.3.3
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.1.4 2.1.5
watcher - 1.1.1 1.1.1
web - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^4.3.0` on location does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions location to update the constraint.

The constraint `^10.0.0` on permission_handler does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions permission_handler to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 14 errors:

  • UNDEFINED_METHOD - lib/utils/location_utils.dart:93:31 - The method 'canLaunchUrl' isn't defined for the type 'LocationUtils'.
  • UNDEFINED_METHOD - lib/utils/location_utils.dart:100:11 - The method 'launchUrl' isn't defined for the type 'LocationUtils'.
  • UNDEFINED_IDENTIFIER - lib/utils/location_utils.dart:102:13 - Undefined name 'LaunchMode'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
100
points
139
downloads

Publisher

verified publishercomm.qq.com

Weekly Downloads

LBS plug-in with UI components for Tencent IM Flutter, including the location picker, LBS messages show, etc.

Homepage

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

cupertino_icons, fast_i18n, flutter, fluttertoast, location, permission_handler, url_launcher

More

Packages that depend on tim_ui_kit_lbs_plugin