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 21 hours ago, and awarded it 120 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
10/10 points: 20% or more of the public API has dartdoc comments
- 26 out of 84 API elements (31.0 %) have documentation comments.
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
.
20/30 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 | 4.4.5 |
device_info_plus | ^3.1.1 | 3.2.4 | 8.1.0 |
firebase_core | ^1.10.0 | 1.19.0 | 2.8.0 |
firebase_storage | ^10.1.0 | 10.3.0 | 11.0.16 |
flutter | flutter | 0.0.0 | 0.0.0 |
package_info_plus | ^1.3.0 | 1.4.2 | 3.0.3 |
path_provider | ^2.0.7 | 2.0.14 | 2.0.14 |
photo_view | ^0.13.0 | 0.13.0 | 0.14.0 |
screenshot | ^1.2.3 | 1.3.0 | 1.3.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.