nsj_design_system 0.0.12 copy "nsj_design_system: ^0.0.12" to clipboard
nsj_design_system: ^0.0.12 copied to clipboard

PlatformiOS

Biblioteca que contem a implementação dos componentes e estilos do design system da Nasajon.

100/ 160
pub points
60
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 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/Nasajon/flutter_design_system 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/Nasajon/flutter_design_system 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/Nasajon/flutter_design_system/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

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

Detected license: BSD-3-Clause.

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

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

4038 out of 6626 API elements (60.9 %) have documentation comments.

Some symbols that are missing documentation: nsj_design_system, nsj_design_system.AbstractFilteredList.AbstractFilteredList.new, nsj_design_system.AdaptiveRedirectorPage, nsj_design_system.AdaptiveRedirectorPage.AdaptiveRedirectorPage.new, nsj_design_system.AdaptiveRedirectorPage.desktopPage.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed 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)

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:nsj_design_system/nsj_design_system.dart that imports:
  • package:nsj_design_system/src/widgets/widgets.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package does not support platform `Windows`.

Because:

  • package:nsj_design_system/nsj_design_system.dart that imports:
  • package:nsj_design_system/src/widgets/widgets.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:nsj_design_system/nsj_design_system.dart that imports:
  • package:nsj_design_system/src/widgets/widgets.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:nsj_design_system/nsj_design_system.dart that imports:
  • package:nsj_design_system/src/widgets/widgets.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dart that imports:
  • package:pointer_interceptor/pointer_interceptor.dart that declares support for platforms: iOS, Web.
Package not compatible with platform Web

Because:

  • package:nsj_design_system/nsj_design_system.dart that imports:
  • package:nsj_design_system/src/widgets/widgets.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dart that imports:
  • package:nsj_design_system/src/widgets/fields/autocomplete/controllers/utils.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 685 issues. Showing the first 2:

WARNING: The operand can't be 'null', so the condition is always 'true'.

lib/src/common/error/error_handler.dart:58:23

   ╷
58 │     if (matchingError != null) {
   │                       ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/common/error/error_handler.dart

WARNING: The left operand can't be null, so the right operand is never executed.

lib/src/components/dialogs/nhids_select_date_dialog.dart:75:67

   ╷
75 │                         dateSelectedNotifier.value = values[0] ?? DateTime.now();
   │                                                                   ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/dialogs/nhids_select_date_dialog.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
asuka >=1.0.0 <3.0.0 2.2.1 2.2.1 Discontinued
avatar_glow >=2.0.0 <4.0.0 3.0.1 3.0.1
brasil_fields >=1.14.0 <2.0.0 1.19.0 1.19.0
calendar_date_picker2 >=1.0.0 <4.0.0 3.0.0 3.0.0
collection >=1.0.0 <2.0.0 1.19.1 1.19.1
flutter_keyboard_visibility >=4.0.0 <8.0.0 7.0.1 7.0.1
flutter_modular >=5.0.0 <8.0.0 7.1.0 7.1.0
flutter_svg >=1.0.10+1 <3.0.0 2.3.0 2.3.0
font_awesome_flutter >=11.0.0 <12.0.0 11.0.0 11.0.0
google_fonts >=2.0.0 <9.0.0 8.2.1 8.2.1
intl >=0.17.0 <1.0.0 0.20.3 0.20.3
lottie >=2.0.0 <4.0.0 3.5.1 3.5.1
pdfrx >=1.0.0 <4.0.0 2.6.1 2.6.1
pointer_interceptor >=0.9.3+4 <1.0.0 0.10.1+2 0.10.1+2
rxdart >=0.28.0 <1.0.0 0.28.0 0.28.0
speech_to_text >=7.0.0 <8.0.0 7.5.0 7.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.3.0 4.3.0
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
auto_injector - 2.2.0 2.2.0
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
code_assets - 2.0.0 2.0.0
crypto - 3.0.7 3.0.7
cupertino_ui - 1.0.2 1.0.2
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
flutter_keyboard_visibility_linux - 2.0.0 2.0.0
flutter_keyboard_visibility_macos - 2.0.0 2.0.0
flutter_keyboard_visibility_platform_interface - 3.0.0 3.0.0
flutter_keyboard_visibility_web - 3.0.0 3.0.0
flutter_keyboard_visibility_windows - 2.0.0 2.0.0
hooks - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.10.1 4.10.1
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
json_annotation - 4.12.0 4.12.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.1
material_ui - 1.2.0 1.2.0
meta - 1.19.0 1.19.0
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.6 2.1.6
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
pdfium_dart - 0.3.0 0.3.0
pdfium_flutter - 0.3.0 0.3.0
pdfrx_engine - 0.6.0 0.6.0
petitparser - 7.0.2 7.0.2
platform - 3.2.0 3.2.0
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor_ios - 0.10.1+1 0.10.1+1
pointer_interceptor_platform_interface - 0.10.0+1 0.10.0+1
pointer_interceptor_web - 0.10.3 0.10.3
posix - 6.5.2 6.5.2
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
source_span - 1.10.2 1.10.2
speech_to_text_platform_interface - 2.4.0 2.4.0
speech_to_text_windows - 1.0.1 1.0.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.2 3.4.2
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.33 6.3.33
url_launcher_ios - 6.4.2 6.4.2
url_launcher_linux - 3.2.3 3.2.3
url_launcher_macos - 3.2.6 3.2.6
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.6 3.1.6
uuid - 4.6.0 4.6.0
vector_graphics - 1.2.3 1.2.3
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.3.0 1.3.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1
yaml - 3.1.4 3.1.4

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • asuka.

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

  • UNDEFINED_IDENTIFIER - lib/src/components/dialogs/nhids_overlay.dart:35:11 - Undefined name 'Asuka'.
  • UNDEFINED_IDENTIFIER - lib/src/components/dialogs/nhids_overlay.dart:89:11 - Undefined name 'Asuka'.
  • UNDEFINED_IDENTIFIER - lib/src/components/dialogs/nhids_overlay.dart:130:11 - Undefined name 'Asuka'.

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.23.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
60
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Biblioteca que contem a implementação dos componentes e estilos do design system da Nasajon.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

asuka, avatar_glow, brasil_fields, calendar_date_picker2, collection, flutter, flutter_keyboard_visibility, flutter_modular, flutter_svg, font_awesome_flutter, google_fonts, intl, lottie, pdfrx, pointer_interceptor, rxdart, speech_to_text

More

Packages that depend on nsj_design_system