flutter_firecache 0.0.2
flutter_firecache: ^0.0.2 copied to clipboard
Flutter firecache implementation.
We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/johannmunoz/flutter_firecache
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 0 out of 24 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.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ MacOS
- ✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_firecache/flutter_firecache.dart
that imports:package:flutter_firecache/src/firestore_wrapper.dart
that imports:package:flutter_firecache/src/firestore_state_manager.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:flutter_firecache/flutter_firecache.dart
that imports:package:flutter_firecache/src/firestore_wrapper.dart
that imports:package:flutter_firecache/src/firestore_state_manager.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: This function has a nullable return type of 'FutureOr
lib/src/firebase_wrapper.dart:41:17
╷
41 │ Future<User?> signup(String email, String password) async {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/firebase_wrapper.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cloud_firestore | ^1.0.7 | 1.0.7 | 4.4.5 |
firebase_auth | ^1.1.0 | 1.4.1 | 4.3.0 |
firebase_core | ^1.1.0 | 1.19.0 | 2.8.0 |
firebase_storage | ^8.0.5 | 8.1.3 | 11.0.16 |
flutter | flutter | 0.0.0 | 0.0.0 |
rxdart | ^0.26.0 | 0.26.0 | 0.27.7 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.11.0 | 2.11.0 |
characters | - | 1.2.1 | 1.3.0 |
clock | - | 1.1.1 | 1.1.1 |
cloud_firestore_platform_interface | - | 4.0.3 | 5.11.5 |
cloud_firestore_web | - | 1.0.7 | 3.3.5 |
collection | - | 1.17.0 | 1.17.1 |
firebase_auth_platform_interface | - | 4.3.1 | 6.12.0 |
firebase_auth_web | - | 1.3.1 | 5.2.10 |
firebase_core_platform_interface | - | 4.4.1 | 4.5.3 |
firebase_core_web | - | 1.6.5 | 2.2.2 |
firebase_storage_platform_interface | - | 2.1.2 | 4.1.32 |
firebase_storage_web | - | 1.1.2 | 3.3.25 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
http | - | 0.13.5 | 0.13.5 |
http_parser | - | 4.0.2 | 4.0.2 |
intl | - | 0.17.0 | 0.18.0 |
js | - | 0.6.5 | 0.6.7 |
material_color_utilities | - | 0.2.0 | 0.3.0 |
meta | - | 1.8.0 | 1.9.0 |
path | - | 1.8.3 | 1.8.3 |
plugin_platform_interface | - | 2.1.4 | 2.1.4 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.9.1 | 1.9.1 |
string_scanner | - | 1.2.0 | 1.2.0 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
vector_math | - | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^1.0.7` on cloud_firestore does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore
to update the constraint.
The constraint `^1.1.0` on firebase_auth does not support the stable version `2.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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.