airship_flutter 5.6.0 copy "airship_flutter: ^5.6.0" to clipboard
airship_flutter: ^5.6.0 copied to clipboard

The Airship flutter plugin. This package implements a cross-platform plugin interface to Airship's iOS and Android native SDKs. This allows core Airship functionality to be implemented by Flutter apps [...]

12
likes
90/ 140
pub points
90%
popularity

We analyzed this package 41 hours ago, and awarded it 90 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

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

197 out of 235 API elements (83.8 %) have documentation comments.

Some symbols that are missing documentation: airship_flutter, airship_flutter.AttributeEditor.ATTRIBUTE_OPERATION_KEY, airship_flutter.AttributeEditor.ATTRIBUTE_OPERATION_REMOVE, airship_flutter.AttributeEditor.ATTRIBUTE_OPERATION_SET, airship_flutter.AttributeEditor.ATTRIBUTE_OPERATION_TYPE.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:airship_flutter/airship_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:airship_flutter/airship_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:airship_flutter/airship_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:airship_flutter/airship_flutter.dart that declares support for platforms: Android, iOS.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 12 issues. Showing the first 2:

WARNING: Duplicate export.

lib/airship_flutter.dart:12:8

   ╷
12 │ export 'src/channel_scope.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: This function has a nullable return type of 'PreferenceCenterConfig?', but ends without returning a value.

lib/src/preference_center_config.dart:26:34

   ╷
26 │   static PreferenceCenterConfig? fromJson(Map<String, dynamic>? json) {
   │                                  ^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
intl >=0.15.7 <0.18.0 0.17.0 0.19.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

The constraint `>=0.15.7 <0.18.0` on intl does not support the stable version `0.18.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

12
likes
90
pub points
90%
popularity

Publisher

verified publisherairship.com

The Airship flutter plugin. This package implements a cross-platform plugin interface to Airship's iOS and Android native SDKs. This allows core Airship functionality to be implemented by Flutter apps written in dart. The available core Airship functionality currently includes: push, in-app message, message center, actions, custom events and more.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on airship_flutter