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

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

8
likes
130/ 160
pub points
322
downloads

We analyzed this package 4 days ago, and awarded it 130 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

913 out of 1052 API elements (86.8 %) have documentation comments.

Some symbols that are missing documentation: patapata_core, patapata_core.Analytics.Analytics.new, patapata_core.AnalyticsEventName.AnalyticsEventName.new, patapata_core.AnalyticsNavigationType.AnalyticsNavigationType.new, patapata_core.App.debugIsWeb.

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
20 / 20trigger folding of the section

Passed check 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_linux/flutter_local_notifications_linux.dart that declares support for platforms: Linux.
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_linux/flutter_local_notifications_linux.dart that declares support for platforms: Linux.
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_linux/flutter_local_notifications_linux.dart that declares support for platforms: Linux.
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, Linux, macOS.

Failed check 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.

Failed check 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/src/widgets/standard_page.dart:325:92

325/// For screens with PageBData class page data reception, you can navigate using context.go<PageB, PageBData>(PageBData());.
    │                                                                                            ^^^^^^^^^^^^^^^^^^
    ╵
copied to clipboard

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

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/web/web_local_config.dart:10:1

10import 'dart:html' as html;
   │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

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

Failed report section
Support up-to-date dependencies
30 / 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.0.2 6.1.3 6.1.3
dart_style ^2.3.2 2.3.8 3.0.1
device_info_plus ^11.2.0 11.3.3 11.3.3
device_info_plus_platform_interface ^7.0.2 7.0.2 7.0.2
flutter_local_notifications ^17.0.1 17.2.4 19.0.0
intl >=0.17.0 <0.20.0 0.19.0 0.20.2
logging ^1.2.0 1.3.0 1.3.0
package_info_plus >=6.0.0 <9.0.0 8.3.0 8.3.0
provider ^6.1.2 6.1.2 6.1.2
stack_trace ^1.11.1 1.12.1 1.12.1
timezone >=0.9.0 <0.11.0 0.9.4 0.10.0
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
xml ^6.3.0 6.5.0 6.5.0
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 - 76.0.0 80.0.0
analyzer - 6.11.0 7.3.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
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 - 4.0.1 6.0.0
flutter_local_notifications_platform_interface - 7.2.0 9.0.0
glob - 2.1.3 2.1.3
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
macros - 0.1.3-main.0 0.1.3-main.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.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.0 3.2.0
path - 1.9.1 1.9.1
petitparser - 6.1.0 6.1.0
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.1.4 2.1.4
watcher - 1.1.1 1.1.1
web - 1.1.1 1.1.1
win32 - 5.12.0 5.12.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 `^2.3.2` on dart_style does not support the stable version `3.0.0`.

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

The constraint `^17.0.1` on flutter_local_notifications does not support the stable version `18.0.0`.

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

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

Passed check 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.

Weekly downloads

Display as:
By versions:
Jun 23Jul 21Aug 18Sep 15Oct 13Nov 10Dec 8Jan 5Feb 2Mar 2020406080100120140160180200>=1.0.0-0 <2.0.0