custom_firebase_services 0.0.3
custom_firebase_services: ^0.0.3 copied to clipboard
A Flutter package for Firebase services including authentication, notifications, media uploads, and chat features. Simplifies common Firebase operations with clean, reusable APIs.
We analyzed this package 4 days ago, and awarded it 130 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
.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 45 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: custom_firebase_services
, custom_firebase_services.CustomFileDownloader
, custom_firebase_services.CustomFileDownloader.CustomFileDownloader.new
, custom_firebase_services.CustomFileDownloader.activeDownloadPath
, custom_firebase_services.CustomFileDownloader.downloadFile
.
10/10 points: Package has an example
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:custom_firebase_services/custom_firebase_services.dart
that imports:package:custom_firebase_services/src/notification/file_downloader/file_downloader.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Linux`.
Because:
package:custom_firebase_services/custom_firebase_services.dart
that imports:package:custom_firebase_services/src/notification/file_downloader/file_downloader.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:custom_firebase_services/custom_firebase_services.dart
that imports:package:custom_firebase_services/src/notification/file_downloader/file_downloader.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:custom_firebase_services/custom_firebase_services.dart
that imports:package:custom_firebase_services/src/notification/file_downloader/file_downloader.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:custom_firebase_services/custom_firebase_services.dart
that imports:package:custom_firebase_services/src/notification/file_downloader/file_downloader.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:custom_firebase_services/custom_firebase_services.dart
that imports:package:custom_firebase_services/src/notification/file_downloader/file_downloader.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:custom_firebase_services/custom_firebase_services.dart
that imports:package:custom_firebase_services/src/notification/send_notification_service.dart
that imports:package:googleapis_auth/auth_io.dart
that imports:package:googleapis_auth/src/oauth2_flows/authorization_code_grant_server_flow.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/storage/media_upload_service.dart:95:10
╷
95 │ static uploadThumbnailAndGetUrl(String imagePath) async {
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/storage/media_upload_service.dart
/tmp/pana_WRYUCR/lib/src/auth/auth_service.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cloud_firestore |
^5.6.8 |
5.6.12 | 6.0.2 | |
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
firebase_auth |
^5.5.4 |
5.7.0 | 6.1.0 | |
firebase_core |
^3.13.1 |
3.15.2 | 4.1.1 | |
firebase_messaging |
^15.2.6 |
15.2.10 | 16.0.2 | |
firebase_storage |
^12.4.6 |
12.4.10 | 13.0.2 | |
flutter_local_notifications |
^19.2.1 |
19.4.2 | 19.4.2 | |
googleapis_auth |
^2.0.0 |
2.0.0 | 2.0.0 | |
http |
^1.4.0 |
1.5.0 | 1.5.0 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
open_file |
^3.5.10 |
3.5.10 | 3.5.10 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.0+1 |
12.0.1 | 12.0.1 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^5.6.8` on cloud_firestore does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore
to update the constraint.
The constraint `^5.5.4` on firebase_auth does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions firebase_auth
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.