dotenv 4.2.0 icon indicating copy to clipboard operation
dotenv: ^4.2.0 copied to clipboard

Load environment variables from a `.env` file.

98
likes
115/ 140
pub points
96%
popularity

We analyzed this package 2 days ago, and awarded it 115 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
15 / 30icon to trigger folding of the section

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.

icon indicating section status
Provide documentation
20 / 20icon to trigger folding of the section

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

icon indicating section status
Platform support
20 / 20icon to trigger 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:dotenv/dotenv.dart that imports:
  • package:dotenv/src/dotenv.dart that imports:
  • package:dotenv/src/parser.dart that imports:
  • dart:io
icon indicating section status
Pass static analysis
40 / 50icon to trigger folding of the section

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

icon indicating section status
Support up-to-date dependencies
20 / 20icon to trigger folding of the section

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.

98
likes
115
pub points
96%
popularity

Publisher

verified publisher iconpracticalflutter.com

Load environment variables from a `.env` file.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

args, meta

More

Packages that depend on dotenv