dashboard_widgets 0.0.1
dashboard_widgets: ^0.0.1 copied to clipboard
A Flutter Dashboard Widget Package contains many customizable widgets that you can find in a typical dashboard .
We analyzed this package 3 days ago, and awarded it 80 pub points (of a possible 140):
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: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 82 out of 241 API elements (34.0 %) have documentation comments.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:dashboard_widgets/dashboard_widgets.dart
that imports:package:dashboard_widgets/src/widgets/sidebar/sidebar.dart
that imports:package:vrouter/vrouter.dart
that imports:package:vrouter/src/vrouter_helpers.dart
that imports:package:vrouter/src/helpers/vpage/vdefault_page.dart
that imports:package:vrouter/src/helpers/vpage/vmaterial_page.dart
that imports:package:vrouter/src/vrouter_core.dart
that imports:package:vrouter/src/core/vrouter_sailor/vrouter_sailor.dart
that imports:package:vrouter/src/core/vrouter_sailor/vrouter_data.dart
that imports:package:vrouter/src/vrouter_widgets.dart
that imports:package:vrouter/src/widgets/guard/vwidget_guard.dart
that imports:package:vrouter/src/vrouter_vroute_elements.dart
that imports:package:vrouter/src/vroute_elements/vwidget_base.dart
that imports:package:vrouter/src/vroute_elements/vpage_base.dart
that imports:package:vrouter/src/vroute_elements/vroute_element_with_page.dart
that imports:package:vrouter/src/core/local_vrouter_data.dart
that imports:package:vrouter/src/core/vrouter_delegate.dart
that imports:package:vrouter/src/wrappers/browser_helpers/browser_helpers.dart
that imports:package:vrouter/src/wrappers/browser_helpers/browser_helpers_web.dart
that imports:package:vrouter/src/vrouter_scope.dart
that imports:package:vrouter/src/vrouter_scope/vrouter_scope.dart
that imports:package:url_strategy/url_strategy.dart
that imports:package:url_strategy/src/url_strategy_web.dart
that imports:package:flutter_web_plugins/flutter_web_plugins.dart
that imports:package:flutter_web_plugins/src/plugin_registry.dart
that imports:dart:ui_web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
ERROR: The getter 'accentColor' isn't defined for the type 'ThemeData'.
lib/src/enums/button_status.dart:11:34
╷
11 │ return Theme.of(context).accentColor;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/enums/button_status.dart
ERROR: The getter 'accentColor' isn't defined for the type 'ThemeData'.
lib/src/enums/status.dart:12:34
╷
12 │ return Theme.of(context).accentColor;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/enums/status.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
vrouter |
^1.2.0+11 |
1.2.1 | 1.2.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.2 | 1.18.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.9.1 | 1.10.0 |
move_to_background |
- | 1.0.2 | 1.0.2 |
plugin_platform_interface |
- | 2.1.6 | 2.1.6 |
sky_engine |
- | 0.0.99 | 0.0.99 |
url_launcher |
- | 6.1.14 | 6.1.14 |
url_launcher_android |
- | 6.1.0 | 6.1.0 |
url_launcher_ios |
- | 6.1.5 | 6.1.5 |
url_launcher_linux |
- | 3.0.6 | 3.0.6 |
url_launcher_macos |
- | 3.0.7 | 3.0.7 |
url_launcher_platform_interface |
- | 2.1.5 | 2.1.5 |
url_launcher_web |
- | 2.0.20 | 2.0.20 |
url_launcher_windows |
- | 3.0.8 | 3.0.8 |
url_strategy |
- | 0.2.0 | 0.2.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.1.4-beta | 0.2.2-beta |
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
Analysed with Pana 0.21.37
, Flutter 3.13.5
, Dart 3.1.2
.