lit_ui_kit 1.4.0 copy "lit_ui_kit: ^1.4.0" to clipboard
lit_ui_kit: ^1.4.0 copied to clipboard

A collection of widgets and screens for Flutter implementing the Lit UI design language.

7
likes
75/ 160
pub points
52
downloads

We analyzed this package 2 days ago, and awarded it 75 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be well formed Unable to parse 1 image link.

README.md:2:114

  ╷
2 │ <p>:warning: | <code>lit_ui_kit</code> has been discontinued by its creator. Please migrate to its new successor <a href="%5BLeitmotif%5D(https://github.com/litlifesoftware/leitmotif-flutter)">Leitmotif</a>, due to the <code>lit_ui_kit</code> package not being maintained any longer. New features and updates are only available for <a href="https://github.com/litlifesoftware/leitmotif-flutter">Leitmotif</a>. We are sorry for any inconvenience.
  │                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

545 out of 1251 API elements (43.6 %) have documentation comments.

Some symbols that are missing documentation: calendar.LitCalendarDayItem, calendar.LitCalendarDayItem.LitCalendarDayItem.new, calendar.LitCalendarDayItem.allowFutureDates, calendar.LitCalendarDayItem.constraints, calendar.LitCalendarDayItem.displayedDate.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:lit_ui_kit/lit_ui_kit.dart that imports:
  • package:lit_ui_kit/pageview.dart that imports:
  • package:lit_ui_kit/src/widgets/pageview/lit_text_page_view.dart that imports:
  • package:lit_ui_kit/containers.dart that imports:
  • package:lit_ui_kit/src/widgets/containers/lit_settings_footer.dart that imports:
  • package:lit_ui_kit/buttons.dart that imports:
  • package:lit_ui_kit/src/widgets/buttons/dialog_action_button.dart that imports:
  • package:lit_ui_kit/dialogs.dart that imports:
  • package:lit_ui_kit/src/widgets/dialogs/lit_about_dialog.dart that imports:
  • package:package_info/package_info.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:lit_ui_kit/lit_ui_kit.dart that imports:
  • package:lit_ui_kit/pageview.dart that imports:
  • package:lit_ui_kit/src/widgets/pageview/lit_text_page_view.dart that imports:
  • package:lit_ui_kit/containers.dart that imports:
  • package:lit_ui_kit/src/widgets/containers/lit_settings_footer.dart that imports:
  • package:lit_ui_kit/buttons.dart that imports:
  • package:lit_ui_kit/src/widgets/buttons/dialog_action_button.dart that imports:
  • package:lit_ui_kit/dialogs.dart that imports:
  • package:lit_ui_kit/src/widgets/dialogs/lit_about_dialog.dart that imports:
  • package:package_info/package_info.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:lit_ui_kit/lit_ui_kit.dart that imports:
  • package:lit_ui_kit/pageview.dart that imports:
  • package:lit_ui_kit/src/widgets/pageview/lit_text_page_view.dart that imports:
  • package:lit_ui_kit/containers.dart that imports:
  • package:lit_ui_kit/src/widgets/containers/lit_settings_footer.dart that imports:
  • package:lit_ui_kit/buttons.dart that imports:
  • package:lit_ui_kit/src/widgets/buttons/dialog_action_button.dart that imports:
  • package:lit_ui_kit/dialogs.dart that imports:
  • package:lit_ui_kit/src/widgets/dialogs/lit_about_dialog.dart that imports:
  • package:package_info/package_info.dart that declares support for platforms: Android, iOS, macOS.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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 79 issues. Showing the first 2:

ERROR: The named parameter 'isAlwaysShown' isn't defined.

lib/src/widgets/scrollbars/lit_scrollbar.dart:37:7

   
37        isAlwaysShown: false,
          ^^^^^^^^^^^^^
   
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/scrollbars/lit_scrollbar.dart

WARNING: Duplicate export.

lib/buttons.dart:25:8

   ╷
25 │ export 'src/widgets/buttons/animated_action_button.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/buttons.dart

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
intl ^0.17.0 0.17.0 0.20.2
package_info ^2.0.2 2.0.2 2.0.2 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • package_info.

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 1 error:

  • UNDEFINED_NAMED_PARAMETER - lib/src/widgets/scrollbars/lit_scrollbar.dart:37:7 - The named parameter 'isAlwaysShown' 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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 28Jul 26Aug 23Sep 20Oct 18Nov 15Dec 13Jan 10Feb 7Mar 70510152025>=1.0.0-0 <2.0.0
7
likes
75
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

A collection of widgets and screens for Flutter implementing the Lit UI design language.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, intl, package_info

More

Packages that depend on lit_ui_kit