noteapp 0.0.2 copy "noteapp: ^0.0.2" to clipboard
noteapp: ^0.0.2 copied to clipboard

noteapp for notechats

0
likes
30/ 160
pub points
60
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/notechats/noteapp/tree/master/noteapp 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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

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

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

28 out of 278 API elements (10.1 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: author, author.Author, author.Author.Author.new, author.Author.id, author.Author.logo.

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

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

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:noteapp/common/cards/resource_card.dart that imports:
  • package:noteapp/common/cards/video_card.dart that imports:
  • package:noteapp/common/video/video_panel.dart that imports:
  • package:noteapp/common/video/skin/panel.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `iOS`.

Because:

  • package:noteapp/common/cards/resource_card.dart that imports:
  • package:noteapp/common/cards/video_card.dart that imports:
  • package:noteapp/common/video/video_panel.dart that imports:
  • package:noteapp/common/video/skin/panel.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `Windows`.

Because:

  • package:noteapp/common/cards/resource_card.dart that imports:
  • package:noteapp/common/cards/video_card.dart that imports:
  • package:noteapp/common/video/video_panel.dart that imports:
  • package:noteapp/common/video/skin/panel.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `Linux`.

Because:

  • package:noteapp/common/cards/resource_card.dart that imports:
  • package:noteapp/common/cards/video_card.dart that imports:
  • package:noteapp/common/video/video_panel.dart that imports:
  • package:noteapp/common/video/skin/panel.dart that imports:
  • package:wakelock/wakelock.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:noteapp/common/cards/resource_card.dart that imports:
  • package:noteapp/common/cards/video_card.dart that imports:
  • package:noteapp/common/video/video_panel.dart that imports:
  • package:noteapp/common/video/skin/panel.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_windows/wakelock_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:noteapp/common/cards/resource_card.dart that imports:
  • package:noteapp/common/cards/video_card.dart that imports:
  • package:noteapp/common/video/video_panel.dart that imports:
  • package:noteapp/common/video/skin/panel.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.

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.dev/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 36 issues. Showing the first 2:

ERROR: The method 'hashValues' isn't defined for the type 'NewFijkSliderColors'.

lib/common/video/skin/slider.dart:118:7

    ╷
118 │       hashValues(playedColor, bufferedColor, cursorColor, baselineColor);
    │       ^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/video/skin/slider.dart

ERROR: The method 'hashValues' isn't defined for the type '_SliderPainter'.

lib/common/video/skin/slider.dart:198:23

    ╷
198 │   int get hashCode => hashValues(v, cv, dragging, colors);
    │                       ^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/video/skin/slider.dart

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
carousel_slider ^4.1.1 4.2.1 5.1.1
cupertino_icons ^1.0.2 1.0.8 1.0.8
fijkplayer ^0.10.1 0.10.1 0.11.0
fluttertoast ^8.0.9 8.2.12 8.2.12
inview_notifier_list ^3.0.0 3.0.0 3.0.0
provider ^6.0.2 6.1.5 6.1.5
screen_brightness ^0.2.0 0.2.2+1 2.1.5
volume_controller ^2.0.3 2.0.8 3.4.0
wakelock ^0.6.1+2 0.6.2 0.6.2 Discontinued
wakelock_web ^0.4.0 0.4.0 0.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
nested - 1.0.0 1.0.0
plugin_platform_interface - 2.1.8 2.1.8
screen_brightness_android - 0.1.0+2 2.1.2
screen_brightness_ios - 0.1.0 2.1.2
screen_brightness_macos - 0.1.0+1 2.1.1
screen_brightness_platform_interface - 0.1.0 2.1.0
screen_brightness_windows - 0.1.3 2.1.0
stream_transform - 2.1.1 2.1.1
vector_math - 2.1.4 2.2.0
wakelock_macos - 0.4.0 0.4.0
wakelock_platform_interface - 0.3.0 0.3.0
wakelock_windows - 0.2.1 0.2.1
web - 1.1.1 1.1.1
win32 - 3.1.4 5.14.0

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

Found 5 issues. Showing the first 2:

The constraint `^4.1.1` on carousel_slider does not support the stable version `5.0.0`.

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

The constraint `^0.10.1` on fijkplayer does not support the stable version `0.11.0`.

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

  • UNDEFINED_METHOD - lib/common/video/skin/slider.dart:118:7 - The method 'hashValues' isn't defined for the type 'NewFijkSliderColors'.
  • UNDEFINED_METHOD - lib/common/video/skin/slider.dart:198:23 - The method 'hashValues' isn't defined for the type '_SliderPainter'.
  • UNDEFINED_GETTER - lib/example/home.dart:55:50 - The getter 'headline4' isn't defined for the type 'TextTheme'.

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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: