flutter_firebase_recaptcha 1.0.2 copy "flutter_firebase_recaptcha: ^1.0.2" to clipboard
flutter_firebase_recaptcha: ^1.0.2 copied to clipboard

provides a set of building blocks for creating a reCAPTCHA verifier and using that with your Firebase Phone authentication workflow

10
likes
100/ 160
pub points
67
downloads

We analyzed this package 7 days 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 flutter_firebase_recaptcha... Discovering libraries... Linking elements... Precaching local docs for 651591 elements... Initialized dartdoc with 832 libraries Generating docs for library firebase_recaptcha_verifier_modal.dart from package:flutter_firebase_recaptcha/firebase_recaptcha_verifier_modal.dart... Generating docs for library flutter_firebase_recaptcha.dart from package:flutter_firebase_recaptcha/flutter_firebase_recaptcha.dart... Generating docs for library firebase_recaptcha.dart from package:flutter_firebase_recaptcha/firebase_recaptcha.dart... Documented 3 public libraries in 77.4 seconds ERR: warning: flutter_firebase_recaptcha has no library level documentation comments from flutter_firebase_recaptcha: (file:///tmp/pana_ELUMWU/lib/flutter_firebase_recaptcha.dart:1:1) warning: flutter_firebase_recaptcha has no library level documentation comments from flutter_firebase_recaptcha: (file:///tmp/pana_ELUMWU/lib/firebase_recaptcha.dart:1:1) error: file already written at "flutter_firebase_recaptcha/index.html" for symbol flutter_firebase_recaptcha: (file:///tmp/pana_ELUMWU/lib/firebase_recaptcha.dart:1:1) conflicting with file already generated by flutter_firebase_recaptcha: (file:///tmp/pana_ELUMWU/lib/flutter_firebase_recaptcha.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'flutter_firebase_recaptcha' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the [18 more lines]

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flutter_firebase_recaptcha/flutter_firebase_recaptcha.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha_verifier_modal.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_firebase_recaptcha/flutter_firebase_recaptcha.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha_verifier_modal.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_firebase_recaptcha/flutter_firebase_recaptcha.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha_verifier_modal.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_firebase_recaptcha/flutter_firebase_recaptcha.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha_verifier_modal.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_firebase_recaptcha/flutter_firebase_recaptcha.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha_verifier_modal.dart that imports:
  • package:flutter_firebase_recaptcha/firebase_recaptcha.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that imports:
  • package:flutter_inappwebview/src/main.dart that imports:
  • package:flutter_inappwebview/src/web_message/main.dart that imports:
  • package:flutter_inappwebview/src/web_message/web_message_listener.dart that imports:
  • package:flutter_inappwebview/src/types.dart that imports:
  • package:flutter_inappwebview/src/web_message/web_message_channel.dart that imports:
  • package:flutter_inappwebview/src/in_app_webview/in_app_webview_controller.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.dev/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 4 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: FirebaseRecaptcha.firebaseConfig, FirebaseRecaptcha.firebaseVersion, FirebaseRecaptcha.appVerificationDisabledForTesting, FirebaseRecaptcha.languageCode, FirebaseRecaptcha.onLoad, FirebaseRecaptcha.onError, FirebaseRecaptcha.onVerify, FirebaseRecaptcha.onFullChallenge, FirebaseRecaptcha.invisible, FirebaseRecaptcha.options

lib/firebase_recaptcha.dart:8:7

8class FirebaseRecaptcha extends StatelessWidget {
  │       ^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

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

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: FirebaseRecaptchaVerifierModal.firebaseConfig, FirebaseRecaptchaVerifierModal.firebaseVersion, FirebaseRecaptchaVerifierModal.appVerificationDisabledForTesting, FirebaseRecaptchaVerifierModal.languageCode, FirebaseRecaptchaVerifierModal.onLoad, FirebaseRecaptchaVerifierModal.onError, FirebaseRecaptchaVerifierModal.onVerify, FirebaseRecaptchaVerifierModal.onFullChallenge, FirebaseRecaptchaVerifierModal.attemptInvisibleVerification

lib/firebase_recaptcha_verifier_modal.dart:5:7

5class FirebaseRecaptchaVerifierModal extends StatefulWidget {
  │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/firebase_recaptcha_verifier_modal.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
flutter_inappwebview ^5.3.2 5.8.0 6.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
vector_math - 2.1.4 2.1.5

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

The constraint `^5.3.2` on flutter_inappwebview does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions flutter_inappwebview 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 22Aug 19Sep 16Oct 14Nov 11Dec 9Jan 6Feb 3Mar 3Mar 310510152025303540>=1.0.0-0 <2.0.0
10
likes
100
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.08 - 2025.04.22

provides a set of building blocks for creating a reCAPTCHA verifier and using that with your Firebase Phone authentication workflow

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on flutter_firebase_recaptcha