flutter_appcenter 1.0.11
flutter_appcenter: ^1.0.11 copied to clipboard
Support Android/iOS to Build, Test, and Distribute, Analytics and Diagnostics services.
We analyzed this package on Mar 2, 2021, and awarded it 75 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: Failed to run dartdoc
- Running
dartdoc
failed with the following output:
Exceeded timeout of 0:20:00.000000
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 9 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:flutter_appcenter/flutter_appcenter.dart
that declares support for platforms: Android, iOS
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Unused import: 'package:flutter/foundation.dart'.
lib/flutter_appcenter.dart:7:8
╷
7 │ import 'package:flutter/foundation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/flutter_appcenter.dart
lib/comment/check_permission.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
android_metadata | ^0.1.2 | 0.1.3 | 0.1.3 |
dio | ^3.0.9 | 3.0.10 | 3.0.10 |
flutter | flutter | 0.0.0 | 0.0.0 |
install_plugin | ^2.0.1 | 2.0.1 | 2.0.1 |
open_appstore | ^1.0.2 | 1.0.2 | 1.0.2 |
package_info | ^0.4.1 | 0.4.3+4 | 2.0.0 |
path_provider | ^1.6.11 | 1.6.27 | 2.0.1 |
permission_handler | ^5.0.1+1 | 5.1.0+2 | 5.1.0+2 |
progress_dialog | ^1.2.4 | 1.2.4 | 1.2.4 |
url_launcher | ^5.4.11 | 5.7.10 | 6.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.3 | 1.1.0 |
charcode | - | 1.1.3 | 1.2.0 |
collection | - | 1.15.0-nullsafety.3 | 1.15.0 |
ffi | - | 0.1.3 | 1.0.0 |
file | - | 5.2.1 | 6.1.0 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
http_parser | - | 3.1.4 | 4.0.0 |
intl | - | 0.16.1 | 0.17.0 |
meta | - | 1.3.0-nullsafety.3 | 1.3.0 |
path | - | 1.7.0 | 1.8.0 |
path_provider_linux | - | 0.0.1+2 | 2.0.0 |
path_provider_macos | - | 0.0.4+8 | 2.0.0 |
path_provider_platform_interface | - | 1.0.4 | 2.0.1 |
path_provider_windows | - | 0.0.4+3 | 2.0.0 |
permission_handler_platform_interface | - | 2.0.2 | 3.0.0+1 |
platform | - | 2.2.1 | 3.0.0 |
plugin_platform_interface | - | 1.0.3 | 2.0.0 |
process | - | 3.0.13 | 4.1.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.7.0 | 1.8.1 |
string_scanner | - | 1.0.5 | 1.1.0 |
term_glyph | - | 1.1.0 | 1.2.0 |
typed_data | - | 1.3.0-nullsafety.3 | 1.3.0 |
url_launcher_linux | - | 0.0.1+4 | 2.0.0 |
url_launcher_macos | - | 0.0.1+9 | 2.0.0 |
url_launcher_platform_interface | - | 1.0.9 | 2.0.2 |
url_launcher_web | - | 0.1.5+3 | 2.0.0 |
url_launcher_windows | - | 0.0.1+3 | 2.0.0 |
vector_math | - | 2.1.0-nullsafety.3 | 2.1.0 |
win32 | - | 1.7.4+1 | 2.0.0 |
xdg_directories | - | 0.1.2 | 0.2.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^0.4.1` on package_info does not support the stable version `2.0.0`, that was published 11 days ago.
When package_info is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions package_info
to update the constraint.
The constraint `^1.6.11` on path_provider does not support the stable version `2.0.0`, that was published 8 days ago.
When path_provider is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions path_provider
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.1+1
,
Flutter 1.22.6
,
Dart 2.10.5
.