lib_x 0.1.8
lib_x: ^0.1.8 copied to clipboard
lib_x is an Object-Oriented approach to Flutter for a better architecture design. It provides Solutions for Routing, State Management, Data Provider & more.
We analyzed this package 44 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
10873 out of 11063 API elements (98.3 %) have documentation comments.
Some symbols that are missing documentation: lib_x
, lib_x.ActivateAction.ActivateAction.new
, lib_x.AnimatedGridState.AnimatedGridState.new
, lib_x.AnimatedListState.AnimatedListState.new
, lib_x.AnimatedWidgetBaseState.AnimatedWidgetBaseState.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
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: 'useInheritedMediaQuery' is deprecated and shouldn't be used. Remove this parameter as it is now ignored. MaterialApp never introduces its own MediaQuery; the View widget takes care of that. This feature was deprecated after v3.7.0-29.0.pre.
lib/src/x/material_x/material_x.dart:87:9
╷
87 │ useInheritedMediaQuery: materialApp.useInheritedMediaQuery,
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/x/material_x/material_x.dart
INFO: 'useInheritedMediaQuery' is deprecated and shouldn't be used. This setting is now ignored. MaterialApp never introduces its own MediaQuery; the View widget takes care of that. This feature was deprecated after v3.7.0-29.0.pre.
lib/src/x/material_x/material_x.dart:87:45
╷
87 │ useInheritedMediaQuery: materialApp.useInheritedMediaQuery,
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/x/material_x/material_x.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
back_button_interceptor |
^6.0.2 |
6.0.2 | 8.0.4 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
overlay_support |
^2.1.0 |
2.1.0 | 2.1.0 | |
routemaster |
^1.0.1 |
1.0.1 | 1.0.1 | |
url_strategy |
^0.2.0 |
0.2.0 | 0.3.0 | Discontinued |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^6.0.2` on back_button_interceptor does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions back_button_interceptor
to update the constraint.
The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions intl
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.