flutter_animated_navkit 1.0.0
flutter_animated_navkit: ^1.0.0 copied to clipboard
A customizable animated bottom navigation bar with expandable hexagonal notch for Flutter apps.
We analyzed this package 3 days 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting flutter_animated_navkit... Discovering libraries... Linking elements... Precaching local docs for 723839 elements... Initialized dartdoc with 800 libraries Generating docs for library components/vertically_expanded_container.dart from package:flutter_animated_navkit/components/vertically_expanded_container.dart... Generating docs for library components/solidarc_expanded_conatiner.dart from package:flutter_animated_navkit/components/solidarc_expanded_conatiner.dart... Generating docs for library animated_bottom_navkit.dart from package:flutter_animated_navkit/animated_bottom_navkit.dart... Generating docs for library model/bottom_nav_item.dart from package:flutter_animated_navkit/model/bottom_nav_item.dart... Generating docs for library helper/calculate_position.dart from package:flutter_animated_navkit/helper/calculate_position.dart... [2 more lines] ERR: warning: flutter_animated_navkit has no library level documentation comments from flutter_animated_navkit: (file:///tmp/pana_SOVETV/lib/animated_bottom_navkit.dart:1:1) warning: unresolved doc reference [matchesGoldenFile] from flutter_animated_navkit.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:40:6) in documentation inherited from flutter_animated_navkit.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:40:6) warning: unresolved doc reference [AutomatedTestWidgetsFlutterBinding] from flutter_animated_navkit.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:40:6) in documentation inherited from flutter_animated_navkit.debugDisableShadows: (file:///home/worker/flutter/stable/packages/flutter/lib/src/painting/debug.dart:40:6) error: file already written at "flutter_animated_navkit/index.html" for symbol flutter_animated_navkit: (file:///tmp/pana_SOVETV/lib/flutter_animated_navkit.dart:1:1) [22 more lines]
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
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/flutter_animated_navkit.dart:258:48
╷
258 │ widget.activeColor.withOpacity(0.2),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_animated_navkit.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
hexagon |
^0.2.0 |
0.2.0 | 0.2.0 |
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.18.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.