这是indexloc提供的服务,不要输入任何密码

tlt_design 1.0.9 copy "tlt_design: ^1.0.9" to clipboard
tlt_design: ^1.0.9 copied to clipboard

A Flutter package for Tandemloop Design System, providing a collection of open-source UI components.

6
likes
70/ 160
pub points
76
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/tandemloop-technology/tltdesign/issues 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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

400 out of 6643 API elements (6.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: tlt_design, tlt_design.AvatarData, tlt_design.AvatarData.AvatarData.new, tlt_design.AvatarData.bgColor, tlt_design.AvatarData.bgImg.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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

ERROR: 'TltInputDecoration.copyWith' ('TltInputDecoration Function({Widget? addOnAfter, TltAddOnDecoration? addOnAfterDecoration, Widget? addOnBefore, TltAddOnDecoration? addOnBeforeDecoration, bool? alignLabelWithHint, InputBorder? border, BoxConstraints? constraints, EdgeInsetsGeometry? contentPadding, Widget? counter, TextStyle? counterStyle, String? counterText, InputBorder? disabledBorder, bool? enabled, InputBorder? enabledBorder, Widget? error, InputBorder? errorBorder, int? errorMaxLines, TextStyle? errorStyle, String? errorText, Color? fillColor, bool? filled, FloatingLabelAlignment? floatingLabelAlignment, FloatingLabelBehavior? floatingLabelBehavior, TextStyle? floatingLabelStyle, Color? focusColor, InputBorder? focusedBorder, InputBorder? focusedErrorBorder, Widget? helper, int? helperMaxLines, TextStyle? helperStyle, String? helperText, Duration? hintFadeDuration, int? hintMaxLines, TextStyle? hintStyle, String? hintText, TextDirection? hintTextDirection, Color? hoverColor, Widget? icon, Color? iconColor, bool? isCollapsed, bool? isDense, Widget? label, TextStyle? labelStyle, String? labelText, Widget? prefix, Widget? prefixIcon, Color? prefixIconColor, BoxConstraints? prefixIconConstraints, TextStyle? prefixStyle, String? prefixText, double? relativeAddOnHeight, String? semanticCounterText, Widget? suffix, Widget? suffixIcon, Color? suffixIconColor, BoxConstraints? suffixIconConstraints, TextStyle? suffixStyle, String? suffixText})') isn't a valid override of 'InputDecoration.copyWith' ('InputDecoration Function({bool? alignLabelWithHint, InputBorder? border, BoxConstraints? constraints, EdgeInsetsGeometry? contentPadding, Widget? counter, TextStyle? counterStyle, String? counterText, InputBorder? disabledBorder, bool? enabled, InputBorder? enabledBorder, Widget? error, InputBorder? errorBorder, int? errorMaxLines, TextStyle? errorStyle, String? errorText, Color? fillColor, bool? filled, FloatingLabelAlignment? floatingLabelAlignment, FloatingLabelBehavior? floatingLabelBehavior, TextStyle? floatingLabelStyle, Color? focusColor, InputBorder? focusedBorder, InputBorder? focusedErrorBorder, Widget? helper, int? helperMaxLines, TextStyle? helperStyle, String? helperText, Widget? hint, Duration? hintFadeDuration, int? hintMaxLines, TextStyle? hintStyle, String? hintText, TextDirection? hintTextDirection, Color? hoverColor, Widget? icon, Color? iconColor, bool? isCollapsed, bool? isDense, Widget? label, TextStyle? labelStyle, String? labelText, bool? maintainHintHeight, bool? maintainHintSize, Widget? prefix, Widget? prefixIcon, Color? prefixIconColor, BoxConstraints? prefixIconConstraints, TextStyle? prefixStyle, String? prefixText, String? semanticCounterText, Widget? suffix, Widget? suffixIcon, Color? suffixIconColor, BoxConstraints? suffixIconConstraints, TextStyle? suffixStyle, String? suffixText})').

lib/src/utils/properties.dart:336:22

    ╷
336 │   TltInputDecoration copyWith({
    │                      ^^^^^^^^
    ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/src/components/avatar.dart:340:57

    ╷
340 │                 color: subHeadingColor ?? headingColor!.withOpacity(0.6),
    │                                                         ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/avatar.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

No dependencies.

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.16.0 1.17.0
vector_math - 2.1.4 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 1 error:

  • INVALID_OVERRIDE - lib/src/utils/properties.dart:336:22 - 'TltInputDecoration.copyWith' ('TltInputDecoration Function({Widget? addOnAfter, TltAddOnDecoration? addOnAfterDecoration, Widget? addOnBefore, TltAddOnDecoration? addOnBeforeDecoration, bool? alignLabelWithHint, InputBorder? border, BoxConstraints? constraints, EdgeInsetsGeometry? contentPadding, Widget? counter, TextStyle? counterStyle, String? counterText, InputBorder? disabledBorder, bool? enabled, InputBorder? enabledBorder, Widget? error, InputBorder? errorBorder, int? errorMaxLines, TextStyle? errorStyle, String? errorText, Color? fillColor, bool? filled, FloatingLabelAlignment? floatingLabelAlignment, FloatingLabelBehavior? floatingLabelBehavior, TextStyle? floatingLabelStyle, Color? focusColor, InputBorder? focusedBorder, InputBorder? focusedErrorBorder, Widget? helper, int? helperMaxLines, TextStyle? helperStyle, String? helperText, Duration? hintFadeDuration, int? hintMaxLines, TextStyle? hintStyle, String? hintText, TextDirection? hintTextDirection, Color? hoverColor, Widget? icon, Color? iconColor, bool? isCollapsed, bool? isDense, Widget? label, TextStyle? labelStyle, String? labelText, Widget? prefix, Widget? prefixIcon, Color? prefixIconColor, BoxConstraints? prefixIconConstraints, TextStyle? prefixStyle, String? prefixText, double? relativeAddOnHeight, String? semanticCounterText, Widget? suffix, Widget? suffixIcon, Color? suffixIconColor, BoxConstraints? suffixIconConstraints, TextStyle? suffixStyle, String? suffixText})') isn't a valid override of 'InputDecoration.copyWith' ('InputDecoration Function({bool? alignLabelWithHint, InputBorder? border, BoxConstraints? constraints, EdgeInsetsGeometry? contentPadding, Widget? counter, TextStyle? counterStyle, String? counterText, InputBorder? disabledBorder, bool? enabled, InputBorder? enabledBorder, Widget? error, InputBorder? errorBorder, int? errorMaxLines, TextStyle? errorStyle, String? errorText, Color? fillColor, bool? filled, FloatingLabelAlignment? floatingLabelAlignment, FloatingLabelBehavior? floatingLabelBehavior, TextStyle? floatingLabelStyle, Color? focusColor, InputBorder? focusedBorder, InputBorder? focusedErrorBorder, Widget? helper, int? helperMaxLines, TextStyle? helperStyle, String? helperText, Widget? hint, Duration? hintFadeDuration, int? hintMaxLines, TextStyle? hintStyle, String? hintText, TextDirection? hintTextDirection, Color? hoverColor, Widget? icon, Color? iconColor, bool? isCollapsed, bool? isDense, Widget? label, TextStyle? labelStyle, String? labelText, bool? maintainHintHeight, bool? maintainHintSize, Widget? prefix, Widget? prefixIcon, Color? prefixIconColor, BoxConstraints? prefixIconConstraints, TextStyle? prefixStyle, String? prefixText, String? semanticCounterText, Widget? suffix, Widget? suffixIcon, Color? suffixIconColor, BoxConstraints? suffixIconConstraints, TextStyle? suffixStyle, String? suffixText})').

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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
70
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for Tandemloop Design System, providing a collection of open-source UI components.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ui #widget #helpers

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tlt_design