sound_library 0.1.1
sound_library: ^0.1.1 copied to clipboard
Easy UI sounds to directly use in your app through mis develop sound library database
5
likes
130/ 130
pub points
57%
popularity
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 130):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 8 out of 27 API elements (29.6 %) have documentation comments.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:sound_library/sound_library.dart
that imports:package:sound_library/src/sound_library.dart
that imports:package:storage_manager/storage_manager.dart
that imports:package:storage_manager/src/firestorage.dart
that imports:package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:sound_library/sound_library.dart
that imports:package:sound_library/src/sound_library.dart
that imports:package:storage_manager/storage_manager.dart
that imports:package:storage_manager/src/firestorage.dart
that imports:package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:sound_library/sound_library.dart
that imports:package:sound_library/src/sound_library.dart
that imports:package:storage_manager/storage_manager.dart
that imports:package:storage_manager/src/firestorage.dart
that imports:package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:sound_library/sound_library.dart
that imports:package:sound_library/src/sound_library.dart
that imports:package:audioplayers/audioplayers.dart
that imports:package:audioplayers/src/audio_cache.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
audioplayers | ^0.20.1 | 0.20.1 | 1.0.1 |
flutter | flutter | 0.0.0 | 0.0.0 |
http | ^0.13.4 | 0.13.4 | 0.13.4 |
storage_manager | ^0.1.3 | 0.1.10 | 0.1.10 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.20.1` on audioplayers does not support the stable version `1.0.0`, that was published 11 days ago.
When audioplayers is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions audioplayers
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.