sparrow_camera 1.0.2 copy "sparrow_camera: ^1.0.2" to clipboard
sparrow_camera: ^1.0.2 copied to clipboard

flutter camera

0
likes
100/ 140
pub points
48%
popularity

We analyzed this package 3 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` entry.

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

149 out of 166 API elements (89.8 %) have documentation comments.

Some symbols that are missing documentation: sparrow_camera, sparrow_camera.CameraFile, sparrow_camera.CameraFile.CameraFile, sparrow_camera.CameraFile.fileId, sparrow_camera.CameraFile.fileType.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:sparrow_camera/sparrow_camera.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:sparrow_camera/sparrow_camera.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:sparrow_camera/sparrow_camera.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:sparrow_camera/sparrow_camera.dart that declares support for platforms: Android, iOS.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 7 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: SparrowCamera.onMessage, SparrowCamera.onPreview

lib/src/presentation/sparrow_camera.dart:17:7

   ╷
17 │ class SparrowCamera extends StatefulWidget {
   │       ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/sparrow_camera.dart

WARNING: Unused import: 'dart:math'.

lib/src/presentation/widgets/rotate_button.dart:1:8

  ╷
1 │ import 'dart:math';
  │        ^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/rotate_button.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
camera ^0.10.0+1 0.10.5+9 0.10.5+9
flutter flutter 0.0.0 0.0.0
font_awesome_flutter ^9.0.0-nullsafety 9.2.0 10.7.0
path_provider ^2.0.0 2.1.3 2.1.3
rxdart ^0.26.0 0.26.0 0.27.7
video_player ^2.1.4 2.8.6 2.8.6
Transitive dependencies
Package Constraint Compatible Latest
camera_android - 0.10.9+1 0.10.9+1
camera_avfoundation - 0.9.15+4 0.9.15+4
camera_platform_interface - 2.7.4 2.7.4
camera_web - 0.3.3 0.3.3
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
cross_file - 0.3.4+1 0.3.4+1
csslib - 1.0.0 1.0.0
ffi - 2.1.2 2.1.2
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stream_transform - 2.1.0 2.1.0
term_glyph - 1.2.1 1.2.1
vector_math - 2.1.4 2.1.4
video_player_android - 2.4.14 2.4.14
video_player_avfoundation - 2.5.7 2.5.7
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.0 2.3.0
web - 0.5.1 0.5.1
win32 - 5.4.0 5.4.0
xdg_directories - 1.0.4 1.0.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^9.0.0-nullsafety` on font_awesome_flutter does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions font_awesome_flutter to update the constraint.

The constraint `^0.26.0` on rxdart does not support the stable version `0.27.0`.

Try running dart pub upgrade --major-versions rxdart to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.