flutter_feedback 3.2.1
flutter_feedback: ^3.2.1 copied to clipboard
Flutter plugin untuk mengambil screenshot dari sebuah halaman yang sedang aktif. Support untuk Android & iOS.
We analyzed this package 13 hours ago, and awarded it 110 pub points (of a possible 140):
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
.
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 29 out of 165 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.
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.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_feedback/flutter_feedback.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:flutter_feedback/flutter_feedback.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:flutter_feedback/flutter_feedback.dart
that declares support for platforms:Android
,iOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: 'subtitle2' is deprecated and shouldn't be used. Use titleSmall instead. This feature was deprecated after v3.1.0-0.0.pre.
lib/src/page/form_feedback/flutter_feedback_plugin_page.dart:422:68
╷
422 │ style: Theme.of(context).textTheme.subtitle2,
│ ^^^^^^^^^
╵
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: 'bodyText2' is deprecated and shouldn't be used. Use bodyMedium instead. This feature was deprecated after v3.1.0-0.0.pre.
lib/src/page/form_feedback/flutter_feedback_plugin_page.dart:426:68
╷
426 │ style: Theme.of(context).textTheme.bodyText2?.copyWith(
│ ^^^^^^^^^
╵
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 |
---|---|---|---|
coderjava_image_editor_pro | ^3.0.1 | 3.0.1 | 3.0.1 |
device_info_plus | ^4.0.1 | 4.1.3 | 8.0.0 |
dotted_border | ^2.0.0 | 2.0.0+3 | 2.0.0+3 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_image_compress | ^1.0.0 | 1.1.3 | 1.1.3 |
flutter_native_screenshot | ^1.1.1 | 1.1.2 | 1.1.2 |
font_awesome_flutter | ^10.1.0 | 10.3.0 | 10.3.0 |
image_picker | ^0.8.2 | 0.8.6+1 | 0.8.6+1 |
path | ^1.8.0 | 1.8.3 | 1.8.3 |
path_provider | ^2.0.2 | 2.0.12 | 2.0.12 |
permission_handler | ^9.2.0 | 9.2.0 | 10.2.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.0.1` on device_info_plus does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^9.2.0` on permission_handler does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions permission_handler
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.