camera_camera 3.0.0 copy "camera_camera: ^3.0.0" to clipboard
camera_camera: ^3.0.0 copied to clipboard

The easy plugin camera for your project, platforms Android and iOS.

184
likes
130/ 160
pub points
1.19k
downloads

We analyzed this package 8 hours ago, and awarded it 130 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: camera_camera,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

149 out of 159 API elements (93.7 %) have documentation comments.

Some symbols that are missing documentation: camera_camera, camera_camera.CameraCamera, camera_camera.CameraCamera.CameraCamera.new, camera_camera.CameraCamera.mode, camera_camera.CameraMode.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:camera_camera/camera_camera.dart that imports:
  • package:camera_camera/src/shared/entities/camera_side.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:camera_camera/camera_camera.dart that imports:
  • package:camera_camera/src/shared/entities/camera_side.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:camera_camera/camera_camera.dart that imports:
  • package:camera_camera/src/shared/entities/camera_side.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:camera_camera/camera_camera.dart that imports:
  • package:camera_camera/src/presentation/camera_page.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:camera_camera/camera_camera.dart that imports:
  • package:camera_camera/src/presentation/camera_page.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

INFO: Unnecessary override.

lib/src/core/camera_notifier.dart:107:8

    ╷
107 │   void dispose() {
    │        ^^^^^^^
    ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/src/presentation/camera_page.dart:119:63

    ╷
119 │                                 backgroundColor: Colors.black.withOpacity(0.6),
    │                                                               ^^^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
camera ^0.10.0+3 0.10.6 0.11.1
font_awesome_flutter ^10.2.1 10.8.0 10.8.0
Transitive dependencies
Package Constraint Compatible Latest Notes
camera_android - 0.10.10+3 0.10.10+3
camera_avfoundation - 0.9.20+1 0.9.20+1
camera_platform_interface - 2.10.0 2.10.0
camera_web - 0.3.5 0.3.5
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
cross_file - 0.3.4+2 0.3.4+2
flutter_plugin_android_lifecycle - 2.0.28 2.0.28
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
plugin_platform_interface - 2.1.8 2.1.8
stream_transform - 2.1.1 2.1.1
vector_math - 2.1.4 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^0.10.0+3` on camera does not support the stable version `0.11.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
184
likes
130
points
1.19k
downloads

Publisher

verified publishergabul.dev

Weekly Downloads

The easy plugin camera for your project, platforms Android and iOS.

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, font_awesome_flutter

More

Packages that depend on camera_camera