win32_browser_detect 0.2.1
win32_browser_detect: ^0.2.1 copied to clipboard
This package detects the Windows default browser and returns the path to the exe.
We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.jhanley.com was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
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
10 out of 13 API elements (76.9 %) have documentation comments.
Some symbols that are missing documentation: win32_browser_detect, win32_browser_detect.Browser.Browser.new, win32_browser_detect.BrowserDetect.BrowserDetect.new.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:win32_browser_detect/win32_browser_detect.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:win32_browser_detect/win32_browser_detect.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:win32_browser_detect/win32_browser_detect.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:win32_browser_detect/win32_browser_detect.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:win32_browser_detect/win32_browser_detect.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/browser_detect_base.dart:18:18
╷
18 │ /// Return List<Browser> for each installed browser
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/browser_detect_base.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
io |
^1.0.4 |
1.0.5 | 1.0.5 | |
win32_registry |
^1.1.1 |
1.1.5 | 3.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
meta |
- | 1.18.2 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
win32 |
- | 5.15.0 | 6.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
The constraint `^1.1.1` on win32_registry does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions win32_registry to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Dart 3.11.2.
Check the analysis log for details.