swift_liquid 1.0.0
swift_liquid: ^1.0.0 copied to clipboard
Liquid UI animations and effects for Flutter - iOS-style fluid interactions with spring physics, drag gestures, and beautiful modals.
We analyzed this package 15 days ago, and awarded it 130 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting swift_liquid... Discovering libraries... Linking elements... Precaching local docs for 645803 elements... Initialized dartdoc with 805 libraries Generating docs for library liqui.dart from package:swift_liquid/liqui.dart... Generating docs for library swift_liquid.dart from package:swift_liquid/swift_liquid.dart... Documented 2 public libraries in 71.0 seconds ERR: warning: ambiguous reexport of custom_bottom_sheet.showSPopover, canonicalization candidates: (swift_liquid, swift_liquid) -> swift_liquid (confidence 0.000) from custom_bottom_sheet.showSPopover: (file:///tmp/pana_QKICOB/lib/src/modals/custom_bottom_sheet.dart:664:24) swift_liquid: 1.177 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) swift_liquid: 1.177 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) Use {@canonicalFor custom_bottom_sheet.showSPopover} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [138 more lines]
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:swift_liquid/swift_liquid.dartthat imports:package:swift_liquid/src/modals/custom_bottom_sheet.dartthat imports:package:swift_liquid/src/cache/screen_corner_radius_cache.dartthat imports:package:screen_corner_radius/screen_corner_radius.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:swift_liquid/swift_liquid.dartthat imports:package:swift_liquid/src/modals/custom_bottom_sheet.dartthat imports:package:swift_liquid/src/cache/screen_corner_radius_cache.dartthat imports:package:screen_corner_radius/screen_corner_radius.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:swift_liquid/swift_liquid.dartthat imports:package:swift_liquid/src/modals/custom_bottom_sheet.dartthat imports:package:swift_liquid/src/cache/screen_corner_radius_cache.dartthat imports:package:screen_corner_radius/screen_corner_radius.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:swift_liquid/swift_liquid.dartthat imports:package:swift_liquid/src/modals/custom_bottom_sheet.dartthat imports:package:swift_liquid/src/cache/screen_corner_radius_cache.dartthat imports:package:screen_corner_radius/screen_corner_radius.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
/tmp/pana_QKICOB/lib/src/buttons/circle_button.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_QKICOB/lib/src/buttons/close_button.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
screen_corner_radius |
^1.0.0 |
1.0.0 | 3.0.0 | |
swift_animations |
^1.2.0 |
1.2.2 | 1.2.2 |
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.17.0 | 1.17.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.0` on screen_corner_radius does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions screen_corner_radius to update the constraint.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.