agnext_common_library_flutter 3.0.7
agnext_common_library_flutter: ^3.0.7 copied to clipboard
Agnext common library to reuse various widgets and functions
We analyzed this package 26 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/ranjeetSingh5969/agnext_common_libirary_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.
0/10 points: 20% or more of the public API has dartdoc comments
11 out of 659 API elements (1.7 %) 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: custom_button, custom_button.AddWatermarkToImages, custom_button.AddWatermarkToImages.AddWatermarkToImages.new, custom_button.AddWatermarkToImages.addWaterToImage, custom_button.CommonBottomSheet.CommonBottomSheet.new.
10/10 points: Package has 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:agnext_common_library_flutter/agnext_common_library_flutter.dartthat imports:package:agnext_common_library_flutter/src/add_watermark_to_images.dartthat imports:package:watermark_unique/watermark_unique.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:agnext_common_library_flutter/agnext_common_library_flutter.dartthat imports:package:agnext_common_library_flutter/src/add_watermark_to_images.dartthat imports:package:watermark_unique/watermark_unique.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:agnext_common_library_flutter/agnext_common_library_flutter.dartthat imports:package:agnext_common_library_flutter/src/add_watermark_to_images.dartthat imports:package:watermark_unique/watermark_unique.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:agnext_common_library_flutter/agnext_common_library_flutter.dartthat imports:package:agnext_common_library_flutter/src/qr_scan_view.dartthat imports:package:flutter_barcode_scanner/flutter_barcode_scanner.dartthat declares support for platforms:Android,iOS.
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:agnext_common_library_flutter/agnext_common_library_flutter.dartthat imports:package:agnext_common_library_flutter/src/common_utilities.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_apple/geolocator_apple.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:agnext_common_library_flutter/agnext_common_library_flutter.dartthat imports:package:agnext_common_library_flutter/src/common_utilities.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_android/geolocator_android.dartthat declares support for platforms:Android.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 217 issues. Showing the first 2:
WARNING: The value of the local variable 'width' isn't used.
lib/src/add_watermark_to_images.dart:15:9
╷
15 │ var width = decodedImage.width;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/add_watermark_to_images.dart
INFO: The import of 'package:flutter/painting.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/src/add_watermark_to_images.dart:4:8
╷
4 │ import 'package:flutter/painting.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/add_watermark_to_images.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.3.1 |
3.4.0 | 3.4.1 | |
dio |
^5.4.0 |
5.9.0 | 5.9.0 | |
firebase_remote_config |
^4.3.14 |
4.3.17 | 6.1.2 | |
flutter_barcode_scanner |
^2.0.0 |
2.0.0 | 2.0.0 | |
flutter_screenutil |
^5.9.0 |
5.9.3 | 5.9.3 | |
geocoding |
^2.1.1 |
2.2.2 | 4.0.0 | |
geolocator |
^10.1.0 |
10.1.1 | 14.0.2 | |
get |
^4.6.6 |
4.6.6 | 4.7.3 | |
get_storage |
^2.1.1 |
2.1.1 | 2.1.1 | |
google_fonts |
^6.1.0 |
6.3.3 | 6.3.3 | |
image_cropper |
^5.0.1 |
5.0.1 | 11.0.0 | |
image_picker |
^1.0.7 |
1.1.2 | 1.2.1 | |
internet_connection_checker |
^1.0.0+1 |
1.0.0+1 | 3.0.1 | |
mask_text_input_formatter |
^2.8.0 |
2.9.0 | 2.9.0 | |
package_info_plus |
^5.0.1 |
5.0.1 | 9.0.0 | |
permission_handler |
^11.2.1 |
11.4.0 | 12.0.1 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
url_launcher |
^6.2.4 |
6.3.2 | 6.3.2 | |
watermark_unique |
^1.0.7 |
1.1.0 | 1.1.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^4.3.14` on firebase_remote_config does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions firebase_remote_config 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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.