elementary_ui 0.0.3 copy "elementary_ui: ^0.0.3" to clipboard
elementary_ui: ^0.0.3 copied to clipboard

discontinued

A components with Kind provider.

70/ 160
pub points
16
downloads

We analyzed this package 7 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

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.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: elementary_ui.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: elementary_ui,
    • contains a version property, and,
    • does not contain a publish_to property.

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: MIT.

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

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

315 out of 361 API elements (87.3 %) have documentation comments.

Some symbols that are missing documentation: custom_default_theme, custom_default_theme.CustomDefaultTheme, custom_default_theme.CustomDefaultTheme.CustomDefaultTheme.new, elementary, elementary.ComponentTheme.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:elementary_ui/elementary.dart that imports:
  • package:elementary_ui/theme/custom_default_theme.dart that imports:
  • package:elementary_ui/library.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/universal_io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io
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 argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.

lib/theme/custom_default_theme.dart:55:20

   ╷
55 │         dialogTheme: const DialogTheme(
   │ ┌────────────────────^
56 │ │         surfaceTintColor: Colors.transparent,
57 │ │       ),
   │ └───────^
   ╵

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

INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/theme/custom_default_theme.dart:6:9

  ╷
6 │         MaterialStateProperty,
  │         ^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/theme/custom_default_theme.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
collection ^1.18.0 1.19.1 1.19.1
equatable ^2.0.5 2.0.8 2.0.8
meta ^1.11.0 1.17.0 1.17.0
nested ^1.0.0 1.0.0 1.0.0
universal_io ^2.2.2 2.3.1 2.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
material_color_utilities - 0.11.1 0.13.0
typed_data - 1.4.0 1.4.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 1 error:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/theme/custom_default_theme.dart:55:20 - The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.

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.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

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

Publisher

verified publisheryaminokishi.com

Weekly Downloads

A components with Kind provider.

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, flutter, meta, nested, universal_io

More

Packages that depend on elementary_ui