gallery_asset_picker 0.0.4 copy "gallery_asset_picker: ^0.0.4" to clipboard
gallery_asset_picker: ^0.0.4 copied to clipboard

Medias picker which is inspired by modern app.

8
likes
80/ 160
pub points
59%
popularity

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

failed
Follow Dart file conventions
10 / 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.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

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

463 out of 925 API elements (50.1 %) have documentation comments.

Some symbols that are missing documentation: album_builder, album_builder.AlbumBuilder, album_builder.AlbumBuilder.AlbumBuilder, album_builder.AlbumBuilder.builder, album_builder.AlbumBuilder.controller.

10/10 points: Package has an example

failed
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:gallery_asset_picker/gallery_asset_picker.dart that imports:
  • package:photo_manager/photo_manager.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

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

Because:

  • package:gallery_asset_picker/gallery_asset_picker.dart that imports:
  • package:gallery_asset_picker/widgets/widgets.dart that imports:
  • package:gallery_asset_picker/widgets/slide_sheet/builder/slide_sheet_size_builder.dart that imports:
  • package:gallery_asset_picker/configs/configs.dart that imports:
  • package:gallery_asset_picker/configs/gallery_config.dart that imports:
  • package:gallery_asset_picker/configs/camera_config.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:gallery_asset_picker/gallery_asset_picker.dart that imports:
  • package:photo_manager/photo_manager.dart that declares support for platforms: Android, iOS, macOS.

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 20 issues. Showing the first 2:

ERROR: The named parameter 'filename' is required, but there's no corresponding argument.

lib/features/camera/controllers/camera_controller.dart:102:49

    ╷
102 │         final asset = await PhotoManager.editor.saveImage(bytes, title: fileName);
    │                                                 ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/features/camera/controllers/camera_controller.dart

WARNING: The operand can't be null, so the condition is always 'true'.

lib/features/camera/controllers/camera_controller.dart:105:19

    ╷
105 │         if (asset != null) {
    │                   ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/features/camera/controllers/camera_controller.dart

failed
Support up-to-date dependencies
30 / 40trigger 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.5+2 0.10.6 0.11.0+2
collection ^1.16.0 1.18.0 1.19.1
flutter flutter 0.0.0 0.0.0
intl ^0.18.0 0.18.1 0.19.0
meta ^1.7.0 1.15.0 1.16.0
path ^1.8.1 1.9.1 1.9.1
photo_manager ^3.0.0-dev.5 3.5.2 3.5.2
uuid ^3.0.6 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
camera_android - 0.10.9+16 0.10.9+16
camera_avfoundation - 0.9.17+4 0.9.17+4
camera_platform_interface - 2.8.0 2.8.0
camera_web - 0.3.5 0.3.5
characters - 1.3.0 1.3.1
clock - 1.1.1 1.1.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.11.1 0.12.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
stream_transform - 2.1.0 2.1.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0

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

Found 3 issues. Showing the first 2:

The constraint `^0.10.5+2` on camera does not support the stable version `0.11.0`.

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

The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.

Try running dart pub upgrade --major-versions intl 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.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

8
likes
80
pub points
59%
popularity

Publisher

unverified uploader

Medias picker which is inspired by modern app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

camera, collection, flutter, intl, meta, path, photo_manager, uuid

More

Packages that depend on gallery_asset_picker