dotenv 4.2.0
dotenv: ^4.2.0 copied to clipboard
Load environment variables from a `.env` file.
We analyzed this package 2 days ago, and awarded it 115 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 4 links are insecure.
README.md:5:1
╷
5 │ <a href="http://www.dartdocs.org/documentation/dotenv/latest"><img src="https://img.shields.io/badge/dartdocs-reference-blue.svg" alt="Documentation" /></a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
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
12 out of 13 API elements (92.3 %) have documentation comments.
Some symbols that are missing documentation: DotEnv
.
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:dotenv/dotenv.dart
that imports:package:dotenv/src/dotenv.dart
that imports:package:dotenv/src/parser.dart
that imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Dangling library doc comment.
lib/dotenv.dart:1:1
╷
1 │ /// Loads environment variables from a `.env` file.
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/dotenv.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/parser.dart:56:7
╷
56 │ return {k: v};
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/parser.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.3.0 |
2.4.2 | 2.4.2 |
meta |
^1.7.0 |
1.11.0 | 1.11.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
Analyzed with Pana 0.21.43
, Dart 3.2.1
.
Check the analysis log for details.