fancy_death 0.0.1+4 icon indicating copy to clipboard operation
fancy_death: ^0.0.1+4 copied to clipboard

Flutter plugin to replace death error screen and getting possible solutions from github website.

1
likes
100/ 140
pub points
0%
popularity

We analyzed this package 6 days ago, and awarded it 100 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

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

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

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

  • 2 out of 11 API elements (18.2 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ MacOS
  • ✓ Web
icon indicating section status
Pass static analysis
40 / 50icon to trigger folding of the section

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

INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.

lib/ErrorScreen.dart:1:8

  ╷
1 │ import 'package:flutter/cupertino.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: 'launch' is deprecated and shouldn't be used. Use launchUrl instead.

lib/ErrorScreen.dart:179:47

    ╷
179 │                                               launch(urls[index]["html_url"]);
    │                                               ^^^^^^
    ╵

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
cupertino_icons ^1.0.2 1.0.6 1.0.6
flutter flutter 0.0.0 0.0.0
flutter_staggered_animations ^1.0.0 1.1.1 1.1.1
http ^0.13.3 0.13.6 1.1.0
url_launcher ^6.0.9 6.1.14 6.1.14
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.17.2 1.18.0
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.5.0 0.8.0
meta - 1.9.1 1.10.0
path - 1.8.3 1.8.3
plugin_platform_interface - 2.1.6 2.1.6
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
url_launcher_android - 6.1.0 6.1.0
url_launcher_ios - 6.1.5 6.1.5
url_launcher_linux - 3.0.6 3.0.6
url_launcher_macos - 3.0.7 3.0.7
url_launcher_platform_interface - 2.1.5 2.1.5
url_launcher_web - 2.0.20 2.0.20
url_launcher_windows - 3.0.8 3.0.8
vector_math - 2.1.4 2.1.4
web - 0.1.4-beta 0.2.1-beta

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

The constraint `^0.13.3` on http does not support the stable version `1.0.0`.

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

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

Analysed with Pana 0.21.36, Flutter 3.13.3, Dart 3.1.1.

1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin to replace death error screen and getting possible solutions from github website.

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

cupertino_icons, flutter, flutter_staggered_animations, http, url_launcher

More

Packages that depend on fancy_death