envify_generator 1.1.0
envify_generator: ^1.1.0 copied to clipboard
Code generator for envify, a better tool to handle environment variables.
0
likes
40
/ 110
pub points
59
%
popularity
We analyzed this package on Feb 26, 2021, and awarded it 40 pub points (of a possible 110):
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
- Found example at:
example/lib/main.dart
0/10 points: Failed to run dartdoc
- Running
dartdoc
failed with the following output:
0/20 points: Supports 0 of 2 possible platforms (native, js)
Package resolution failed. Could not determine platforms.
Run pub get
for more information.
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 44 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:build/build.dart'.
lib/builder.dart:3:8
╷
3 │ import 'package:build/build.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/builder.dart
ERROR: Target of URI doesn't exist: 'package:source_gen/source_gen.dart'.
lib/builder.dart:4:8
╷
4 │ import 'package:source_gen/source_gen.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/builder.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
The current Dart SDK version is 2.10.5.
Because envify_generator depends on lint >=1.5.0 which requires SDK version >=2.12.0-0 <3.0.0, version solving failed.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.1+1
,
Dart 2.10.5
.