url_launcher 5.7.10
url_launcher: ^5.7.10 copied to clipboard
Flutter plugin for launching a URL on Android and iOS. Supports web, phone, SMS, and email schemes.
2010
likes
100
/ 110
pub points
100
%
popularity
We analyzed this package on Feb 24, 2021, and awarded it 100 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
10/10 points: 20% or more of the public API has dartdoc comments
- 10 out of 12 API elements (83.3 %) have documentation comments.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
url_launcher_linux | ^0.0.1 | 0.0.1+4 | 2.0.0 |
url_launcher_macos | ^0.0.1 | 0.0.1+9 | 2.0.0 |
url_launcher_platform_interface | ^1.0.9 | 1.0.9 | 2.0.1 |
url_launcher_web | ^0.1.5 | 0.1.5+3 | 2.0.0 |
url_launcher_windows | ^0.0.1 | 0.0.1+3 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.3 | 1.1.0 |
collection | - | 1.15.0-nullsafety.3 | 1.15.0 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
meta | - | 1.3.0-nullsafety.3 | 1.3.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
typed_data | - | 1.3.0-nullsafety.3 | 1.3.0 |
vector_math | - | 2.1.0-nullsafety.3 | 2.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^0.0.1` on url_launcher_linux does not support the latest published version `2.0.0`
pubspec.yaml:34:23
╷
34 │ url_launcher_linux: ^0.0.1
│ ^^^^^^
╵
The constraint `^0.0.1` on url_launcher_macos does not support the latest published version `2.0.0`
pubspec.yaml:35:23
╷
35 │ url_launcher_macos: ^0.0.1
│ ^^^^^^
╵
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Flutter 1.22.6
,
Dart 2.10.5
.