self_launcher 1.0.0 copy "self_launcher: ^1.0.0" to clipboard
self_launcher: ^1.0.0 copied to clipboard

A lightweight Flutter package for bringing Android apps to the foreground. Simple method to reopen or bring your app to foreground when called.

70/ 160
pub points
62
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/sushantkumar/self_launcher was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/sushantkumar/self_launcher was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/sushantkumar/self_launcher/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

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

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

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

OUT: Documenting self_launcher... Discovering libraries... ERR: dartdoc 8.3.4 (/tmp/analyzerDKVWWI/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.2.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/pana_GWXOZO/lib/src/models'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:215:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:202:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:80:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:202:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:290:22)

Passed check 10/10 points: Package has an example

Failed 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:self_launcher/self_launcher.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

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

Because:

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

Because:

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

Because:

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

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

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

Found 16 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'src/models/launch_status.dart'.

lib/flutter_self_launch.dart:5:8

  ╷
5 │ export 'src/models/launch_status.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Target of URI doesn't exist: 'src/models/launch_request.dart'.

lib/flutter_self_launch.dart:6:8

  ╷
6 │ export 'src/models/launch_request.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest Notes
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
vector_math - 2.2.0 2.2.0

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

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 16 errors:

  • URI_DOES_NOT_EXIST - lib/flutter_self_launch.dart:5:8 - Target of URI doesn't exist: 'src/models/launch_status.dart'.
  • URI_DOES_NOT_EXIST - lib/flutter_self_launch.dart:6:8 - Target of URI doesn't exist: 'src/models/launch_request.dart'.
  • URI_DOES_NOT_EXIST - lib/src/flutter_self_launch.dart:4:8 - Target of URI doesn't exist: 'models/launch_status.dart'.

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.

Weekly downloads

Display as:
By versions:
1
likes
70
points
62
downloads

Publisher

verified publisher143tech.site

Weekly Downloads

A lightweight Flutter package for bringing Android apps to the foreground. Simple method to reopen or bring your app to foreground when called.

Repository (GitHub)
View/report issues

Topics

#android #foreground #launcher #app-launch

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on self_launcher

Packages that implement self_launcher