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

1
likes
90/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

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

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 748005 elements... Initialized dartdoc with 1590 libraries Generating docs for library domain/model/user.dart from package:standalone_pkg/domain/model/user.dart... Generating docs for library domain/model/remote_config.dart from package:standalone_pkg/domain/model/remote_config.dart... Generating docs for library domain/usecase/save_user_profile_picture_use_case.dart from package:standalone_pkg/domain/usecase/save_user_profile_picture_use_case.dart... Generating docs for library domain/usecase/send_email_verification_usecase.dart from package:standalone_pkg/domain/usecase/send_email_verification_usecase.dart... Generating docs for library domain/usecase/sign_in_usecase.dart from package:standalone_pkg/domain/usecase/sign_in_usecase.dart... [45 more lines] ERR: warning: deprecated dartdoc usage: The '--nodoc' option is deprecated, and will soon be removed. from package-standalone_pkg: file:///tmp/pana_RAPOUS The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. The warning 'missing-code-block-language' is deprecated. [5556 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 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

INFO: 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
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
cloud_firestore ^4.3.1 4.9.3 5.0.1
equatable ^2.0.5 2.0.5 2.0.5
firebase_analytics ^10.1.0 10.5.1 11.0.1
firebase_auth ^4.2.5 4.10.1 5.1.0
firebase_core ^2.4.1 2.17.0 3.1.0
firebase_messaging ^14.2.1 14.6.9 15.0.1
firebase_remote_config ^3.0.9 3.0.15 5.0.1
firebase_storage ^11.0.10 11.2.8 12.0.1
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.1.1 8.1.6 8.1.6
flutter_form_builder ^7.7.0 7.8.0 9.3.0
package_info_plus ^3.0.2 3.1.2 8.0.0
Transitive dependencies
Package Constraint Compatible Latest
_flutterfire_internals - 1.3.7 1.3.37
async - 2.11.0 2.11.0
bloc - 8.1.4 8.1.4
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
cloud_firestore_platform_interface - 5.16.2 6.2.7
cloud_firestore_web - 3.7.2 4.0.1
collection - 1.18.0 1.19.0
fake_async - 1.3.1 1.3.1
ffi - 2.1.2 2.1.2
firebase_analytics_platform_interface - 3.7.1 4.0.1
firebase_analytics_web - 0.5.5+1 0.5.7+9
firebase_auth_platform_interface - 6.19.1 7.4.0
firebase_auth_web - 5.8.2 5.12.2
firebase_core_platform_interface - 4.8.0 5.1.0
firebase_core_web - 2.8.0 2.17.2
firebase_messaging_platform_interface - 4.5.8 4.5.39
firebase_messaging_web - 3.5.8 3.8.9
firebase_remote_config_platform_interface - 1.4.7 1.4.37
firebase_remote_config_web - 1.4.7 1.6.9
firebase_storage_platform_interface - 4.4.7 5.1.24
firebase_storage_web - 3.6.8 3.9.9
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.17.0 0.19.0
js - 0.6.7 0.7.1
leak_tracker - 10.0.4 10.0.5
leak_tracker_flutter_testing - 3.0.3 3.0.5
leak_tracker_testing - 3.0.1 3.0.1
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
nested - 1.0.0 1.0.0
package_info_plus_platform_interface - 2.0.1 3.0.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.2
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
vm_service - 14.2.1 14.2.4
win32 - 4.1.4 5.5.1

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

Found 9 issues. Showing the first 2:

The constraint `^4.3.1` on cloud_firestore does not support the stable version `5.0.0`, that was published 10 days ago.

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

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`, that was published 10 days ago.

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

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.6, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.