nsj_flutter_login 0.0.11
nsj_flutter_login: ^0.0.11 copied to clipboard
Biblioteca de login da Nasajon.
We analyzed this package 5 hours ago, and awarded it 90 pub points (of a possible 160):
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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Nasajon/NasajonUI-Flutter-Login 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/NasajonUI-Flutter-Login 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/NasajonUI-Flutter-Login/issues was unreachable. Make sure that the website is reachable via HEAD requests.
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.
0/10 points: 20% or more of the public API has dartdoc comments
10 out of 181 API elements (5.5 %) 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: nsj_flutter_login, nsj_flutter_login.ChangeEntitiesPage, nsj_flutter_login.ChangeEntitiesPage.ChangeEntitiesPage.new, nsj_flutter_login.ChangeEntitiesPage.backButtonRoute, nsj_flutter_login.ChangeEntitiesPage.cameFromLogin.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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_flutter_login/nsj_flutter_login.dartthat imports:package:nsj_flutter_login/src/presenter/widgets/header_profile.dartthat imports:package:nsj_design_system/nsj_design_system.dartthat imports:package:nsj_design_system/src/widgets/widgets.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Windows`.
Because:
package:nsj_flutter_login/nsj_flutter_login.dartthat imports:package:nsj_flutter_login/src/presenter/widgets/header_profile.dartthat imports:package:nsj_design_system/nsj_design_system.dartthat imports:package:nsj_design_system/src/widgets/widgets.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Linux`.
Because:
package:nsj_flutter_login/nsj_flutter_login.dartthat imports:package:nsj_flutter_login/src/presenter/widgets/header_profile.dartthat imports:package:nsj_design_system/nsj_design_system.dartthat imports:package:nsj_design_system/src/widgets/widgets.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `macOS`.
Because:
package:nsj_flutter_login/nsj_flutter_login.dartthat imports:package:nsj_flutter_login/src/presenter/widgets/header_profile.dartthat imports:package:nsj_design_system/nsj_design_system.dartthat imports:package:nsj_design_system/src/widgets/widgets.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/chips_text_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_list.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/suggestions_box/suggestions_box.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_form_field.dartthat imports:package:nsj_design_system/src/widgets/fields/autocomplete/autocomplete_text_field.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Web`.
Because:
package:nsj_flutter_login/nsj_flutter_login.dartthat imports:package:nsj_flutter_login/src/presenter/session/user_session.dartthat imports:package:nsj_flutter_login/src/infra/repositories/main_settings_repository.dartthat imports:package:nsj_flutter_login/src/external/datasources/offline_datasource.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/infra/repositories/auth_repository.dart:44:31
╷
44 │ Future<Token?> _updateToken(token) async {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/infra/repositories/auth_repository.dart
INFO: Missing type annotation.
lib/src/infra/repositories/entities_repository.dart:67:20
╷
67 │ void setEntities(value, OrganizationEntitiesEnum entity) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/infra/repositories/entities_repository.dart
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 |
dio |
>=3.0.0 <6.0.0 |
5.9.0 | 5.9.0 | |
flutter_modular |
>=5.0.0 <7.0.0 |
6.4.1 | 6.4.1 | |
hive |
>=1.0.0 <3.0.0 |
2.2.3 | 2.2.3 | |
http |
>=1.2.0 <2.0.0 |
1.6.0 | 1.6.0 | |
nsj_design_system |
>=0.0.1 <1.0.0 |
0.0.10 | 0.0.10 | |
path_provider |
>=2.0.11 <3.0.0 |
2.1.5 | 2.1.5 | |
popover |
>=0.0.1 <1.0.0 |
0.4.0 | 0.4.0 | |
url_launcher |
>=6.0.0 <7.0.0 |
6.3.2 | 6.3.2 | |
uuid |
>=4.0.0 <5.0.0 |
4.5.2 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 91.0.0 | 93.0.0 | |
analyzer |
- | 8.4.1 | 10.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 | |
avatar_glow |
- | 3.0.1 | 3.0.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
brasil_fields |
- | 1.18.0 | 1.18.0 | |
calendar_date_picker2 |
- | 1.1.9 | 2.0.1 | |
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 | |
collection |
- | 1.19.1 | 1.19.1 | |
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 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_keyboard_visibility |
- | 5.4.1 | 6.0.0 | |
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 | |
flutter_svg |
- | 2.2.3 | 2.2.3 | |
font_awesome_flutter |
- | 10.12.0 | 10.12.0 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
google_fonts |
- | 5.1.0 | 7.0.0 | |
html |
- | 0.15.6 | 0.15.6 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.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 | |
lottie |
- | 3.3.2 | 3.3.2 | |
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.5 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
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 | |
pdfrx |
- | 1.3.5 | 2.2.24 | |
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 |
- | 0.10.1+2 | 0.10.1+2 | |
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 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
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 |
- | 7.3.0 | 7.3.0 | |
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.29.0 | 1.29.0 | |
test_api |
- | 0.7.9 | 0.7.9 | |
test_core |
- | 0.6.15 | 0.6.15 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
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 | |
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.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 |
- | 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.
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.
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 8 errors:
UNDEFINED_METHOD-lib/src/external/datasources/user_datasource.dart:130:5- The method 'launchUrl' isn't defined for the type 'UserDatasource'.UNDEFINED_CLASS-lib/src/nsj_login_module.dart:34:22- Undefined class 'Injector'.CONFLICTING_METHOD_AND_FIELD-lib/src/nsj_login_module.dart:63:8- Class 'NsjLoginModule' can't define method 'binds' and have field 'Module.binds' with the same name.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.