bloom_framework 0.4.1
bloom_framework: ^0.4.1 copied to clipboard
An opinionated application framework and developer platform built on Dart and Flutter.
We analyzed this package 4 hours ago, and awarded it 140 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.
10/10 points: 20% or more of the public API has dartdoc comments
2917 out of 3023 API elements (96.5 %) have documentation comments.
Some symbols that are missing documentation: bloom.Bloom.Bloom.new, bloom.BloomAuthBase.BloomAuthBase.new, bloom.BloomBackground.BloomBackground.new, bloom.BloomCrashFingerprint.BloomCrashFingerprint.new, bloom.BloomCrudRepository.BloomCrudRepository.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:bloom_framework/bloom.dartthat imports:package:bloom_framework/src/native/notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,Linux,macOS.
Package does not support platform `Linux`.
Because:
package:bloom_framework/bloom.dartthat imports:package:bloom_framework/src/widgets/app.dartthat imports:package:bloom_framework/src/core/boot.dartthat imports:package:bloom_framework/src/native/permissions.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:bloom_framework/bloom.dartthat imports:package:bloom_framework/src/widgets/app.dartthat imports:package:bloom_framework/src/core/boot.dartthat imports:package:bloom_framework/src/native/permissions.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:bloom_framework/bloom.dartthat imports:package:bloom_framework/src/native/notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,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 `Android`.
Because:
package:bloom_framework/bloom.dartthat imports:package:bloom_framework/src/native/notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:bloom_framework/bloom.dartthat imports:package:bloom_framework/src/native/notifications.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
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 | Notes |
|---|---|---|---|---|
bloom_js_native |
^0.3.0 |
0.3.7 | 0.3.7 | |
bloom_seo |
^0.2.0 |
0.2.0 | 0.2.0 | |
bloom_server |
^0.2.0 |
0.2.1 | 0.2.1 | |
bloom_ui |
^0.3.0 |
0.3.0 | 0.3.0 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
flutter_local_notifications |
^17.2.3 |
17.2.4 | 22.3.1 | |
flutter_secure_storage |
^9.2.2 |
9.2.4 | 11.1.1 | |
go_router |
^14.8.0 |
14.8.1 | 18.0.1 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.1.2 |
1.2.3 | 1.2.3 | |
meta |
^1.15.0 |
1.19.0 | 1.19.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 13.0.2 | |
shorebird_code_push |
^2.0.7 |
2.0.7 | 2.0.7 | |
signals |
^5.5.0 |
5.5.0 | 7.1.0 | |
signals_flutter |
^5.5.0 |
5.5.1 | 7.1.0 | |
supabase_flutter |
^2.17.1 |
2.17.2 | 2.17.2 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 | |
yaml |
^3.1.2 |
3.1.4 | 3.1.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^17.2.3` on flutter_local_notifications does not support the stable version `18.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications to update the constraint.
The constraint `^9.2.2` on flutter_secure_storage does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions flutter_secure_storage 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.