flutter_feedback 3.8.2
flutter_feedback: ^3.8.2 copied to clipboard
Flutter plugin untuk mengambil screenshot dari sebuah halaman yang sedang aktif. Support untuk Android & iOS.
We analyzed this package 2 days 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
28 out of 170 API elements (16.5 %) 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: en_message, en_message.EnMessage, en_message.EnMessage.EnMessage.new, en_message.EnMessage.addPhoto, en_message.EnMessage.and.
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:flutter_feedback/flutter_feedback.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:flutter_feedback/flutter_feedback.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:flutter_feedback/flutter_feedback.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:flutter_feedback/flutter_feedback.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:flutter_feedback/flutter_feedback.dartthat imports:package:flutter_feedback/src/page/form_feedback/flutter_feedback_plugin_page.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:flutter_feedback/flutter_feedback.dartthat imports:package:flutter_feedback/src/page/form_feedback/flutter_feedback_plugin_page.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/flutter_feedback/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
Found 9 issues. Showing the first 2:
INFO: An uninitialized variable should have an explicit type annotation.
lib/src/page/form_feedback/flutter_feedback_plugin_page.dart:729:9
╷
729 │ var actionAttachment;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/page/form_feedback/flutter_feedback_plugin_page.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/page/form_feedback/flutter_feedback_plugin_page.dart:804:33
╷
804 │ color: Colors.black.withOpacity(0.5),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/page/form_feedback/flutter_feedback_plugin_page.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
coderjava_image_editor_pro |
^3.2.1 |
3.2.1 | 3.2.1 | |
device_info_plus |
^11.3.3 |
11.5.0 | 12.3.0 | |
dotted_border |
^2.0.0 |
2.1.0 | 3.1.0 | |
flutter_image_compress |
^2.4.0 |
2.4.0 | 2.4.0 | |
flutter_native_screenshot_plus |
^1.0.0 |
1.0.0 | 1.0.0 | |
font_awesome_flutter |
^10.1.0 |
10.12.0 | 10.12.0 | |
image_picker |
^1.0.4 |
1.2.1 | 1.2.1 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.2 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.0.1 |
11.4.0 | 12.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^11.3.3` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^2.0.0` on dotted_border does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dotted_border 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.