google_maps_flutter_tizen 0.1.5 copy "google_maps_flutter_tizen: ^0.1.5" to clipboard
google_maps_flutter_tizen: ^0.1.5 copied to clipboard

Tizen implementation of the google_maps_flutter plugin.

1
likes
70/ 140
pub points
0%
popularity

We analyzed this package 44 hours ago, and awarded it 70 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

131 out of 138 API elements (94.9 %) have documentation comments.

Some symbols that are missing documentation: google_maps_flutter_tizen, google_maps_flutter_tizen.GoogleMapsPlugin.debugSetMapById, google_maps_flutter_tizen.MapTypeStyle, google_maps_flutter_tizen.MapTypeStyle.MapTypeStyle, google_maps_flutter_tizen.MapTypeStyle.elementType.

10/10 points: Package has an example

failed
Platform support
0 / 20trigger folding of the section

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

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:google_maps_flutter_tizen/google_maps_flutter_tizen.dart that declares support for platforms: .
Package does not support platform `iOS`.

Because:

  • package:google_maps_flutter_tizen/google_maps_flutter_tizen.dart that declares support for platforms: .
Package does not support platform `Windows`.

Because:

  • package:google_maps_flutter_tizen/google_maps_flutter_tizen.dart that declares support for platforms: .
Package does not support platform `Linux`.

Because:

  • package:google_maps_flutter_tizen/google_maps_flutter_tizen.dart that declares support for platforms: .
Package does not support platform `macOS`.

Because:

  • package:google_maps_flutter_tizen/google_maps_flutter_tizen.dart that declares support for platforms: .
Package does not support platform `Web`.

Because:

  • package:google_maps_flutter_tizen/google_maps_flutter_tizen.dart that declares support for platforms: .
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 24 issues. Showing the first 2:

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

lib/src/convert.dart:95:23

   ╷
95 │   if (initialPosition != null) {
   │                       ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/convert.dart

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

lib/src/google_maps_controller.dart:189:52

    ╷
189 │           if (_widget == null || _streamController == null) {
    │                                                    ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/google_maps_controller.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
google_maps_flutter_platform_interface ^2.1.2 2.6.0 2.6.0
stream_transform ^2.0.0 2.1.0 2.1.0
webview_flutter ^3.0.4 3.0.4 4.7.0
webview_flutter_lwe ^0.1.0 0.1.1 0.3.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
flutter_tizen - 0.2.2 0.2.2
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
webview_flutter_android - 2.10.4 3.16.1
webview_flutter_platform_interface - 1.9.5 2.10.0
webview_flutter_wkwebview - 2.9.5 3.13.0

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

The constraint `^3.0.4` on webview_flutter does not support the stable version `4.0.0`.

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

The constraint `^0.1.0` on webview_flutter_lwe does not support the stable version `0.2.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.