flutter_app_feedback 0.0.4 flutter_app_feedback: ^0.0.4 copied to clipboard
Flutter Package to implement Feedback System in Flutter Project.
We analyzed this package 2 days ago, and awarded it 140 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
.
10/10 points: 20% or more of the public API has dartdoc comments
26 out of 79 API elements (32.9 %) have documentation comments.
Some symbols that are missing documentation: app.model
, app.model.AppModel
, app.model.AppModel.AppModel
, app.model.AppModel.AppModel.fromJson
, app.model.AppModel.appBuildNumber
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_app_feedback/flutter_app_feedback.dart
that imports:package:flutter_app_feedback/ui/screens/feedback.screen.dart
that imports:package:flutter_app_feedback/services/storage.service.dart
that imports:package:firebase_storage/firebase_storage.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:flutter_app_feedback/flutter_app_feedback.dart
that imports:package:flutter_app_feedback/ui/screens/feedback.screen.dart
that imports:package:flutter_app_feedback/services/storage.service.dart
that imports:package:firebase_storage/firebase_storage.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Web`.
Because:
package:flutter_app_feedback/flutter_app_feedback.dart
that imports:package:flutter_app_feedback/helpers/screenshot.helper.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:flutter_app_feedback/flutter_app_feedback.dart
that imports:package:flutter_app_feedback/ui/screens/feedback.screen.dart
that imports:package:flutter_app_feedback/ui/screens/image_viewer.screen.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/helpers/screenshot.helper.dart:26:8
╷
26 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/helpers/screenshot.helper.dart
INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/managers/dialog.manager.dart:24:8
╷
24 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/managers/dialog.manager.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cloud_firestore |
^3.1.0 |
3.2.0 | 5.6.0 |
device_info_plus |
^3.1.1 |
3.2.4 | 11.2.0 |
firebase_core |
^1.10.0 |
1.19.0 | 3.9.0 |
firebase_storage |
^10.1.0 |
10.3.0 | 12.3.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
package_info_plus |
^1.3.0 |
1.4.2 | 8.1.2 |
path_provider |
^2.0.7 |
2.0.15 | 2.1.5 |
photo_view |
^0.13.0 |
0.13.0 | 0.15.0 |
screenshot |
^1.2.3 |
1.3.0 | 3.0.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 `^3.1.0` on cloud_firestore does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore
to update the constraint.
The constraint `^3.1.1` on device_info_plus does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
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.