edgebase_flutter 0.2.9
edgebase_flutter: ^0.2.9 copied to clipboard
EdgeBase Flutter/Dart SDK — client-side auth, database-live, and more.
We analyzed this package 17 hours ago, and awarded it 115 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.2.9").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
276 out of 738 API elements (37.4 %) have documentation comments.
Some symbols that are missing documentation: edgebase_flutter.AnalyticsEvent, edgebase_flutter.AnalyticsEvent.AnalyticsEvent.new, edgebase_flutter.AnalyticsEvent.name, edgebase_flutter.AnalyticsEvent.properties, edgebase_flutter.AnalyticsEvent.timestamp.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:edgebase_flutter/edgebase_flutter.dartthat imports:package:edgebase_flutter/src/auth_client.dartthat imports:package:edgebase_flutter/src/push_client.dartthat imports:package:firebase_messaging/firebase_messaging.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:edgebase_flutter/edgebase_flutter.dartthat imports:package:edgebase_flutter/src/captcha_provider.dartthat imports:package:edgebase_flutter/src/captcha_native.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package not compatible with platform Web
Because:
package:edgebase_flutter/edgebase_flutter.dartthat imports:package:edgebase_flutter/src/auth_client.dartthat imports:package:edgebase_flutter/src/push_client.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: The declaration '_asListOfMaps' isn't referenced.
lib/src/room_client.dart:1203:28
╷
1203 │ List<Map<String, dynamic>> _asListOfMaps(dynamic value) {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/room_client.dart
INFO: Dangling library doc comment.
lib/src/captcha_native.dart:1:1
╷
1 │ /// Turnstile captcha provider for Flutter native platforms.
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/captcha_native.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
edgebase_core |
^0.2.9 |
0.2.9 | 0.2.9 | |
firebase_core |
^3.8.0 |
3.15.2 | 4.15.0 | |
firebase_messaging |
^15.1.0 |
15.2.10 | 16.7.0 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
js |
^0.7.2 |
0.7.2 | 0.7.2 | Discontinued |
shared_preferences |
^2.2.0 |
2.5.5 | 2.5.5 | |
web_socket_channel |
^3.0.0 |
3.0.3 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^3.8.0` on firebase_core does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions firebase_core to update the constraint.
The constraint `^15.1.0` on firebase_messaging does not support the stable version `16.0.0`.
Try running dart pub upgrade --major-versions firebase_messaging 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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.