dart_dotenv 1.0.1 copy "dart_dotenv: ^1.0.1" to clipboard
dart_dotenv: ^1.0.1 copied to clipboard

A simple bridge between dotenv and dartlang.

4
likes
115/ 140
pub points
46%
popularity

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

failed
Follow Dart file conventions
15 / 30trigger 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.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/BLUE-DEVIL1134/dart_dotenv/docs was unreachable. Make sure that the website is reachable via HEAD requests.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:25:49

   ╷
25 │ <p>Please file feature requests and bugs at the <a href="htts://github.com/BLUE-DEVIL1134/dart_dotenv/issues">issue tracker</a>.</p>
   │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: AGPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

7 out of 10 API elements (70.0 %) have documentation comments.

Some symbols that are missing documentation: dart_dotenv, dart_dotenv.DotEnv, dart_dotenv.DotEnv.filePath.

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:dart_dotenv/dart_dotenv.dart that imports:
  • package:dart_dotenv/src/dart_dotenv_base.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

lib/dart_dotenv.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/src/dart_dotenv_base.dart doesn't match the Dart formatter.

To format your files run: dart format .

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

10/10 points: All of the package dependencies are supported in the latest version

No dependencies.

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.22.2, Dart 3.3.3.

Check the analysis log for details.

4
likes
115
pub points
46%
popularity

Publisher

unverified uploader

A simple bridge between dotenv and dartlang.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

AGPL-3.0 (LICENSE)

More

Packages that depend on dart_dotenv