supabase 1.11.11 supabase: ^1.11.11 copied to clipboard
A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
We analyzed this package 3 days ago, and awarded it 150 pub points (of a possible 160):
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
303 out of 688 API elements (44.0 %) have documentation comments.
Some symbols that are missing documentation: supabase.AMREntry.AMREntry.fromJson
, supabase.AMRMethod
, supabase.AdminUserAttributes
, supabase.AdminUserAttributes.AdminUserAttributes
, supabase.AdminUserAttributes.toJson
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:supabase/supabase.dart
that imports:package:supabase/src/supabase_query_builder.dart
that imports:package:yet_another_json_isolate/yet_another_json_isolate.dart
that imports:package:yet_another_json_isolate/src/_isolates_io.dart
that imports:dart:isolate
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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
functions_client |
^1.3.2 |
1.3.2 | 2.4.0 |
gotrue |
^1.12.6 |
1.12.6 | 2.11.1 |
http |
>=0.13.5 <2.0.0 |
1.2.2 | 1.2.2 |
postgrest |
^1.5.2 |
1.5.2 | 2.4.1 |
realtime_client |
^1.4.0 |
1.4.0 | 2.4.1 |
rxdart |
^0.27.5 |
0.27.7 | 0.28.0 |
storage_client |
^1.5.4 |
1.5.4 | 2.3.0 |
yet_another_json_isolate |
^1.1.1 |
1.1.1 | 2.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
collection |
- | 1.19.1 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
http_parser |
- | 4.1.2 | 4.1.2 |
jwt_decode |
- | 0.3.1 | 0.3.1 |
meta |
- | 1.16.0 | 1.16.0 |
mime |
- | 1.0.6 | 2.0.0 |
path |
- | 1.9.1 | 1.9.1 |
retry |
- | 3.1.2 | 3.1.2 |
source_span |
- | 1.10.1 | 1.10.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 |
typed_data |
- | 1.4.0 | 1.4.0 |
web |
- | 0.5.1 | 1.1.0 |
web_socket_channel |
- | 2.4.5 | 3.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^1.3.2` on functions_client does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions functions_client
to update the constraint.
The constraint `^1.12.6` on gotrue does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions gotrue
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.18
, Dart 3.6.1
.
Check the analysis log for details.