dough 1.0.4
dough: ^1.0.4 copied to clipboard
This library provides widgets that can be used to create a smooshy user interface.
We analyzed this package 3 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
154 out of 156 API elements (98.7 %) have documentation comments.
Some symbols that are missing documentation: dough, utils.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:dough/dough.dartthat imports:package:dough/src/dough/pressable.dartthat imports:package:dough/src/dough/dough_transformer.dartthat imports:package:dough/src/dough/dough_recipe.dartthat imports:package:dough/src/dough/gyro_recipe.dartthat imports:package:dough/src/dough/gyro.dartthat imports:package:sensors/sensors.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:dough/dough.dartthat imports:package:dough/src/dough/pressable.dartthat imports:package:dough/src/dough/dough_transformer.dartthat imports:package:dough/src/dough/dough_recipe.dartthat imports:package:dough/src/dough/gyro_recipe.dartthat imports:package:dough/src/dough/gyro.dartthat imports:package:sensors/sensors.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:dough/dough.dartthat imports:package:dough/src/dough/pressable.dartthat imports:package:dough/src/dough/dough_transformer.dartthat imports:package:dough/src/dough/dough_recipe.dartthat imports:package:dough/src/dough/gyro_recipe.dartthat imports:package:dough/src/dough/gyro.dartthat imports:package:sensors/sensors.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:dough/dough.dartthat imports:package:dough/src/dough/pressable.dartthat imports:package:dough/src/dough/dough_transformer.dartthat imports:package:dough/src/dough/dough_recipe.dartthat imports:package:dough/src/dough/gyro_recipe.dartthat imports:package:dough/src/dough/gyro.dartthat imports:package:sensors/sensors.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: The import of 'package:flutter/foundation.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/src/dough/dough_transformer.dart:4:8
╷
4 │ import 'package:flutter/foundation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dough/dough_transformer.dart
INFO: 'scale' is deprecated and shouldn't be used. Use scaleByVector3, scaleByVector4, or scaleByDouble instead.
lib/src/dough/dough_transformer.dart:90:32
╷
90 │ return Matrix4.identity()..scale(scaleMag);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dough/dough_transformer.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.3 |
2.0.8 | 2.0.8 | |
provider |
^6.0.2 |
6.1.5+1 | 6.1.5+1 | |
sensors |
^2.0.3 |
2.0.3 | 2.0.3 | Discontinued |
vector_math |
^2.1.2 |
2.2.0 | 2.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
nested |
- | 1.0.0 | 1.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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:
- sensors.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Flutter 3.41.7, Dart 3.11.5.
Check the analysis log for details.