flutter_dev_utils 0.0.3 copy "flutter_dev_utils: ^0.0.3" to clipboard
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.

0
likes
120/ 140
pub points
24%
popularity

We analyzed this package 41 hours ago, and awarded it 120 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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.2.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

0
likes
120
pub points
24%
popularity

Publisher

verified publisherkek.technology

Developer utils to make your life easier; e.g. try handlers to easily find source of bug, help classes for code editor inline tips.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, logger

More

Packages that depend on flutter_dev_utils