liquid_glass_texture 0.0.4
liquid_glass_texture: ^0.0.4 copied to clipboard
A Flutter package for iOS 26-inspired Liquid Glass UI components, including icons, bottom navigation bar, tabs, chips, and floating action button.
We analyzed this package in the last hour, 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.
10/10 points: 20% or more of the public API has dartdoc comments
57 out of 166 API elements (34.3 %) have documentation comments.
Some symbols that are missing documentation: liquid_glass_texture.EnhancedLiquidGlassAppBar, liquid_glass_texture.EnhancedLiquidGlassAppBar.EnhancedLiquidGlassAppBar.new, liquid_glass_texture.EnhancedLiquidGlassAppBar.actions, liquid_glass_texture.EnhancedLiquidGlassAppBar.automaticallyImplyLeading, liquid_glass_texture.EnhancedLiquidGlassAppBar.backgroundColor.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:liquid_glass_texture/liquid_glass_texture.dartthat imports:package:liquid_glass_texture/src/utils/liquid_glass_effects.dartthat imports:package:lottie/lottie.dartthat imports:package:lottie/src/providers/network_provider.dartthat imports:package:lottie/src/providers/provider_io.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 148 issues. Showing the first 2:
WARNING: The '!' will have no effect because the receiver can't be null.
lib/src/components/liquid_glass_bottom_navigation_bar.dart:324:61
╷
324 │ selectedColor: selectedColor!,
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/liquid_glass_bottom_navigation_bar.dart
WARNING: The value of the field '_isHovered' isn't used.
lib/src/components/liquid_glass_button.dart:41:8
╷
41 │ bool _isHovered = false;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/liquid_glass_button.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
animated_background |
^2.0.0 |
2.0.0 | 2.0.0 | |
flutter_animate |
^4.5.2 |
4.5.2 | 4.5.2 | |
flutter_shaders |
^0.1.2 |
0.1.3 | 0.1.3 | |
glassmorphism |
^3.0.0 |
3.0.0 | 3.0.0 | |
lottie |
^2.7.0 |
2.7.0 | 3.3.2 | |
particle_field |
^1.0.0 |
1.0.0 | 1.0.0 | |
rive |
^0.12.4 |
0.12.4 | 0.14.1 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
graphs |
- | 2.3.2 | 2.3.2 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
rive_common |
- | 0.2.8 | 0.4.15 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.7.0` on lottie does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions lottie to update the constraint.
The constraint `^0.12.4` on rive does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions rive 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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.