impaktfull_ui 0.79.0
impaktfull_ui: ^0.79.0 copied to clipboard
impaktfull ui components to simplify development and design processes while still allowing custom design
We analyzed this package 12 days ago, and awarded it 50 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
178 out of 3982 API elements (4.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: impaktfull_ui, impaktfull_ui.BaseSnackyWidget, impaktfull_ui.BaseSnackyWidget.BaseSnackyWidget.new, impaktfull_ui.BaseSnackyWidget.borderRadius, impaktfull_ui.BaseSnackyWidget.cancelableSnacky.
10/10 points: Package has 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 6 issues. Showing the first 2:
ERROR: Invalid constant value.
lib/src/components/app/app.dart:157:33
╷
157 │ TargetPlatform.iOS: CupertinoPageTransitionsBuilder(),
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/app/app.dart
ERROR: The values in a const map literal must be constant.
lib/src/components/app/app.dart:157:33
╷
157 │ TargetPlatform.iOS: CupertinoPageTransitionsBuilder(),
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/app/app.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_markdown |
^0.7.7+1 |
0.7.7+1 | 0.7.7+1 | Discontinued |
flutter_svg |
^2.0.10+1 |
2.3.0 | 2.3.0 | |
impaktfull_ui_figma_sync |
^0.0.2 |
0.0.2 | 0.0.2 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
lottie |
^3.0.0 |
3.5.1 | 3.5.1 | |
markdown |
^7.2.2 |
7.3.1 | 7.3.1 | |
phosphor_flutter |
^2.1.0 |
2.1.0 | 2.1.0 | |
rive |
^0.13.14 |
0.13.20 | 0.14.9 | |
snacky |
^0.6.2 |
0.6.2 | 0.8.0 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
graphs |
- | 2.3.2 | 2.3.2 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.5.0 | 6.5.0 | |
rive_common |
- | 0.4.15 | 0.4.15 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_graphics |
- | 1.2.2 | 1.2.2 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.2.6 | 1.2.6 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
xml |
- | 7.0.1 | 7.0.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.13.14` on rive does not support the stable version `0.14.0`.
Try running dart pub upgrade --major-versions rive to update the constraint.
The constraint `^0.6.2` on snacky does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions snacky to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
INVALID_CONSTANT-lib/src/components/app/app.dart:157:33- Invalid constant value.NON_CONSTANT_MAP_VALUE-lib/src/components/app/app.dart:157:33- The values in a const map literal must be constant.UNDEFINED_METHOD-lib/src/components/app/app.dart:157:33- The method 'CupertinoPageTransitionsBuilder' isn't defined for the type 'ThemeData'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.