at_app_templates 1.0.1
at_app_templates: ^1.0.1 copied to clipboard
Flutter app templates built using the @platform that can be generated using the at_app package.
We analyzed this package 30 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: at_app_templates
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: at_app_templates
.
Repository URL doesn't exist.
At the time of the analysis https://github.com/atsign-foundation/at_app/tree/trunk/at_app_templates/
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:at_app_templates/src/demos/snackbar/lib/main.dart
that imports:package:at_app_flutter/at_app_flutter.dart
that imports:package:at_app_flutter/src/at_env.dart
that imports:package:at_onboarding_flutter/at_onboarding_flutter.dart
that imports:package:at_backupkey_flutter/at_backupkey_flutter.dart
that imports:package:at_backupkey_flutter/widgets/backup_key_widget.dart
that imports:package:file_selector/file_selector.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:at_app_templates/src/demos/snackbar/lib/main.dart
that imports:package:at_app_flutter/at_app_flutter.dart
that imports:package:at_app_flutter/src/at_env.dart
that imports:package:at_onboarding_flutter/at_onboarding_flutter.dart
that imports:package:at_backupkey_flutter/at_backupkey_flutter.dart
that imports:package:at_backupkey_flutter/widgets/backup_key_widget.dart
that imports:package:file_selector/file_selector.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:at_app_templates/src/demos/snackbar/lib/main.dart
that imports:package:at_app_flutter/at_app_flutter.dart
that imports:package:at_app_flutter/src/at_env.dart
that imports:package:at_onboarding_flutter/at_onboarding_flutter.dart
that imports:package:at_backupkey_flutter/at_backupkey_flutter.dart
that imports:package:at_backupkey_flutter/widgets/backup_key_widget.dart
that imports:package:file_selector/file_selector.dart
that declares support for platforms:Web
.
Package does not support platform `Web`.
Because:
package:at_app_templates/src/demos/snackbar/lib/main.dart
that imports:package:at_app_flutter/at_app_flutter.dart
that imports:package:at_app_flutter/src/at_env.dart
that imports:package:at_onboarding_flutter/at_onboarding_flutter.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:at_app_templates/src/demos/snackbar/lib/main.dart
that imports:package:at_app_flutter/at_app_flutter.dart
that imports:package:at_app_flutter/src/at_env.dart
that imports:package:at_onboarding_flutter/at_onboarding_flutter.dart
that imports:package:at_backupkey_flutter/at_backupkey_flutter.dart
that imports:package:at_backupkey_flutter/widgets/backup_key_widget.dart
that imports:package:file_selector/file_selector.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:at_app_templates/src/demos/snackbar/lib/main.dart
that imports:package:at_app_flutter/at_app_flutter.dart
that imports:package:at_app_flutter/src/at_env.dart
that imports:package:at_onboarding_flutter/at_onboarding_flutter.dart
that imports:package:at_backupkey_flutter/at_backupkey_flutter.dart
that imports:package:at_backupkey_flutter/widgets/backup_key_widget.dart
that imports:package:file_selector/file_selector.dart
that declares support for platforms:Web
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:at_app_templates/src/demos/snackbar/lib/main.dart
that imports:package:at_app_flutter/at_app_flutter.dart
that imports:package:at_app_flutter/src/at_env.dart
that imports:package:at_onboarding_flutter/at_onboarding_flutter.dart
that imports:package:at_backupkey_flutter/at_backupkey_flutter.dart
that imports:package:at_backupkey_flutter/widgets/backup_key_widget.dart
that imports:package:file_saver/file_saver.dart
that imports:package:path_provider_windows/path_provider_windows.dart
that imports:package:path_provider_windows/src/path_provider_windows_stub.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: The import of 'package:at_commons/at_commons.dart' is unnecessary because all of the used elements are also provided by the import of 'package:at_client_mobile/at_client_mobile.dart'.
lib/src/demos/snackbar/lib/main.dart:6:8
╷
6 │ import 'package:at_commons/at_commons.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/demos/snackbar/lib/main.dart
INFO: 'notificationService' is deprecated and shouldn't be used. Use atClientManager.atClient.notificationService.
lib/src/demos/snackbar/lib/main.dart:101:47
╷
101 │ var notificationService = atClientManager.notificationService;
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/demos/snackbar/lib/main.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
at_app_flutter |
^4.0.0 |
4.0.1 | 5.2.0 | |
at_client_mobile |
^3.1.4 |
3.2.9 | 3.2.22 | |
at_commons |
^3.0.2 |
3.0.58 | 5.3.0 | |
at_onboarding_flutter |
^3.1.2 |
3.1.4 | 6.1.11 | |
at_utils |
^3.0.2 |
3.0.15 | 3.0.19 | |
path_provider |
^2.0.8 |
2.0.15 | 2.1.5 | |
timer_builder |
^2.0.0 |
2.0.0 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 80.0.0 | 80.0.0 | |
analyzer |
- | 7.3.0 | 7.3.0 | |
archive |
- | 3.6.1 | 4.0.5 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.2 | 1.6.2 | |
async |
- | 2.13.0 | 2.13.0 | |
at_backupkey_flutter |
- | 3.1.3 | 4.0.18 | |
at_base2e15 |
- | 1.0.0 | 1.0.0 | |
at_chops |
- | 1.0.3 | 2.2.0 | |
at_client |
- | 3.0.63 | 3.4.2 | |
at_lookup |
- | 3.0.38 | 3.0.51 | |
at_persistence_secondary_server |
- | 3.0.59 | 4.0.0 | |
at_persistence_spec |
- | 2.0.14 | 3.0.0 | |
at_server_status |
- | 1.0.3 | 1.0.5 | |
at_utf7 |
- | 1.0.0 | 1.0.0 | |
biometric_storage |
- | 4.1.3 | 5.0.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.0 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
coverage |
- | 1.11.1 | 1.11.1 | |
cron |
- | 0.5.1 | 0.6.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
crypton |
- | 2.2.1 | 2.2.1 | |
ecdsa |
- | 0.0.4 | 0.1.2 | |
elliptic |
- | 0.3.11 | 0.3.11 | |
encrypt |
- | 5.0.3 | 5.0.3 | |
ffi |
- | 1.2.1 | 2.1.4 | |
file |
- | 6.1.4 | 7.0.1 | |
file_picker |
- | 4.6.1 | 10.0.0 | |
file_saver |
- | 0.0.12 | 0.2.14 | |
file_selector |
- | 0.8.2+1 | 1.0.3 | |
file_selector_linux |
- | 0.0.3 | 0.9.3+2 | |
file_selector_macos |
- | 0.0.4+1 | 0.9.4+2 | |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 | |
file_selector_web |
- | 0.8.1+5 | 0.9.4+2 | |
file_selector_windows |
- | 0.0.2+1 | 0.9.3+4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_dotenv |
- | 5.2.1 | 5.2.1 | |
flutter_keychain |
- | 2.5.0 | 2.5.0 | |
flutter_plugin_android_lifecycle |
- | 2.0.27 | 2.0.27 | |
flutter_qr_reader |
- | 1.0.5 | 1.0.5 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
hive |
- | 2.2.3 | 2.2.3 | |
http |
- | 0.13.6 | 1.3.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 3.3.0 | 4.5.4 | |
internet_connection_checker |
- | 1.0.0+1 | 3.0.1 | |
io |
- | 1.0.5 | 1.0.5 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
mocktail |
- | 0.3.0 | 1.0.4 | |
mutex |
- | 3.1.0 | 3.1.0 | |
ninja_asn1 |
- | 2.0.0 | 2.0.0 | |
node_preamble |
- | 2.0.2 | 2.0.2 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus |
- | 1.4.2 | 8.3.0 | |
package_info_plus_linux |
- | 1.0.5 | 2.0.0 | Discontinued |
package_info_plus_macos |
- | 1.3.0 | 2.0.0 | Discontinued |
package_info_plus_platform_interface |
- | 1.0.2 | 3.2.0 | |
package_info_plus_web |
- | 1.0.6 | 2.0.0 | Discontinued |
package_info_plus_windows |
- | 1.0.5 | 3.0.0 | Discontinued |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.16 | 2.2.16 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.0.7 | 2.3.0 | |
permission_handler |
- | 8.3.0 | 11.4.0 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
pin_code_fields |
- | 7.4.0 | 8.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.1 | 1.5.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
share_plus |
- | 3.1.0 | 10.1.4 | |
share_plus_linux |
- | 2.0.4 | 3.0.1 | Discontinued |
share_plus_macos |
- | 2.1.0 | 3.0.1 | Discontinued |
share_plus_platform_interface |
- | 2.1.0 | 5.0.2 | |
share_plus_web |
- | 2.0.4 | 3.1.0 | Discontinued |
share_plus_windows |
- | 2.0.3 | 4.0.0 | Discontinued |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.13 | 0.10.13 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test |
- | 1.25.15 | 1.25.15 | |
test_api |
- | 0.7.4 | 0.7.4 | |
test_core |
- | 0.6.8 | 0.6.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher |
- | 6.3.1 | 6.3.1 | |
url_launcher_android |
- | 6.3.15 | 6.3.15 | |
url_launcher_ios |
- | 6.3.2 | 6.3.2 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.2 | 3.2.2 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.0 | 2.4.0 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
uuid |
- | 3.0.7 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.1.4 | |
version |
- | 3.0.2 | 3.0.2 | |
vm_service |
- | 15.0.0 | 15.0.0 | |
watcher |
- | 1.1.1 | 1.1.1 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 0.1.6 | 0.1.6 | |
web_socket_channel |
- | 3.0.2 | 3.0.2 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
webview_flutter |
- | 3.0.4 | 4.10.0 | |
webview_flutter_android |
- | 2.10.4 | 4.3.4 | |
webview_flutter_platform_interface |
- | 1.9.5 | 2.10.0 | |
webview_flutter_wkwebview |
- | 2.9.5 | 3.18.4 | |
win32 |
- | 2.6.1 | 5.12.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.5.0 | |
yaml |
- | 3.1.3 | 3.1.3 | |
zxing2 |
- | 0.1.1 | 0.2.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^4.0.0` on at_app_flutter does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions at_app_flutter
to update the constraint.
The constraint `^3.0.2` on at_commons does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions at_commons
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.