standalone_pkg 0.0.18 copy "standalone_pkg: ^0.0.18" to clipboard
standalone_pkg: ^0.0.18 copied to clipboard

A new Flutter package with a customized TextButton

100/ 160
pub points
46
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

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

OUT: Documenting standalone_pkg... Discovering libraries... Linking elements... Precaching local docs for 785638 elements... Initialized dartdoc with 1630 libraries Generating docs for library domain/repository/firebase_register_repository_impl.dart from package:standalone_pkg/domain/repository/firebase_register_repository_impl.dart... Generating docs for library domain/repository/firebase_sign_in_repository_impl.dart from package:standalone_pkg/domain/repository/firebase_sign_in_repository_impl.dart... Generating docs for library domain/repository/firebase_configuration_repository_impl.dart from package:standalone_pkg/domain/repository/firebase_configuration_repository_impl.dart... Generating docs for library domain/repository/firebase_file_upload_repository.dart from package:standalone_pkg/domain/repository/firebase_file_upload_repository.dart... Generating docs for library domain/repository/firebase_send_email_verification_repository_impl.dart from package:standalone_pkg/domain/repository/firebase_send_email_verification_repository_impl.[...] [45 more lines] ERR: warning: standalone_pkg has no library level documentation comments from standalone_pkg: (file:///tmp/pana_QVVLEC/lib/domain/repository/firebase_register_repository_impl.dart:1:1) warning: standalone_pkg has no library level documentation comments from standalone_pkg: (file:///tmp/pana_QVVLEC/lib/domain/repository/firebase_sign_in_repository_impl.dart:1:1) error: file already written at "standalone_pkg/index.html" for symbol standalone_pkg: (file:///tmp/pana_QVVLEC/lib/domain/repository/firebase_sign_in_repository_impl.dart:1:1) conflicting with file already generated by standalone_pkg: (file:///tmp/pana_QVVLEC/lib/domain/repository/firebase_register_repository_impl.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'standalone_pkg' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [436 more lines]

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional 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 9 issues. Showing the first 2:

WARNING: Unused import: 'package:cloud_firestore/cloud_firestore.dart'.

lib/data/entity/user/firebase_user.dart:3:8

  ╷
3 │ import 'package:cloud_firestore/cloud_firestore.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/data/entity/user/firebase_user.dart

WARNING: Unnecessary cast.

lib/presentation/sign_in_bloc/sign_in_bloc.dart:36:14

   ╷
36 │            ((user as Success)).data != null
   │              ^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
cloud_firestore ^4.3.1 4.9.3 6.1.0
equatable ^2.0.5 2.0.7 2.0.7
firebase_analytics ^10.1.0 10.5.1 12.0.4
firebase_auth ^4.2.5 4.10.1 6.1.2
firebase_core ^2.4.1 2.17.0 4.2.1
firebase_messaging ^14.2.1 14.6.9 16.0.4
firebase_remote_config ^3.0.9 3.0.15 6.1.2
firebase_storage ^11.0.10 11.2.8 13.0.4
flutter_bloc ^8.1.1 8.1.6 9.1.1
flutter_form_builder ^7.7.0 7.8.0 10.2.0
package_info_plus ^3.0.2 3.1.2 9.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.7 1.3.64
async - 2.13.0 2.13.0
bloc - 8.1.4 9.1.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 5.16.2 7.0.4
cloud_firestore_web - 3.7.2 5.1.0
collection - 1.19.1 1.19.1
fake_async - 1.3.3 1.3.3
ffi - 2.1.4 2.1.4
firebase_analytics_platform_interface - 3.7.1 5.0.4
firebase_analytics_web - 0.5.5+1 0.6.1
firebase_auth_platform_interface - 6.19.1 8.1.4
firebase_auth_web - 5.8.2 6.1.0
firebase_core_platform_interface - 4.8.0 6.0.2
firebase_core_web - 2.8.0 3.3.0
firebase_messaging_platform_interface - 4.5.8 4.7.4
firebase_messaging_web - 3.5.8 4.1.0
firebase_remote_config_platform_interface - 1.4.7 2.0.5
firebase_remote_config_web - 1.4.7 1.10.1
firebase_storage_platform_interface - 4.4.7 5.2.15
firebase_storage_web - 3.6.8 3.11.0
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.17.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
nested - 1.0.0 1.0.0
package_info_plus_platform_interface - 2.0.1 3.2.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
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.8
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
win32 - 4.1.4 5.15.0

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

Found 10 issues. Showing the first 2:

The constraint `^4.3.1` on cloud_firestore does not support the stable version `5.0.0`.

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

The constraint `^10.1.0` on firebase_analytics does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions firebase_analytics 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.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: