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

noteapp for notechats

0
likes
30/ 160
pub points
0%
popularity

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

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

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 60 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.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: noteapp,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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, author.Author.id, author.Author.logo.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
0 / 20trigger folding of the section

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
Pass static analysis
0 / 50trigger folding of the section

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

Found 36 issues. Showing the first 2:

ERROR: The getter 'headline4' isn't defined for the type 'TextTheme'.

lib/example/home.dart:55:50

   ╷
55 │               style: Theme.of(context).textTheme.headline4,
   │                                                  ^^^^^^^^^
   ╵

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

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: AuthorCard.author, AuthorCard.type

lib/common/cards/author_card.dart:4:7

  ╷
4 │ class AuthorCard extends StatelessWidget {
  │       ^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
carousel_slider ^4.1.1 4.2.1 4.2.1
cupertino_icons ^1.0.2 1.0.8 1.0.8
fijkplayer ^0.10.1 0.10.1 0.11.0
flutter flutter 0.0.0 0.0.0
flutter_web_plugins flutter 0.0.0 0.0.0
fluttertoast ^8.0.9 8.2.6 8.2.6
inview_notifier_list ^3.0.0 3.0.0 3.0.0
provider ^6.0.2 6.1.2 6.1.2
screen_brightness ^0.2.0 0.2.2+1 1.0.1
volume_controller ^2.0.3 2.0.7 2.0.7
wakelock ^0.6.1+2 0.6.2 0.6.2
wakelock_web ^0.4.0 0.4.0 0.4.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
ffi - 2.1.2 2.1.2
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
nested - 1.0.0 1.0.0
plugin_platform_interface - 2.1.8 2.1.8
screen_brightness_android - 0.1.0+2 1.0.1
screen_brightness_ios - 0.1.0 1.0.1
screen_brightness_macos - 0.1.0+1 1.0.1
screen_brightness_platform_interface - 0.1.0 1.0.1
screen_brightness_windows - 0.1.3 1.0.1
sky_engine - 0.0.99 0.0.99
stream_transform - 2.1.0 2.1.0
vector_math - 2.1.4 2.1.4
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 - 0.5.1 0.5.1
win32 - 3.1.4 5.5.1

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

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.

The constraint `^0.2.0` on screen_brightness does not support the stable version `1.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • 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.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.