media_pro 1.1.1 media_pro: ^1.1.1 copied to clipboard
Media widgets for Flutter. Upload and display images from the gallery, camera and more.
We analyzed this package 30 hours ago, and awarded it 140 pub points (of a possible 160):
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: media_pro
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Could not accept branch name: 2.x
.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
64 out of 126 API elements (50.8 %) have documentation comments.
Some symbols that are missing documentation: api_request
, api_request.ApiRequest.connectTimeout
, api_request.ApiRequest.headers
, api_request.ApiRequest.imageKey
, api_request.ApiRequest.method
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:media_pro/media_pro.dart
that imports:package:media_pro/widgets/grid_image_picker_widget.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Windows`.
Because:
package:media_pro/media_pro.dart
that imports:package:media_pro/widgets/grid_image_picker_widget.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:media_pro/media_pro.dart
that imports:package:media_pro/widgets/grid_image_picker_widget.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:media_pro/media_pro.dart
that imports:package:media_pro/widgets/grid_image_picker_widget.dart
that imports:package:nylo_support/widgets/ny_state.dart
that imports:package:nylo_support/widgets/ny_stateful_widget.dart
that imports:package:nylo_support/nylo.dart
that imports:package:nylo_support/exceptions/validation_exception.dart
that imports:package:nylo_support/validation/rules.dart
that imports:package:nylo_support/helpers/helper.dart
that imports:package:nylo_support/networking/ny_api_service.dart
that imports:package:nylo_support/alerts/toast_notification.dart
that imports:package:nylo_support/alerts/default_toast_notification.dart
that imports:package:nylo_support/localization/app_localization.dart
that imports:package:nylo_support/widgets/ny_language_switcher.dart
that imports:package:nylo_support/metro/metro_service.dart
that imports:package:nylo_support/metro/metro_console.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image |
^3.3.1 |
3.4.1 | 3.4.1 |
dio |
^5.4.3+1 |
5.7.0 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_draggable_gridview |
^0.0.12 |
0.0.12 | 0.0.12 |
http_parser |
^4.0.2 |
4.0.2 | 4.1.1 |
image_picker |
^1.1.2 |
1.1.2 | 1.1.2 |
mime |
^1.0.5 |
1.0.6 | 2.0.0 |
nylo_support |
^5.75.3 |
5.82.2 | 6.4.0 |
pretty_dio_logger |
^1.3.1 |
1.4.0 | 1.4.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.5` on mime does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions mime
to update the constraint.
The constraint `^5.75.3` on nylo_support does not support the stable version `6.0.0`, that was published 14 days ago.
When nylo_support is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions nylo_support
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.