katana_router_riverpod 1.2.5
katana_router_riverpod: ^1.2.5 copied to clipboard
Building system for katana router packages. Automatic Page route generation for riverpod.
We analyzed this package 21 hours ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: katana_router_riverpod.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: katana_router_riverpod, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_router_riverpod was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
469 out of 588 API elements (79.8 %) have documentation comments.
Some symbols that are missing documentation: katana_router_riverpod.AppRouteScope.AppRouteScope.new, katana_router_riverpod.Const.Const.new, katana_router_riverpod.DateFormat.ABBR_MONTH_DAY, katana_router_riverpod.DateFormat.ABBR_MONTH_WEEKDAY_DAY, katana_router_riverpod.DateFormat.ABBR_QUARTER.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
ERROR: Undefined class 'PageRef'.
lib/src/page_consumer_widget.dart:33:53
╷
33 │ Widget build(BuildContext context, WidgetRef ref, PageRef<T> page);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/page_consumer_widget.dart
ERROR: Undefined class 'PageRef'.
lib/src/page_consumer_widget.dart:44:8
╷
44 │ late PageRef<T> _page;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/page_consumer_widget.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_riverpod |
^1.0.3 |
1.0.3+1 | 3.4.3 | |
katana |
^0.15.0 |
0.15.10+3 | 3.4.0 | |
katana_router |
^1.2.5 |
1.10.11 | 3.3.3 | |
katana_router_riverpod_annotation |
^1.2.4 |
1.2.4 | 1.2.4 | Discontinued |
riverpod |
^1.0.3 |
1.0.3+1 | 3.4.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
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 | |
crypto |
- | 3.0.7 | 3.0.7 | |
encrypt |
- | 5.0.3 | 5.0.3 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.17.0 | 0.20.3 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
katana_router_annotation |
- | 1.10.8 | 3.1.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
recase |
- | 4.1.0 | 4.1.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
state_notifier |
- | 0.7.2+1 | 1.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_strategy |
- | 0.2.0 | 0.3.0 | Discontinued |
uuid |
- | 3.0.7 | 4.6.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^1.0.3` on flutter_riverpod does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod to update the constraint.
The constraint `^0.15.0` on katana does not support the stable version `1.0.1`.
Try running dart pub upgrade --major-versions katana 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.