geoform 0.1.0 geoform: ^0.1.0 copied to clipboard
Flutter widget to work with dynamic forms that have a geo-spatial reference asociated with the form. This tool can be used to group and simplify the work with these forms.
We analyzed this package 46 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
48 out of 273 API elements (17.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: animation
, base
, base.GeoformView
, base.GeoformView.GeoformView
, base.GeoformView.additionalActionWidgets
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Linux
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:geoform/geoform.dart
that declares support for platforms:Android
,iOS
,Linux
,Web
.
Package does not support platform `macOS`.
Because:
package:geoform/geoform.dart
that declares support for platforms:Android
,iOS
,Linux
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:geoform/geoform.dart
that imports:package:geoform/view/view.dart
that imports:package:geoform/view/base.dart
that imports:package:geoform/view/overlay.dart
that imports:package:geoform/geoform_markers.dart
that imports:package:geoform/flutter_map_fast_markers/flutter_map_fast_markers.dart
that imports:package:geoform/flutter_map_fast_markers/src/fast_markers_layer.dart
that imports:package:geoform/bloc/geoform_bloc.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_apple/geolocator_apple.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `iOS`.
Because:
package:geoform/geoform.dart
that imports:package:geoform/view/view.dart
that imports:package:geoform/view/base.dart
that imports:package:geoform/view/overlay.dart
that imports:package:geoform/geoform_markers.dart
that imports:package:geoform/flutter_map_fast_markers/flutter_map_fast_markers.dart
that imports:package:geoform/flutter_map_fast_markers/src/fast_markers_layer.dart
that imports:package:geoform/bloc/geoform_bloc.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_android/geolocator_android.dart
that declares support for platforms:Android
.
Package does not support platform `Linux`.
Because:
package:geoform/geoform.dart
that imports:package:geoform/view/view.dart
that imports:package:geoform/view/base.dart
that imports:package:geoform/view/overlay.dart
that imports:package:geoform/geoform_markers.dart
that imports:package:geoform/flutter_map_fast_markers/flutter_map_fast_markers.dart
that imports:package:geoform/flutter_map_fast_markers/src/fast_markers_layer.dart
that imports:package:geoform/bloc/geoform_bloc.dart
that imports:package:geolocator/geolocator.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `Web`.
Because:
package:geoform/geoform.dart
that imports:package:geoform/view/view.dart
that imports:package:geoform/view/base.dart
that imports:package:vector_map_tiles/vector_map_tiles.dart
that imports:package:vector_map_tiles/src/vector_tile_layer.dart
that imports:package:vector_map_tiles/src/grid/grid_layer.dart
that imports:package:vector_map_tiles/src/stream/caches_tile_provider.dart
that imports:package:vector_map_tiles/src/cache/caches.dart
that imports:package:vector_map_tiles/src/cache/atlas_image_cache.dart
that imports:package:vector_map_tiles/src/cache/storage_cache.dart
that imports:package:vector_map_tiles/src/cache/byte_storage.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:geoform/geoform.dart
that imports:package:geoform/view/view.dart
that imports:package:geoform/view/base.dart
that imports:package:vector_map_tiles/vector_map_tiles.dart
that imports:package:vector_map_tiles/src/style/style.dart
that imports:package:vector_map_tiles/src/vector_tile_provider.dart
that imports:package:vector_map_tiles/src/tile_identity.dart
that imports:package:flutter_map/plugin_api.dart
that imports:package:flutter_map/src/map/map.dart
that imports:package:flutter_map/src/map/flutter_map_state.dart
that imports:package:flutter_map/src/gestures/gestures.dart
that imports:package:flutter_map/flutter_map.dart
that imports:package:flutter_map/src/layer/tile_layer/tile_provider/tile_provider_io.dart
that imports:package:flutter_map/src/layer/tile_layer/tile_provider/network_no_retry_image_provider.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/geoform/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/view/base.dart:163:56
╷
163 │ style: TextStyle(color: Colors.black.withOpacity(0.6)),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/view/base.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/view/overlay.dart:60:34
╷
60 │ Colors.black.withOpacity(0.6),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/view/overlay.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image |
^3.2.3 |
3.3.1 | 3.4.1 |
collection |
^1.17.0 |
1.19.0 | 1.19.1 |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
^8.1.2 |
8.1.6 | 8.1.6 |
flutter_map |
^4.0.0 |
4.0.0 | 7.0.2 |
flutter_map_location_marker |
^6.0.0 |
6.0.0 | 9.1.1 |
flutter_map_tile_caching |
^8.0.0 |
8.0.1 | 9.1.4 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
geolocator |
^9.0.2 |
9.0.2 | 13.0.2 |
google_fonts |
^4.0.4 |
4.0.4 | 6.2.1 |
latlong2 |
^0.8.1 |
0.8.2 | 0.9.1 |
positioned_tap_detector_2 |
^1.0.4 |
1.0.4 | 1.0.4 |
vector_map_tiles |
^4.0.0 |
4.0.0 | 8.0.0 |
vector_tile_renderer |
^4.0.0 |
4.0.0 | 5.2.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
bloc |
- | 8.1.4 | 8.1.4 |
cached_network_image_platform_interface |
- | 4.0.0 | 4.1.1 |
cached_network_image_web |
- | 1.2.0 | 1.3.1 |
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
crypto |
- | 3.0.6 | 3.0.6 |
executor_lib |
- | 1.1.2 | 1.1.2 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
fixnum |
- | 1.1.1 | 1.1.1 |
flutter_cache_manager |
- | 3.3.1 | 3.4.1 |
flutter_compass |
- | 0.7.0 | 0.8.1 |
geolocator_android |
- | 4.6.1 | 4.6.1 |
geolocator_apple |
- | 2.3.8+1 | 2.3.8+1 |
geolocator_platform_interface |
- | 4.2.4 | 4.2.4 |
geolocator_web |
- | 2.2.1 | 4.1.1 |
geolocator_windows |
- | 0.1.3 | 0.2.3 |
http |
- | 0.13.6 | 1.2.2 |
http2 |
- | 2.3.1 | 2.3.1 |
http_parser |
- | 4.1.1 | 4.1.1 |
http_plus |
- | 0.2.2 | 0.2.3 |
intl |
- | 0.19.0 | 0.20.1 |
isar |
- | 3.1.0+1 | 3.1.0+1 |
isar_flutter_libs |
- | 3.1.0+1 | 3.1.0+1 |
js |
- | 0.6.7 | 0.7.1 |
lists |
- | 1.0.1 | 1.0.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
mgrs_dart |
- | 2.0.0 | 2.0.0 |
nested |
- | 1.0.0 | 1.0.0 |
octo_image |
- | 2.1.0 | 2.1.0 |
path |
- | 1.9.1 | 1.9.1 |
path_provider |
- | 2.1.5 | 2.1.5 |
path_provider_android |
- | 2.2.15 | 2.2.15 |
path_provider_foundation |
- | 2.4.1 | 2.4.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 | 2.1.0 |
protobuf |
- | 2.1.0 | 3.1.0 |
provider |
- | 6.1.2 | 6.1.2 |
queue |
- | 3.1.0+2 | 3.1.0+2 |
rxdart |
- | 0.27.7 | 0.28.0 |
sky_engine |
- | 0.0.0 | 0.0.0 |
source_span |
- | 1.10.1 | 1.10.1 |
sprintf |
- | 7.0.0 | 7.0.0 |
sqflite |
- | 2.4.1 | 2.4.1 |
sqflite_android |
- | 2.4.0 | 2.4.0 |
sqflite_common |
- | 2.5.4+6 | 2.5.4+6 |
sqflite_darwin |
- | 2.4.1 | 2.4.1 |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 |
stream_transform |
- | 2.1.1 | 2.1.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.2 | 1.2.2 |
tuple |
- | 2.0.2 | 2.0.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
unicode |
- | 0.3.1 | 0.3.1 |
uuid |
- | 4.5.1 | 4.5.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
vector_tile |
- | 1.0.0 | 2.0.0 |
watcher |
- | 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
.
Found 8 issues. Showing the first 2:
The constraint `^4.0.0` on flutter_map does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions flutter_map
to update the constraint.
The constraint `^6.0.0` on flutter_map_location_marker does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions flutter_map_location_marker
to update the constraint.
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.