ikki_ui_widgets 0.0.5
ikki_ui_widgets: ^0.0.5 copied to clipboard
A flutter ui library for Ikki
We analyzed this package 23 hours ago, and awarded it 70 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://bitbucket.org/controlla-mx/ikki_ui_widgets 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting ikki_ui_widgets... Discovering libraries... Linking elements... Precaching local docs for 643795 elements... Initialized dartdoc with 799 libraries Generating docs for library buttons/ikki_button.dart from package:ikki_ui_widgets/buttons/ikki_button.dart... Generating docs for library buttons/ikki_button_list.dart from package:ikki_ui_widgets/buttons/ikki_button_list.dart... Generating docs for library buttons/ikki_text_button.dart from package:ikki_ui_widgets/buttons/ikki_text_button.dart... Generating docs for library buttons/ikki_button_outline.dart from package:ikki_ui_widgets/buttons/ikki_button_outline.dart... Generating docs for library buttons/ikki_button_icon.dart from package:ikki_ui_widgets/buttons/ikki_button_icon.dart... [10 more lines] ERR: warning: ikki_ui_widgets has no library level documentation comments from ikki_ui_widgets: (file:///tmp/pana_FKOELQ/lib/ikki_ui_widgets.dart:1:1) warning: ikki_ui_widgets has no library level documentation comments from ikki_ui_widgets: (file:///tmp/pana_FKOELQ/lib/text_field/ikki_date_picker.dart:1:1) error: file already written at "ikki_ui_widgets/index.html" for symbol ikki_ui_widgets: (file:///tmp/pana_FKOELQ/lib/text_field/ikki_date_picker.dart:1:1) conflicting with file already generated by ikki_ui_widgets: (file:///tmp/pana_FKOELQ/lib/ikki_ui_widgets.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'ikki_ui_widgets' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [18 more lines]
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/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/buttons/ikki_button_list.dart:42:52
╷
42 │ color: Theme.of(context).textTheme.bodyText1?.color,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/buttons/ikki_button_list.dart
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/buttons/ikki_button_list.dart:112:54
╷
112 │ color: Theme.of(context).textTheme.bodyText1?.color,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/buttons/ikki_button_list.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
date_format |
^2.0.7 |
2.0.9 | 2.0.9 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 4 errors:
UNDEFINED_GETTER-lib/buttons/ikki_button_list.dart:42:52- The getter 'bodyText1' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER-lib/buttons/ikki_button_list.dart:112:54- The getter 'bodyText1' isn't defined for the type 'TextTheme'.UNDEFINED_NAMED_PARAMETER-lib/buttons/ikki_text_button.dart:20:9- The named parameter 'primary' isn't defined.
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.