picker_instagram 1.0.15
picker_instagram: ^1.0.15 copied to clipboard
A Flutter package for selecting images, videos, or both from the gallery.
We analyzed this package 38 hours ago, and awarded it 130 pub points (of a possible 160):
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.
0/10 points: 20% or more of the public API has dartdoc comments
35 out of 179 API elements (19.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: camera_and_multi_select_view, camera_and_multi_select_view.CameraAndMultipleSelectionView, camera_and_multi_select_view.CameraAndMultipleSelectionView.CameraAndMultipleSelectionView.new, camera_and_multi_select_view.CameraAndMultipleSelectionView.controller, camera_and_multi_select_view.CameraAndMultipleSelectionView.onComplete.
10/10 points: Package has an example
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:picker_instagram/picker_instagram.dartthat imports:package:picker_instagram/constants/video_image_picker/instagram_image_picker.dartthat imports:package:picker_instagram/constants/video_image_picker/widgets/grid_top_view.dartthat imports:package:picker_instagram/constants/video_image_picker/insta_image_picker_controller.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:picker_instagram/picker_instagram.dartthat imports:package:picker_instagram/constants/video_image_picker/instagram_image_picker.dartthat imports:package:picker_instagram/constants/video_image_picker/widgets/grid_top_view.dartthat imports:package:picker_instagram/constants/video_image_picker/insta_image_picker_controller.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:picker_instagram/picker_instagram.dartthat imports:package:picker_instagram/constants/video_image_picker/instagram_image_picker.dartthat imports:package:picker_instagram/constants/video_image_picker/widgets/grid_top_view.dartthat imports:package:picker_instagram/constants/video_image_picker/insta_image_picker_controller.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:picker_instagram/picker_instagram.dartthat imports:package:picker_instagram/constants/video_image_picker/instagram_image_picker.dartthat imports:package:picker_instagram/constants/video_image_picker/widgets/grid_top_view.dartthat imports:package:picker_instagram/constants/video_image_picker/insta_image_picker_controller.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/constants/video_image_picker/commmon_video_player.dart:553:54
╷
553 │ inactiveColor: Colors.grey.withOpacity(0.65),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/constants/video_image_picker/commmon_video_player.dart
INFO: Missing type annotation.
lib/constants/video_image_picker/insta_image_picker_controller.dart:37:3
╷
37 │ removeVideoController() {
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/constants/video_image_picker/insta_image_picker_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.11.0+2 |
0.11.3 | 0.11.3 | |
cropperx |
^1.1.1 |
1.1.1 | 1.1.1 | |
custom_image_view |
^5.0.2 |
5.0.2 | 5.0.2 | |
flutter_image_compress |
^2.3.0 |
2.4.0 | 2.4.0 | |
flutter_staggered_grid_view |
^0.7.0 |
0.7.0 | 0.7.0 | |
font_awesome_flutter |
^10.8.0 |
10.12.0 | 10.12.0 | |
google_fonts |
^6.2.1 |
6.3.3 | 7.0.0 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
photo_gallery |
^2.2.1 |
2.2.1 | 2.2.1 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
transparent_image |
^2.0.1 |
2.0.1 | 2.0.1 | |
video_compress |
^3.1.3 |
3.1.4 | 3.1.4 | |
video_player |
^2.9.2 |
2.10.1 | 2.10.1 | |
video_thumbnail |
^0.5.3 |
0.5.6 | 0.5.6 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.2.1` on google_fonts does not support the stable version `7.0.0`, that was published 1 days ago.
When google_fonts is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions google_fonts to update the constraint.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.