hyttahub 0.1.60
hyttahub: ^0.1.60 copied to clipboard
A serverless Flutter framework for building applications with an event-sourced architecture, shared site management, and built-in compliance.
We analyzed this package 3 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.
10/10 points: 20% or more of the public API has dartdoc comments
4753 out of 7314 API elements (65.0 %) have documentation comments.
Some symbols that are missing documentation: account_events.pb, account_events.pb.AccountEvent, account_events.pb.AccountEvent.AccountEvent.fromBuffer, account_events.pb.AccountEvent.AccountEvent.fromJson, account_events.pb.AccountEvent.AccountEvent.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: The stack trace variable '_' isn't used and can be removed.
lib/common_blocs/base_replay_bloc.dart:392:17
╷
392 │ } catch (e, _) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/common_blocs/base_replay_bloc.dart
WARNING: The stack trace variable '_' isn't used and can be removed.
lib/common_blocs/base_replay_bloc.dart:535:17
╷
535 │ } catch (e, _) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/common_blocs/base_replay_bloc.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^9.0.0 |
9.2.1 | 9.2.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
flutter_bloc |
^9.1.0 |
9.1.1 | 9.1.1 | |
go_router |
^17.1.0 |
17.5.0 | 18.0.1 | |
hydrated_bloc |
^10.0.0 |
10.1.1 | 11.0.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
protobuf |
^6.0.0 |
6.1.0 | 6.1.0 | |
protoc_plugin |
^25.0.0 |
25.1.0 | 25.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 108.0.0 | 108.0.0 | |
analyzer |
- | 14.4.0 | 14.4.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
dart_style |
- | 3.1.13 | 3.1.13 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
glob |
- | 2.2.0 | 2.2.0 | |
hive_ce |
- | 2.20.0 | 2.20.0 | |
isolate_channel |
- | 0.6.1 | 0.6.1 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^17.1.0` on go_router does not support the stable version `18.0.0`, that was published 22 days ago.
When go_router is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions go_router to update the constraint.
The constraint `^10.0.0` on hydrated_bloc does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions hydrated_bloc 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.