scobro_foundation_flutter 0.0.6 copy "scobro_foundation_flutter: ^0.0.6" to clipboard
scobro_foundation_flutter: ^0.0.6 copied to clipboard

Platformweb

Foundational widgets and classes for Flutter Development

115/ 160
pub points
216
downloads

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

Failed report section
Follow Dart file conventions
25 / 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/scobro/scobro_foundation_flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.6").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

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

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

96 out of 620 API elements (15.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: api_config, api_config.ApiConfig, api_config.ApiConfig.ApiConfig.new, api_config.ApiConfig.apiDetails, api_config.ApiConfig.getApiByKey.

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

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Web

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:scobro_foundation_flutter/scobro_foundation_flutter.dart that imports:
  • package:scobro_foundation_flutter/core_widgets/screen_wrap.dart that imports:
  • package:scobro_foundation_flutter/authentication/authorized_widget.dart that imports:
  • package:scobro_foundation_flutter/authentication/user_login_screen.dart that imports:
  • package:scobro_foundation_flutter/authentication/widgets/google_sign_in_button_wrapper.dart that imports:
  • package:google_sign_in_web/web_only.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:scobro_foundation_flutter/scobro_foundation_flutter.dart that imports:
  • package:scobro_foundation_flutter/core_widgets/screen_wrap.dart that imports:
  • package:scobro_foundation_flutter/authentication/authorized_widget.dart that imports:
  • package:scobro_foundation_flutter/authentication/user_login_screen.dart that imports:
  • package:scobro_foundation_flutter/authentication/widgets/google_sign_in_button_wrapper.dart that imports:
  • package:google_sign_in_web/web_only.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:scobro_foundation_flutter/scobro_foundation_flutter.dart that imports:
  • package:scobro_foundation_flutter/core_widgets/screen_wrap.dart that imports:
  • package:scobro_foundation_flutter/authentication/authorized_widget.dart that imports:
  • package:scobro_foundation_flutter/authentication/user_login_screen.dart that imports:
  • package:scobro_foundation_flutter/authentication/widgets/google_sign_in_button_wrapper.dart that imports:
  • package:google_sign_in_web/web_only.dart that declares support for platforms: Web.
Package does not support platform `Linux`.

Because:

  • package:scobro_foundation_flutter/scobro_foundation_flutter.dart that imports:
  • package:scobro_foundation_flutter/core_widgets/screen_wrap.dart that imports:
  • package:scobro_foundation_flutter/authentication/authorized_widget.dart that imports:
  • package:scobro_foundation_flutter/authentication/user_login_screen.dart that imports:
  • package:scobro_foundation_flutter/authentication/widgets/google_sign_in_button_wrapper.dart that imports:
  • package:google_sign_in_web/web_only.dart that declares support for platforms: Web.
Package does not support platform `macOS`.

Because:

  • package:scobro_foundation_flutter/scobro_foundation_flutter.dart that imports:
  • package:scobro_foundation_flutter/core_widgets/screen_wrap.dart that imports:
  • package:scobro_foundation_flutter/authentication/authorized_widget.dart that imports:
  • package:scobro_foundation_flutter/authentication/user_login_screen.dart that imports:
  • package:scobro_foundation_flutter/authentication/widgets/google_sign_in_button_wrapper.dart that imports:
  • package:google_sign_in_web/web_only.dart that declares support for platforms: Web.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:scobro_foundation_flutter/scobro_foundation_flutter.dart that imports:
  • package:scobro_foundation_flutter/core_widgets/screen_wrap.dart that imports:
  • package:scobro_foundation_flutter/core_services/app_manager_service.dart that imports:
  • package:scobro_foundation_flutter/core_services/app_initialization_service.dart that imports:
  • package:scobro_foundation_flutter/authentication/user_service.dart that imports:
  • package:scobro_foundation_flutter/authentication/auth_service.dart that imports:
  • package:scobro_foundation_flutter/http/web_request_service.dart that imports:
  • package:requests_plus/requests_plus.dart that imports:
  • package:requests_plus/src/requests_plus.dart that imports:
  • package:requests_plus/src/client/io_client.dart that imports:
  • package:http/io_client.dart that imports:
  • package:http/src/io_streamed_response.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

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

WARNING: The value of the local variable 'viewModel' isn't used.

lib/authentication/user_login_screen.dart:14:9

   ╷
14 │     var viewModel = ref.read(userLoginViewModelProvider.notifier);
   │         ^^^^^^^^^
   ╵

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

/tmp/pana_QVMELM/lib/authentication/dtos/google_sign_in_command.dart doesn't match the Dart formatter.

To format your files run: dart format .

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
flutter_riverpod ^2.6.1 2.6.1 3.0.1
flutter_svg ^2.1.0 2.2.1 2.2.1
google_fonts ^6.3.0 6.3.2 6.3.2
google_sign_in ^7.1.1 7.2.0 7.2.0
google_sign_in_platform_interface ^3.0.0 3.1.0 3.1.0
google_sign_in_web ^1.0.0 1.1.0 1.1.0
http ^1.3.0 1.5.0 1.5.0
loading_animation_widget ^1.3.0 1.3.0 1.3.0
requests_plus ^4.8.6 4.8.6 4.8.6
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
google_identity_services_web - 0.3.3+1 0.3.3+1
google_sign_in_android - 7.2.0 7.2.0
google_sign_in_ios - 6.2.1 6.2.1
hex - 0.2.0 0.2.0
http_parser - 4.1.2 4.1.2
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.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.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
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.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
quiver - 3.2.2 3.2.2
riverpod - 2.6.1 3.0.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.7 0.7.7
typed_data - 1.4.0 1.4.0
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
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

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

The constraint `^2.6.1` on flutter_riverpod does not support the stable version `3.0.0`, that was published 21 days ago.

When flutter_riverpod is 30 days old, this package will no longer be awarded points in this category.

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

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.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: