pigeon 3.2.7
pigeon: ^3.2.7 copied to clipboard
Code generator tool to make communication between Flutter and the host platform type-safe and easier.
509
likes
100/ 130
pub points
94%
popularity
We analyzed this package 12 hours ago, and awarded it 100 pub points (of a possible 130):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 282 out of 301 API elements (93.7 %) have documentation comments.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:pigeon/pigeon.dart
that imports:package:pigeon/pigeon_lib.dart
that imports:package:pigeon/objc_generator.dart
that imports:package:pigeon/generator_tools.dart
that imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:pigeon/pigeon.dart
that imports:package:pigeon/pigeon_lib.dart
that imports:package:pigeon/objc_generator.dart
that imports:package:pigeon/generator_tools.dart
that imports:dart:mirrors
Package not compatible with platform Windows
Because:
package:pigeon/pigeon.dart
that imports:package:pigeon/pigeon_lib.dart
that imports:package:pigeon/objc_generator.dart
that imports:package:pigeon/generator_tools.dart
that imports:dart:mirrors
Package not compatible with platform Linux
Because:
package:pigeon/pigeon.dart
that imports:package:pigeon/pigeon_lib.dart
that imports:package:pigeon/objc_generator.dart
that imports:package:pigeon/generator_tools.dart
that imports:dart:mirrors
Package not compatible with platform macOS
Because:
package:pigeon/pigeon.dart
that imports:package:pigeon/pigeon_lib.dart
that imports:package:pigeon/objc_generator.dart
that imports:package:pigeon/generator_tools.dart
that imports:dart:mirrors
Package not compatible with platform Web
Because:
package:pigeon/pigeon.dart
that imports:package:pigeon/pigeon_lib.dart
that imports:package:pigeon/objc_generator.dart
that imports:package:pigeon/generator_tools.dart
that imports:dart:mirrors
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: DO use curly braces for all flow control structures.
lib/cpp_generator.dart:957:9
╷
957 │ typeName = 'const $typeName&';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cpp_generator.dart
INFO: DO use curly braces for all flow control structures.
lib/cpp_generator.dart:959:9
╷
959 │ typeName = 'std::unique_ptr<$typeName>';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cpp_generator.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer | >=4.4.0 <5.0.0 | 4.5.0 | 4.5.0 |
args | ^2.0.0 | 2.3.1 | 2.3.1 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
meta | ^1.7.0 | 1.8.0 | 1.8.0 |
path | ^1.8.0 | 1.8.2 | 1.8.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 45.0.0 | 45.0.0 |
async | - | 2.9.0 | 2.9.0 |
convert | - | 3.0.2 | 3.0.2 |
crypto | - | 3.0.2 | 3.0.2 |
file | - | 6.1.2 | 6.1.2 |
glob | - | 2.1.0 | 2.1.0 |
package_config | - | 2.1.0 | 2.1.0 |
pub_semver | - | 2.1.1 | 2.1.1 |
source_span | - | 1.9.1 | 1.9.1 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
watcher | - | 1.0.1 | 1.0.1 |
yaml | - | 3.1.1 | 3.1.1 |
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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.14
, Dart 2.17.5
.