mappls_gl 2.0.6
mappls_gl: ^2.0.6 copied to clipboard
A Flutter plugin for integrating MapmyIndia Maps inside a Flutter application on Android, iOS and web platfroms.
We analyzed this package 7 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: mappls_gl.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: mappls_gl, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
500 out of 1645 API elements (30.4 %) have documentation comments.
Some symbols that are missing documentation: mappls_gl, mappls_gl.AddressToken, mappls_gl.AddressToken.AddressToken.new, mappls_gl.AddressToken.city, mappls_gl.AddressToken.district.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:mappls_gl/mappls_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:mappls_gl/mappls_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:mappls_gl/mappls_gl.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:mappls_gl/mappls_gl.dartthat imports:package:mappls_gl_platform_interface/mappls_gl_platform_interface.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:mappls_gl/mappls_gl.dartthat imports:package:mappls_gl_platform_interface/mappls_gl_platform_interface.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 59 issues. Showing the first 2:
WARNING: A value for optional parameter 'compassEnabled' isn't ever given.
lib/src/mappls_map.dart:398:13
╷
398 │ {this.compassEnabled,
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mappls_map.dart
WARNING: A value for optional parameter 'cameraTargetBounds' isn't ever given.
lib/src/mappls_map.dart:399:14
╷
399 │ this.cameraTargetBounds,
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mappls_map.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
mappls_gl_platform_interface |
^2.0.1 |
2.0.1 | 2.0.1 | |
mappls_gl_web |
1.0.2 |
1.0.2 | 1.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.2.0 | 4.2.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
image |
- | 4.9.2 | 4.9.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
posix |
- | 6.5.2 | 6.5.2 | |
vector_math |
- | 2.4.2 | 2.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.