expanded_floating_button 0.0.1
expanded_floating_button: ^0.0.1 copied to clipboard
A new flutter plugin to customize to import a floating button with custom actions in your views.
We analyzed this package 2 days ago, and awarded it 110 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting expanded_floating_button... Discovering libraries... Linking elements... Precaching local docs for 643553 elements... Initialized dartdoc with 854 libraries Generating docs for library expandable_fab_controller.dart from package:expanded_floating_button/expandable_fab_controller.dart... Generating docs for library action_button.dart from package:expanded_floating_button/action_button.dart... Generating docs for library expanding_action_button.dart from package:expanded_floating_button/expanding_action_button.dart... Generating docs for library expanded_floating_button.dart from package:expanded_floating_button/expanded_floating_button.dart... Documented 4 public libraries in 65.0 seconds ERR: warning: expanded_floating_button has no library level documentation comments from expanded_floating_button: (file:///tmp/pana_FRFKCL/lib/expandable_fab_controller.dart:1:1) warning: expanded_floating_button has no library level documentation comments from expanded_floating_button: (file:///tmp/pana_FRFKCL/lib/action_button.dart:1:1) error: file already written at "expanded_floating_button/index.html" for symbol expanded_floating_button: (file:///tmp/pana_FRFKCL/lib/action_button.dart:1:1) conflicting with file already generated by expanded_floating_button: (file:///tmp/pana_FRFKCL/lib/expandable_fab_controller.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'expanded_floating_button' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the [40 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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
Found 4 issues. Showing the first 2:
/tmp/pana_FRFKCL/lib/action_button.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_FRFKCL/lib/expandable_fab_controller.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 |
---|---|---|---|---|
rxdart |
^0.27.3 |
0.27.7 | 0.28.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.16.0 | 1.17.0 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.27.3` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.