flutter_app_feedback 0.0.4 icon indicating copy to clipboard operation
flutter_app_feedback: ^0.0.4 copied to clipboard

Flutter Package to implement Feedback System in Flutter Project.

1
likes
120/ 140
pub points
24%
popularity

We analyzed this package 21 hours ago, and awarded it 120 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
30 / 30icon to trigger folding of the section

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.

icon indicating section status
Provide documentation
20 / 20icon to trigger folding of the section

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.
icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

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.
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

PackageConstraintCompatibleLatest
cloud_firestore^3.1.03.2.04.4.5
device_info_plus^3.1.13.2.48.1.0
firebase_core^1.10.01.19.02.8.0
firebase_storage^10.1.010.3.011.0.16
flutterflutter0.0.00.0.0
package_info_plus^1.3.01.4.23.0.3
path_provider^2.0.72.0.142.0.14
photo_view^0.13.00.13.00.14.0
screenshot^1.2.31.3.01.3.0
Transitive dependencies
PackageConstraintCompatibleLatest
async-2.11.02.11.0
characters-1.2.11.3.0
cloud_firestore_platform_interface-5.7.55.11.5
cloud_firestore_web-2.6.183.3.5
collection-1.17.01.17.1
device_info_plus_linux-2.1.15.0.0
device_info_plus_macos-2.2.35.0.0
device_info_plus_platform_interface-2.6.17.0.0
device_info_plus_web-2.1.05.0.0
device_info_plus_windows-2.1.16.0.0
ffi-1.2.12.0.1
file-6.1.46.1.4
firebase_core_platform_interface-4.4.14.5.3
firebase_core_web-1.6.52.2.2
firebase_storage_platform_interface-4.1.194.1.32
firebase_storage_web-3.2.183.3.25
flutter_web_plugins-0.0.00.0.0
http-0.13.50.13.5
http_parser-4.0.24.0.2
js-0.6.50.6.7
material_color_utilities-0.2.00.3.0
meta-1.8.01.9.1
package_info_plus_linux-1.0.52.0.0
package_info_plus_macos-1.3.02.0.0
package_info_plus_platform_interface-1.0.22.0.1
package_info_plus_web-1.0.62.0.0
package_info_plus_windows-1.0.53.0.0
path-1.8.31.8.3
path_provider_android-2.0.242.0.24
path_provider_foundation-2.2.02.2.0
path_provider_linux-2.1.102.1.10
path_provider_platform_interface-2.0.62.0.6
path_provider_windows-2.0.72.1.5
platform-3.1.03.1.0
plugin_platform_interface-2.1.42.1.4
process-4.2.44.2.4
sky_engine-0.0.990.0.99
source_span-1.9.11.9.1
string_scanner-1.2.01.2.0
term_glyph-1.2.11.2.1
typed_data-1.3.11.3.1
vector_math-2.1.42.1.4
win32-2.6.14.1.1
xdg_directories-1.0.01.0.0

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

icon indicating section status
Support sound null safety
20 / 20icon to trigger folding of the section

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.