flutter_dev_utils 0.0.3 flutter_dev_utils: ^0.0.3 copied to clipboard
Developer utils to make your life easier; e.g. try handlers to easily find source of bug, help classes for code editor inline tips.
We analyzed this package 11 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
.
10/10 points: 20% or more of the public API has dartdoc comments
38 out of 67 API elements (56.7 %) have documentation comments.
Some symbols that are missing documentation: flutter_dev_utils
, flutter_dev_utils.CallerLogger.isClosed
, flutter_dev_utils.TypeFilter.destroy
, flutter_dev_utils.TypeFilter.init
, flutter_dev_utils.TypeFilter.level
.
10/10 points: Package has 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_dev_utils/flutter_dev_utils.dart
that imports:package:flutter_dev_utils/src/caller_logger/type_filter.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/file_output_stub.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_dev_utils/flutter_dev_utils.dart
that imports:package:flutter_dev_utils/src/caller_logger/type_filter.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/file_output_stub.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: Dangling library doc comment.
lib/inline_help/classes/help_abstract_class.dart:1:1
╷
1 │ ┌ /// # Help with Abstract classes
2 │ │ ///
3 │ │ /// * Abstract classes cannot be instantiated.
4 │ │ ///
5 │ │ /// ## Use cases
6 │ │ ///
7 │ │ /// ### Extending an abstract class to override its function
8 │ │ /// ```
9 │ │ /// abstract class AbstractClass {
10 │ │ /// void function();
11 │ │ /// }
12 │ │ ///
13 │ │ /// class Example extends AbstractClass {
14 │ │ /// @override
15 │ │ /// void function() => print('hi');
16 │ │ /// }
17 │ │ /// ```
18 │ │ ///
19 │ │ /// ### Extending an abstract class to inherit its instance variable
20 │ │ ///
21 │ │ /// * Instance variable has to be declared on instantiation of subclass.
22 │ │ ///
23 │ │ /// ```
│ └──^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/inline_help/classes/help_abstract_class.dart
INFO: Dangling library doc comment.
lib/inline_help/classes/help_singleton.dart:84:1
╷
84 │ /// final FirebaseAuth _auth;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/inline_help/classes/help_singleton.dart
0/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 |
logger |
^1.1.0 |
1.4.0 | 2.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger
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.15
, Flutter 3.24.5
, Dart 3.5.4
.
Check the analysis log for details.