extrawest_ui_kit 0.0.2
extrawest_ui_kit: ^0.0.2 copied to clipboard
Flutter package that provides Extrawest UI Kit based on Material 3 UI components
We analyzed this package 15 hours 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
51 out of 318 API elements (16.0 %) 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: 2fa_auth, 2fa_auth.TwoFactorAuth, 2fa_auth.TwoFactorAuth.TwoFactorAuth.new, 2fa_auth.TwoFactorAuth.controller, 2fa_auth.TwoFactorAuth.logo.
10/10 points: Package has an example and has no issues with screenshots
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 9 issues. Showing the first 2:
ERROR: A value of type 'InputDecorationThemeData' can't be returned from the function 'createInputDecTheme' because it has a return type of 'InputDecorationTheme'.
lib/theme.dart:73:10
╷
73 │ return inputDecorationTheme.copyWith(
│ ┌──────────^
74 │ │ border: OutlineInputBorder(
75 │ │ borderRadius: BorderRadius.circular(4.0),
76 │ │ ),
77 │ │ focusedBorder: OutlineInputBorder(
78 │ │ borderRadius: BorderRadius.circular(4.0),
79 │ │ ),
80 │ │ errorBorder: OutlineInputBorder(
81 │ │ borderRadius: BorderRadius.circular(4.0),
82 │ │ ),
83 │ │ );
│ └───^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/theme.dart
WARNING: This default clause is covered by the previous cases.
lib/components/widgets/text_widgets/text_scales.dart:212:7
╷
212 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/widgets/text_widgets/text_scales.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
font_awesome_flutter |
^10.6.0 |
10.12.0 | 11.0.0 | |
formz |
^0.6.1 |
0.6.1 | 0.8.0 | |
intl_phone_number_input |
^0.7.3+1 |
0.7.5 | 0.7.5 | |
password_strength |
^0.2.0 |
0.2.0 | 0.2.0 | |
sms_autofill |
^2.3.0 |
2.4.1 | 2.4.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dlibphonenumber |
- | 1.1.58 | 1.1.58 | |
equatable |
- | 2.0.8 | 2.0.8 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
pin_input_text_field |
- | 4.5.2 | 4.5.2 | |
protobuf |
- | 6.0.0 | 6.0.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^10.6.0` on font_awesome_flutter does not support the stable version `11.0.0`, that was published 0 days ago.
When font_awesome_flutter is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions font_awesome_flutter to update the constraint.
The constraint `^0.6.1` on formz does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions formz 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 1 error:
RETURN_OF_INVALID_TYPE-lib/theme.dart:73:10- A value of type 'InputDecorationThemeData' can't be returned from the function 'createInputDecTheme' because it has a return type of 'InputDecorationTheme'.
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.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.
