gps_camera 0.0.1
gps_camera: ^0.0.1 copied to clipboard
A Flutter package that combines camera functionality with GPS location services. Display real-time location details, capture photos, and automatically save them with embedded geolocation metadata.
We analyzed this package 18 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Hemant301/gps_camera_flutter
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: BSL-1.0
.
10/10 points: 20% or more of the public API has dartdoc comments
4 out of 20 API elements (20.0 %) have documentation comments.
Some symbols that are missing documentation: gps_camera
, gps_camera.CameraScreen
, gps_camera.CameraScreen.CameraScreen.new
, gps_camera.CameraScreen.buttonDistance
, gps_camera.CameraScreen.child
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:gps_camera/gps_camera.dart
that imports:package:gps_camera/src/gps_camera.dart
that imports:package:image_gallery_saver/image_gallery_saver.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:gps_camera/gps_camera.dart
that imports:package:gps_camera/src/gps_camera.dart
that imports:package:image_gallery_saver/image_gallery_saver.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:gps_camera/gps_camera.dart
that imports:package:gps_camera/src/gps_camera.dart
that imports:package:image_gallery_saver/image_gallery_saver.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:gps_camera/gps_camera.dart
that imports:package:gps_camera/src/gps_camera.dart
that imports:package:image_gallery_saver/image_gallery_saver.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm 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/src/gps_camera.dart:91:47
╷
91 │ color: Colors.black.withOpacity(0.5),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/gps_camera.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
camera |
^0.10.5+5 |
0.10.6 | 0.11.2 | |
geocoding |
^2.1.1 |
2.2.2 | 4.0.0 | |
geolocator |
^7.6.2 |
7.7.1 | 14.0.2 | |
image_gallery_saver |
^2.0.3 |
2.0.3 | 2.0.3 | |
screenshot |
^1.3.0 |
1.3.0 | 3.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
camera_android |
- | 0.10.10+8 | 0.10.10+8 | |
camera_avfoundation |
- | 0.9.21+4 | 0.9.21+4 | |
camera_platform_interface |
- | 2.11.0 | 2.11.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
flutter_plugin_android_lifecycle |
- | 2.0.30 | 2.0.30 | |
geocoding_android |
- | 3.3.1 | 4.0.1 | |
geocoding_ios |
- | 2.3.0 | 3.1.0 | |
geocoding_platform_interface |
- | 3.2.0 | 3.2.0 | |
geolocator_android |
- | 2.1.0 | 5.0.2 | |
geolocator_apple |
- | 1.2.2 | 2.3.13 | |
geolocator_platform_interface |
- | 2.3.6 | 4.2.6 | |
geolocator_web |
- | 2.0.6 | 4.1.3 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^0.10.5+5` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
to update the constraint.
The constraint `^2.1.1` on geocoding does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions geocoding
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.