full_screen_helper 0.0.3 copy "full_screen_helper: ^0.0.3" to clipboard
full_screen_helper: ^0.0.3 copied to clipboard

PlatformAndroid

A Flutter package to handle full screen intent notifications for ride-hailing apps.

115/ 160
pub points
141
downloads

We analyzed this package 2 days ago, and awarded it 115 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.3").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

4 out of 7 API elements (57.1 %) have documentation comments.

Some symbols that are missing documentation: full_screen_helper, full_screen_helper.FullScreenHelper, full_screen_helper.FullScreenHelper.FullScreenHelper.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:full_screen_helper/full_screen_helper.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:full_screen_helper/full_screen_helper.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

  • package:full_screen_helper/full_screen_helper.dart that declares support for platforms: Android.

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:full_screen_helper/full_screen_helper.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.
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
firebase_core ^3.0.0 3.15.2 4.3.0
firebase_messaging ^15.0.0 15.2.10 16.1.0
flutter_local_notifications ^17.0.0 17.2.4 19.5.0
url_launcher ^6.0.0 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.59 1.3.65
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
dbus - 0.7.11 0.7.11
fake_async - 1.3.3 1.3.3
ffi - 2.1.5 2.1.5
firebase_core_platform_interface - 6.0.2 6.0.2
firebase_core_web - 2.24.1 3.3.1
firebase_messaging_platform_interface - 4.6.10 4.7.5
firebase_messaging_web - 3.10.10 4.1.1
flutter_local_notifications_linux - 4.0.1 6.0.0
flutter_local_notifications_platform_interface - 7.2.0 9.1.0
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
matcher - 0.12.17 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
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_api - 0.7.7 0.7.9
timezone - 0.9.4 0.11.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

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

Found 3 issues. Showing the first 2:

The constraint `^3.0.0` on firebase_core does not support the stable version `4.0.0`.

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

The constraint `^15.0.0` on firebase_messaging does not support the stable version `16.0.0`.

Try running dart pub upgrade --major-versions firebase_messaging 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 2 errors:

  • UNDEFINED_METHOD - lib/full_screen_helper.dart:100:15 - The method 'canLaunchUrl' isn't defined for the type 'FullScreenHelper'.
  • UNDEFINED_METHOD - lib/full_screen_helper.dart:101:13 - The method 'launchUrl' isn't defined for the type 'FullScreenHelper'.

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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
115
points
141
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to handle full screen intent notifications for ride-hailing apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_local_notifications, url_launcher

More

Packages that depend on full_screen_helper

Packages that implement full_screen_helper