flutter_basic_essentials 0.0.1
flutter_basic_essentials: ^0.0.1 copied to clipboard
This Flutter package project is for basic widgets and with some basic network funtionalities.
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: flutter_basic_essentials.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: flutter_basic_essentials, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting flutter_basic_essentials... Discovering libraries... Linking elements... Precaching local docs for 649185 elements... Initialized dartdoc with 806 libraries Generating docs for library data/generic_value_passer.dart from package:flutter_basic_essentials/data/generic_value_passer.dart... Generating docs for library data/data.dart from package:flutter_basic_essentials/data/data.dart... Generating docs for library data/generic_usecase.dart from package:flutter_basic_essentials/data/generic_usecase.dart... Generating docs for library network/network_connection_check.dart from package:flutter_basic_essentials/network/network_connection_check.dart... Generating docs for library network/network_requests.dart from package:flutter_basic_essentials/network/network_requests.dart... [9 more lines] ERR: warning: unresolved doc reference [false] from network_requests.NetworkRequestsImplement: (file:///tmp/pana_NDWLPG/lib/network/network_requests.dart:33:7) warning: unresolved doc reference [true] from network_requests.NetworkRequestsImplement: (file:///tmp/pana_NDWLPG/lib/network/network_requests.dart:33:7) warning: unresolved doc reference [300] from generic_row_data_widget.GenericRowDataWidget.color: (file:///tmp/pana_NDWLPG/lib/widget/generic_row_data_widget.dart:25:14) in documentation inherited from generic_row_data_widget.GenericRowDataWidget.color: (file:///tmp/pana_NDWLPG/lib/widget/generic_row_data_widget.dart:25:14) warning: flutter_basic_essentials has no library level documentation comments from flutter_basic_essentials: (file:///tmp/pana_NDWLPG/lib/flutter_basic_essentials.dart:1:1) error: file already written at "flutter_basic_essentials/index.html" [23 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 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:flutter_basic_essentials/flutter_basic_essentials.dartthat imports:package:flutter_basic_essentials/network/network.dartthat imports:package:flutter_basic_essentials/network/data_connection_checker.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 51 issues. Showing the first 2:
INFO: The type parameter name 'Type' matches a visible type name.
lib/data/generic_usecase.dart:6:24
╷
6 │ abstract class UseCase<Type, Params> {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/data/generic_usecase.dart
INFO: Missing type annotation.
lib/network/data_connection_checker.dart:175:3
╷
175 │ _maybeEmitStatusUpdate([Timer? timer]) async {
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/network/data_connection_checker.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dartz |
^0.10.0 |
0.10.1 | 0.10.1 | |
equatable |
^2.0.3 |
2.0.7 | 2.0.7 | |
meta |
^1.3.0 |
1.17.0 | 1.17.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 | |
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.