power_geojson 0.0.4 copy "power_geojson: ^0.0.4" to clipboard
power_geojson: ^0.0.4 copied to clipboard

outdated

A Powerful tool for Geojson with flutter_map, styled from properties, supports esri json, soon supports multiple projection and coordinate systems

70/ 160
pub points
281
downloads

We analyzed this package 2 days ago, and awarded it 70 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

pubspec.yaml from the repository URL mismatch: expected https://github.com/ymrabti/power_geojson but got https://github.com/youmtinetflutterpacks/power_geojson.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: power_geojson,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

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

129 out of 189 API elements (68.3 %) have documentation comments.

Some symbols that are missing documentation: power_geojson, power_geojson.HexColor, power_geojson.LayerPolylineIndexes, power_geojson.ListABC, power_geojson.MarkerXX.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

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

Found 36 issues. Showing the first 2:

ERROR: The argument type 'GeoJSONGeometry?' can't be assigned to the parameter type 'GeoJSONGeometry'.

lib/src/geojson_widget/feature_collection/properties.dart:97:26

   ╷
97 │     return parseGeometry(geometry,
   │                          ^^^^^^^^
   ╵

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

ERROR: The argument type 'GeoJSONGeometry?' can't be assigned to the parameter type 'GeoJSONGeometry'.

lib/src/geojson_widget/feature_collection/properties.dart:193:11

    ╷
193 │           geom.geometry,
    │           ^^^^^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
console_tools ^1.0.0 1.0.1 2.0.4
flutter_map ^5.0.0 5.0.0 8.2.2
geodesy ^0.7.0 0.7.0 0.10.2
geojson_vi ^2.2.0 2.2.5 2.2.5
http ^1.0.0 1.6.0 1.6.0
latlong2 ^0.9.0 0.9.1 0.9.1
path_provider ^2.0.11 2.1.5 2.1.5
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
point_in_polygon ^1.0.0 1.0.0 1.0.0
turf ^0.0.8 0.0.10 0.0.10
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
benchmark - 0.3.0 0.3.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dart_sort_queue - 0.0.2+3 0.0.2+3
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
geotypes - 0.0.2 0.0.2
glob - 2.1.3 2.1.3
hooks - 1.0.1 1.0.1
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
json_annotation - 4.11.0 4.11.0
lists - 1.0.1 1.0.1 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
mgrs_dart - 2.0.0 3.0.0
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.3.0 9.3.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
polylabel - 1.0.1 1.0.1
proj4dart - 2.1.0 3.0.0
pub_semver - 2.2.0 2.2.0
rbush - 1.1.1 1.1.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
sweepline_intersections - 0.0.4 0.0.4
term_glyph - 1.2.2 1.2.2
turf_equality - 0.1.0 0.1.0
turf_pip - 0.0.2 0.0.2
typed_data - 1.4.0 1.4.0
unicode - 0.3.1 1.1.9
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
wkt_parser - 2.0.0 2.0.0
xdg_directories - 1.1.0 1.1.0
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 `^1.0.0` on console_tools does not support the stable version `2.0.0`, that was published 4 days ago.

When console_tools is 30 days old, this package will no longer be awarded points in this category.

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

The constraint `^5.0.0` on flutter_map does not support the stable version `6.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
70
points
281
downloads

Publisher

verified publisheryoumti.net

Weekly Downloads

A Powerful tool for Geojson with flutter_map, styled from properties, supports esri json, soon supports multiple projection and coordinate systems

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

console_tools, flutter, flutter_map, geodesy, geojson_vi, http, latlong2, path_provider, plugin_platform_interface, point_in_polygon, turf

More

Packages that depend on power_geojson

Packages that implement power_geojson