patapata_core 2.0.0 copy "patapata_core: ^2.0.0" to clipboard
patapata_core: ^2.0.0 copied to clipboard

A collection of best-practices for building applications quickly and reliably.

50/ 160
pub points
53
downloads

We analyzed this package 28 hours ago, and awarded it 50 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

1148 out of 1341 API elements (85.6 %) 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: The type 'ConnectivityResult' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'ConnectivityResult.satellite'.

lib/src/network.dart:150:9

    ╷
150 │         switch (tEvent) {
    │         ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/network.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/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.1.0
dart_style >=2.3.2 <4.0.0 3.1.7 3.1.8
device_info_plus ^11.3.0 11.5.0 12.4.0
device_info_plus_platform_interface ^7.0.2 7.0.3 7.0.3
flutter_local_notifications ^19.0.0 19.5.0 21.0.0
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.17.0 1.18.2
package_info_plus >=6.0.0 <9.0.0 8.3.1 9.0.1
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.11.0
vector_math ^2.0.0 2.2.0 2.3.0
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.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 93.0.0 98.0.0
analyzer - 10.0.1 12.0.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
connectivity_plus_platform_interface - 2.1.0 2.1.0
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dbus - 0.7.12 0.7.12
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
flutter_local_notifications_linux - 6.0.0 8.0.0
flutter_local_notifications_platform_interface - 9.1.0 11.0.0
flutter_local_notifications_windows - 1.0.3 3.0.0
glob - 2.1.3 2.1.3
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 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.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
watcher - 1.2.1 1.2.1
win32 - 5.15.0 6.0.0
win32_registry - 2.1.0 3.0.2
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 5 issues. Showing the first 2:

The constraint `^6.1.3` on connectivity_plus does not support the stable version `7.0.0`.

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`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 18 errors:

  • UNDEFINED_NAMED_PARAMETER - bin/bootstrap.dart:170:9 - The named parameter 'languageVersion' isn't defined.
  • UNDEFINED_GETTER - bin/bootstrap.dart:170:40 - The getter 'latestLanguageVersion' isn't defined for the type 'DartFormatter'.
  • UNDEFINED_NAMED_PARAMETER - bin/bootstrap.dart:301:9 - 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.23.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: