simple_tiles_map_offline_drift 1.0.0 copy "simple_tiles_map_offline_drift: ^1.0.0" to clipboard
simple_tiles_map_offline_drift: ^1.0.0 copied to clipboard

Paquete para mapas offline con tiles personalizados usando Drift database

80/ 160
pub points
3
downloads

We analyzed this package 26 hours ago, and awarded it 80 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.

Repository has no matching pubspec.yaml with name: simple_tiles_map_offline_drift.

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: simple_tiles_map_offline_drift,
    • 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: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

128 out of 287 API elements (44.6 %) have documentation comments.

Some symbols that are missing documentation: app_db, app_db.$$TilesTableFilterComposer, app_db.$$TilesTableFilterComposer.$$TilesTableFilterComposer.new, app_db.$$TilesTableFilterComposer.bytes, app_db.$$TilesTableFilterComposer.etag.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:simple_tiles_map_offline_drift/database/drift/app_db.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
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 74 issues. Showing the first 2:

ERROR: The type 'RootTableManager' is declared with 11 type parameters, but 8 type arguments were given.

lib/database/drift/app_db.g.dart:467:40

    ╷
467 │   class $$TilesTableTableManager extends RootTableManager<
    │ ┌────────────────────────────────────────^
468 │ │     _$AppDb,
469 │ │     $TilesTable,
470 │ │     Tile,
471 │ │     $$TilesTableFilterComposer,
472 │ │     $$TilesTableOrderingComposer,
473 │ │     $$TilesTableProcessedTableManager,
474 │ │     $$TilesTableInsertCompanionBuilder,
475 │ │     $$TilesTableUpdateCompanionBuilder> {
    │ └───────────────────────────────────────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/database/drift/app_db.g.dart

ERROR: The named parameter 'createCompanionCallback' is required, but there's no corresponding argument.

lib/database/drift/app_db.g.dart:477:15

    ╷
477 │       : super(TableManagerState(
    │               ^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/database/drift/app_db.g.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
drift ^2.18.0 2.30.0 2.30.0
flutter_map ^7.0.0 7.0.2 8.2.2
flutter_map_tile_caching ^9.1.0 9.1.4 10.1.1
http ^1.2.0 1.6.0 1.6.0
latlong2 ^0.9.1 0.9.1 0.9.1
path ^1.9.0 1.9.1 1.9.1
path_provider ^2.1.3 2.1.5 2.1.5
sqlite3_flutter_libs ^0.5.24 0.5.41 0.5.41
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
dart_earcut - 1.2.0 1.2.0
ffi - 2.1.5 2.1.5
flat_buffers - 23.5.26 25.9.23
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
lists - 1.0.1 1.0.1 Discontinued
logger - 2.6.2 2.6.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mgrs_dart - 2.0.0 3.0.0
objectbox - 4.3.1 5.1.0
objectbox_flutter_libs - 4.3.1 5.1.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
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
plugin_platform_interface - 2.1.8 2.1.8
polylabel - 1.0.1 1.0.1
proj4dart - 2.1.0 3.0.0
source_span - 1.10.1 1.10.1
sqlite3 - 2.9.4 3.1.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
unicode - 0.3.1 1.1.8
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

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

The constraint `^7.0.0` on flutter_map does not support the stable version `8.0.0`.

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

The constraint `^9.1.0` on flutter_map_tile_caching does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions flutter_map_tile_caching 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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Paquete para mapas offline con tiles personalizados usando Drift database

Documentation

API reference

License

MIT (license)

Dependencies

drift, flutter, flutter_map, flutter_map_tile_caching, http, latlong2, path, path_provider, sqlite3_flutter_libs

More

Packages that depend on simple_tiles_map_offline_drift