aargul_licence 0.0.7 copy "aargul_licence: ^0.0.7" to clipboard
aargul_licence: ^0.0.7 copied to clipboard

Aargul Licence management

50/ 160
pub points
70
downloads

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

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

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

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

OUT: Documenting aargul_licence... Discovering libraries... ERR: dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: Null check operator used on a null value #0 LibraryManifestBuilder._getInterfaceElementMemberId (package:analyzer/src/fine/library_manifest.dart:1585) #1 LibraryManifestBuilder._fillInterfaceElementInterface.

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)

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 6 issues. Showing the first 2:

ERROR: The getter 'errorSecondaryColor' isn't defined for the type 'Colors'.

lib/aargul_licence.dart:42:33

   ╷
42 │                   color: Colors.errorSecondaryColor,
   │                                 ^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The element type 'TextBox' can't be assigned to the list type 'Widget'.

lib/aargul_licence.dart:49:23

   ╷
49 │ ┌                       TextBox(
50 │ │                         autofocus: true,
51 │ │                         textAlign: TextAlign.center,
52 │ │                         controller: _controller,
53 │ │                         placeholder: 'Copiez le code de la licence',
54 │ │                         onSubmitted: (v) {
55 │ │                           if (!_licenceCode.isCompleted) {
56 │ │                             _licenceCode.complete(_controller.text);
57 │ │                           }
58 │ │                         },
59 │ │                         onEditingComplete: () {
60 │ │                           if (!_licenceCode.isCompleted) {
   │ └─────────────────^
   ╵

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

Passed report section
Support up-to-date dependencies
40 / 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
aargul_core ^0.0.11 0.0.19 0.0.19
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
awesome_snackbar_content - 0.1.8 0.1.8
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
flutter_localization - 0.1.14 0.3.3
flutter_svg - 2.2.3 2.2.3
glob - 2.1.3 2.1.3
hooks - 1.0.1 1.0.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
idb_shim - 2.8.2+4 2.8.2+4
intl - 0.20.2 0.20.2
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.3.0 9.3.0
oktoast - 3.4.0 3.4.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
sembast - 3.8.6 3.8.6
sembast_web - 2.4.4+1 2.4.4+1
shared_preferences - 2.5.4 2.5.4
shared_preferences_android - 2.4.20 2.4.20
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_strategy - 0.2.0 0.3.0 Discontinued
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.20 1.1.20
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
50
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

Aargul Licence management

Homepage

License

unknown (license)

Dependencies

aargul_core, flutter

More

Packages that depend on aargul_licence