patapata_core 1.4.0
patapata_core: ^1.4.0 copied to clipboard
A collection of best-practices for building applications quickly and reliably.
We analyzed this package 45 hours ago, and awarded it 120 pub points (of a possible 160):
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: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
986 out of 1170 API elements (84.3 %) have documentation comments.
Some symbols that are missing documentation: patapata_annotation
, patapata_annotation.RepositoryClass.RepositoryClass.new
, patapata_annotation.RepositoryClass.sets
, patapata_annotation.RepositoryField.RepositoryField.new
, patapata_annotation.RepositoryField.sets
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:patapata_core/patapata_core.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:patapata_core/patapata_core.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
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:patapata_core/patapata_core.dart
that imports:package:patapata_core/src/notifications.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:patapata_core/patapata_core.dart
that imports:package:patapata_core/src/notifications.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:patapata_core/patapata_core.dart
that imports:package:patapata_core/src/notifications.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:patapata_core/patapata_core.dart
that imports:package:patapata_core/src/notifications.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:patapata_core/patapata_core.dart
that imports:package:patapata_core/src/notifications.dart
that imports:package:patapata_core/src/util.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/patapata_core/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'scale' is deprecated and shouldn't be used. Use scaleByVector3, scaleByVector4, or scaleByDouble instead.
lib/src/widgets/screen_layout.dart:306:40
╷
306 │ _transform = Matrix4.identity()..scale(_scale, _scale, _scale);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/screen_layout.dart
INFO: 'translate' is deprecated and shouldn't be used. Use translateByVector3, translateByVector4, or translateByDouble instead.
lib/src/widgets/screen_layout.dart:327:18
╷
327 │ _transform.translate(
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/screen_layout.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
collection |
>=1.17.2 <1.20.0 |
1.19.1 | 1.19.1 | |
connectivity_plus |
^6.1.3 |
6.1.5 | 7.0.0 | |
dart_style |
>=2.3.2 <4.0.0 |
3.1.2 | 3.1.2 | |
device_info_plus |
^11.3.0 |
11.5.0 | 12.1.0 | |
device_info_plus_platform_interface |
^7.0.2 |
7.0.3 | 7.0.3 | |
flutter_local_notifications |
^19.0.0 |
19.4.2 | 19.4.2 | |
intl |
>=0.17.0 <0.30.0 |
0.20.2 | 0.20.2 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
meta |
^1.15.0 |
1.16.0 | 1.17.0 | |
package_info_plus |
>=6.0.0 <9.0.0 |
8.3.1 | 9.0.0 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
stack_trace |
^1.11.1 |
1.12.1 | 1.12.1 | |
timezone |
>=0.9.0 <0.11.0 |
0.10.1 | 0.10.1 | |
visibility_detector |
^0.4.0+2 |
0.4.0+2 | 0.4.0+2 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 | |
xml |
^6.3.0 |
6.6.1 | 6.6.1 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 | |
yaml_edit |
^2.1.1 |
2.2.2 | 2.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 89.0.0 | 89.0.0 | |
analyzer |
- | 8.2.0 | 8.2.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_local_notifications_linux |
- | 6.0.0 | 6.0.0 | |
flutter_local_notifications_platform_interface |
- | 9.1.0 | 9.1.0 | |
flutter_local_notifications_windows |
- | 1.0.3 | 1.0.3 | |
glob |
- | 2.1.3 | 2.1.3 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 3.2.1 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
watcher |
- | 1.1.4 | 1.1.4 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^6.1.3` on connectivity_plus does not support the stable version `7.0.0`, that was published 21 days ago.
When connectivity_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions connectivity_plus
to update the constraint.
The constraint `^11.3.0` on device_info_plus does not support the stable version `12.0.0`, that was published 21 days ago.
When device_info_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 18 errors:
UNDEFINED_NAMED_PARAMETER
-bin/bootstrap.dart:180:23
- The named parameter 'languageVersion' isn't defined.UNDEFINED_GETTER
-bin/bootstrap.dart:180:54
- The getter 'latestLanguageVersion' isn't defined for the type 'DartFormatter'.UNDEFINED_NAMED_PARAMETER
-bin/bootstrap.dart:312:23
- The named parameter 'languageVersion' isn't defined.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.