basic_widgets 1.0.4 basic_widgets: ^1.0.4 copied to clipboard
Basic Widgets library
We analyzed this package 7 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
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
2796 out of 3046 API elements (91.8 %) have documentation comments.
Some symbols that are missing documentation: widgets.ActionButtonType
, widgets.BasicAppBar
, widgets.BasicAppBar.BasicAppBar
, widgets.BasicAppBar.actions
, widgets.BasicAppBar.backgroundColor
.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:basic_widgets/basic_widgets.dart
that imports:package:basic_widgets/src/webview/basic_web_view.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `iOS`.
Because:
package:basic_widgets/basic_widgets.dart
that imports:package:basic_widgets/src/webview/basic_web_view.dart
that imports:package:webview_flutter_android/webview_flutter_android.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:basic_widgets/basic_widgets.dart
that imports:package:basic_widgets/src/webview/basic_web_view.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:basic_widgets/basic_widgets.dart
that imports:package:basic_widgets/src/webview/basic_web_view.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:basic_widgets/basic_widgets.dart
that imports:package:basic_widgets/src/webview/basic_web_view.dart
that imports:package:webview_flutter_android/webview_flutter_android.dart
that declares support for platforms:Android
.
Package does not support platform `Web`.
Because:
package:basic_widgets/basic_widgets.dart
that imports:package:basic_widgets/src/webview/basic_web_view.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:basic_widgets/basic_widgets.dart
that imports:package:basic_widgets/src/webview/basic_web_view.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that imports:package:webview_flutter_wkwebview/src/webkit_webview_platform.dart
that imports:package:webview_flutter_wkwebview/src/webkit_webview_cookie_manager.dart
that imports:package:webview_flutter_wkwebview/src/webkit_proxy.dart
that 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/button/basic_button.dart:126:20
╷
126 │ .withOpacity(.15),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/button/basic_button.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/button/basic_button.dart:142:20
╷
142 │ .withOpacity(.15),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/button/basic_button.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flex_seed_scheme |
^3.4.1 |
3.4.1 | 3.4.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
font_awesome_flutter |
^10.7.0 |
10.8.0 | 10.8.0 |
gap |
^3.0.1 |
3.0.1 | 3.0.1 |
lottie |
^3.1.3 |
3.3.0 | 3.3.0 |
webview_flutter |
^4.10.0 |
4.10.0 | 4.10.0 |
webview_flutter_android |
^4.0.0 |
4.2.0 | 4.2.0 |
webview_flutter_wkwebview |
^3.16.0 |
3.16.3 | 3.16.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.6.1 | 4.0.2 |
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
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.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
webview_flutter_platform_interface |
- | 2.10.0 | 2.10.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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.