ikki_ui_widgets 0.0.5 copy "ikki_ui_widgets: ^0.0.5" to clipboard
ikki_ui_widgets: ^0.0.5 copied to clipboard

unlisted

A flutter ui library for Ikki

70/ 160
pub points
14
downloads

We analyzed this package 23 hours ago, and awarded it 70 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 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]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
70
points
14
downloads

Publisher

verified publishercontrolla.com.mx

Weekly Downloads

A flutter ui library for Ikki

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

date_format, flutter

More

Packages that depend on ikki_ui_widgets