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/ 140
pub points
16%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

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.
  │                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

545 out of 1236 API elements (44.1 %) have documentation comments.

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

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 32 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,
   │       ^^^^^^^^^^^^^
   ╵

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';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
intl ^0.17.0 0.17.0 0.19.0
package_info ^2.0.2 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
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.

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

7
likes
75
pub points
16%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, intl, package_info

More

Packages that depend on lit_ui_kit