nsj_design_system 0.0.11 copy "nsj_design_system: ^0.0.11" to clipboard
nsj_design_system: ^0.0.11 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 20 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

3982 out of 6580 API elements (60.5 %) 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 <2.0.0 1.1.9 3.0.0
collection >=1.0.0 <2.0.0 1.19.1 1.19.1
flutter_keyboard_visibility >=4.0.0 <6.0.0 5.4.1 7.0.1
flutter_modular >=5.0.0 <7.0.0 6.4.1 7.1.0
flutter_svg >=1.0.10+1 <3.0.0 2.3.0 2.3.0
font_awesome_flutter >=9.0.0 <11.0.0 10.12.0 11.0.0
google_fonts >=2.0.0 <6.0.0 5.1.0 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 <2.0.0 1.3.5 2.6.1
pointer_interceptor >=0.9.3+4 <1.0.0 0.10.1+3 0.10.1+3
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
_fe_analyzer_shared - 108.0.0 108.0.0
analyzer - 14.4.0 14.4.0
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
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
checked_yaml - 2.0.4 2.0.4
cli_config - 0.2.0 0.2.0
cli_util - 0.5.2 0.6.0
clock - 1.1.3 1.1.3
code_assets - 2.0.0 2.0.0
convert - 3.1.2 3.1.2
coverage - 1.15.1 1.15.1
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dart_pubspec_licenses - 3.2.0 3.2.0
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_keyboard_visibility_linux - 1.0.0 2.0.0
flutter_keyboard_visibility_macos - 1.0.0 2.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 3.0.0
flutter_keyboard_visibility_web - 2.0.0 3.0.0
flutter_keyboard_visibility_windows - 1.0.0 2.0.0
frontend_server_client - 4.0.0 4.0.0
glob - 2.2.0 2.2.0
hooks - 2.2.0 2.2.0
html - 0.15.7 0.15.7
http - 1.6.0 1.6.0
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
io - 1.1.0 1.1.0
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
lints - 6.1.0 6.1.0
logging - 1.3.0 1.3.0
markdown - 7.3.1 7.3.1
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
modular_core - 3.4.1 3.4.1
node_preamble - 2.0.2 2.0.2
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
pana - 0.23.19 0.23.19
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
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
pool - 1.5.3 1.5.3
posix - 6.5.2 6.5.2
pub_semver - 2.2.1 2.2.1
pubspec_parse - 1.6.0 1.6.0
record_use - 1.1.1 1.1.1
result_dart - 2.2.0 2.2.0
retry - 3.1.2 3.1.2
safe_url_check - 1.1.2 1.1.2
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 3.0.0 3.0.0
source_map_stack_trace - 2.1.2 2.1.2
source_maps - 0.10.14 0.10.14
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
stack_trace - 1.12.2 1.12.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.2 3.4.2
term_glyph - 1.2.2 1.2.2
test - 1.32.0 1.32.0
test_api - 0.7.14 0.7.14
test_core - 0.6.20 0.6.20
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
vm_service - 15.3.0 15.3.0
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webkit_inspection_protocol - 1.2.1 1.2.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.

Found 7 issues. Showing the first 2:

The constraint `>=1.0.0 <2.0.0` on calendar_date_picker2 does not support the stable version `2.0.0`.

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

The constraint `>=4.0.0 <6.0.0` on flutter_keyboard_visibility does not support the stable version `6.0.0`.

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

  • UNDEFINED_GETTER - lib/src/components/chips/nhids_filter_chip.dart:43:40 - The getter 'xmark' isn't defined for the type 'FontAwesomeIcons'.
  • 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'.

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