firebase_dart 1.1.1
firebase_dart: ^1.1.1 copied to clipboard
A port of the Firebase database, auth and storage client to pure Dart code, usable on different platforms
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
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
.
10/10 points: 20% or more of the public API has dartdoc comments
423 out of 748 API elements (56.6 %) have documentation comments.
Some symbols that are missing documentation: firebase_auth
, firebase_core
, firebase_dart
, ActionCodeInfo
, ActionCodeInfoOperation
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:firebase_dart/firebase_dart.dart
that imports:package:firebase_dart/core.dart
that imports:package:firebase_dart/src/core.dart
that imports:package:firebase_dart/src/implementation.dart
that imports:package:firebase_dart/auth.dart
that imports:package:firebase_dart/src/auth/auth.dart
that imports:package:firebase_dart/src/auth/recaptcha_verifier.dart
that imports:package:firebase_dart/src/auth/recaptcha_verifier_web.dart
that imports:package:firebase_dart/src/auth/impl/auth.dart
that imports:package:firebase_dart/src/auth/impl/user.dart
that imports:package:firebase_dart/src/auth/authhandlers.dart
that imports:package:firebase_dart/src/implementation/isolate/auth.dart
that imports:package:firebase_dart/src/implementation/isolate/util.dart
that imports:dart:isolate
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 79 issues. Showing the first 2:
WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.
lib/src/auth/impl/auth.dart:46:55
╷
46 │ getRedirectResult().timeout(Duration(seconds: 5)).ignore();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/auth/impl/auth.dart
WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.
lib/src/auth/impl/auth.dart:409:8
╷
409 │ }).ignore();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/auth/impl/auth.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
_discoveryapis_commons |
^1.0.0 |
1.0.6 | 1.0.6 |
async |
^2.5.0 |
2.11.0 | 2.11.0 |
clock |
^1.1.0 |
1.1.1 | 1.1.1 |
collection |
^1.15.0 |
1.18.0 | 1.18.0 |
crypto |
^3.0.0 |
3.0.3 | 3.0.3 |
expressions |
^0.2.2 |
0.2.5+1 | 0.2.5+1 |
firebaseapis |
>=0.1.2 <0.3.0 |
0.2.0 | 0.2.0 |
hive |
^2.0.0 |
2.2.3 | 2.2.3 |
http |
>=0.13.0 <2.0.0 |
1.1.2 | 1.1.2 |
intl |
>=0.17.0 <0.19.0 |
0.18.1 | 0.18.1 |
jose |
^0.3.2 |
0.3.4 | 0.3.4 |
js |
^0.6.3 |
0.6.7 | 0.6.7 |
logging |
^1.0.0 |
1.2.0 | 1.2.0 |
meta |
^1.3.0 |
1.11.0 | 1.11.0 |
openid_client |
^0.4.3 |
0.4.8 | 0.4.8 |
quiver |
^3.0.0 |
3.2.1 | 3.2.1 |
rxdart |
^0.27.0 |
0.27.7 | 0.27.7 |
sortedmap |
^0.5.2 |
0.5.3 | 0.5.3 |
stream_channel |
^2.1.0 |
2.1.2 | 2.1.2 |
synchronized |
^3.0.0 |
3.1.0 | 3.1.0 |
uuid |
>=3.0.1 <5.0.0 |
4.2.1 | 4.2.1 |
web_socket_channel |
^2.0.0 |
2.4.0 | 2.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
- | 2.4.2 | 2.4.2 |
asn1lib |
- | 1.5.0 | 1.5.0 |
boolean_selector |
- | 2.1.1 | 2.1.1 |
convert |
- | 3.1.1 | 3.1.1 |
crypto_keys |
- | 0.3.0+1 | 0.3.0+1 |
http_parser |
- | 4.0.2 | 4.0.2 |
matcher |
- | 0.12.16 | 0.12.16 |
path |
- | 1.8.3 | 1.8.3 |
petitparser |
- | 6.0.2 | 6.0.2 |
pointycastle |
- | 3.7.3 | 3.7.3 |
source_span |
- | 1.10.0 | 1.10.0 |
sprintf |
- | 7.0.0 | 7.0.0 |
stack_trace |
- | 1.11.1 | 1.11.1 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.6.1 | 0.6.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
web |
- | 0.4.0 | 0.4.0 |
x509 |
- | 0.2.4 | 0.2.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analyzed with Pana 0.21.43
, Dart 3.2.1
.
Check the analysis log for details.