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

PlatformiOS

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

100/ 160
pub points
32
downloads

We analyzed this package 14 days 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 858 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.18.0 1.18.0
calendar_date_picker2 >=1.0.0 <2.0.0 1.1.9 2.0.1
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 6.0.0
flutter_modular >=5.0.0 <7.0.0 6.4.1 6.4.1
flutter_svg >=1.0.10+1 <3.0.0 2.2.3 2.2.3
font_awesome_flutter >=9.0.0 <11.0.0 10.12.0 10.12.0
google_fonts >=2.0.0 <6.0.0 5.1.0 6.3.3
intl >=0.17.0 <1.0.0 0.20.2 0.20.2
lottie >=2.0.0 <4.0.0 3.3.2 3.3.2
pdfrx >=1.0.0 <2.0.0 1.3.5 2.2.18
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.3.0 7.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 91.0.0 92.0.0
analyzer - 8.4.1 9.0.0
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
auto_injector - 2.1.1 2.1.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
checked_yaml - 2.0.4 2.0.4
cli_config - 0.2.0 0.2.0
cli_util - 0.4.2 0.4.2
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
coverage - 1.15.0 1.15.0
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dart_pubspec_licenses - 3.0.15 3.0.15
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.3 2.1.3
html - 0.15.6 0.15.6
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.0.5 1.0.5
json_annotation - 4.9.0 4.9.0
lints - 6.0.0 6.0.0
logging - 1.3.0 1.3.0
markdown - 7.3.0 7.3.0
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
modular_core - 3.4.1 3.4.1
node_preamble - 2.0.2 2.0.2
package_config - 2.2.0 2.2.0
pana - 0.22.24 0.23.3
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.5.1 2.5.1
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
pedantic - 1.11.1 1.11.1 Discontinued
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
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.2 1.5.2
posix - 6.0.3 6.0.3
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
result_dart - 2.1.1 2.1.1
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.13 0.10.13
source_span - 1.10.1 1.10.1
speech_to_text_platform_interface - 2.3.0 2.3.0
speech_to_text_windows - 1.0.0+beta.8 1.0.0+beta.8
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
tar - 2.0.2 2.0.2
term_glyph - 1.2.2 1.2.2
test - 1.28.0 1.28.0
test_api - 0.7.8 0.7.8
test_core - 0.6.14 0.6.14
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.2 4.5.2
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.19 1.1.19
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
watcher - 1.2.0 1.2.0
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 - 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.

Found 5 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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

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

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

Documentation

API reference

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