flutter_firecache 0.0.2 icon indicating copy to clipboard operation
flutter_firecache: ^0.0.2 copied to clipboard

Flutter firecache implementation.

0
likes
100/ 140
pub points
21%
popularity

We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

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.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

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.

icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

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.
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

PackageConstraintCompatibleLatest
cloud_firestore^1.0.71.0.74.4.5
firebase_auth^1.1.01.4.14.3.0
firebase_core^1.1.01.19.02.8.0
firebase_storage^8.0.58.1.311.0.16
flutterflutter0.0.00.0.0
rxdart^0.26.00.26.00.27.7
Transitive dependencies
PackageConstraintCompatibleLatest
async-2.11.02.11.0
characters-1.2.11.3.0
clock-1.1.11.1.1
cloud_firestore_platform_interface-4.0.35.11.5
cloud_firestore_web-1.0.73.3.5
collection-1.17.01.17.1
firebase_auth_platform_interface-4.3.16.12.0
firebase_auth_web-1.3.15.2.10
firebase_core_platform_interface-4.4.14.5.3
firebase_core_web-1.6.52.2.2
firebase_storage_platform_interface-2.1.24.1.32
firebase_storage_web-1.1.23.3.25
flutter_web_plugins-0.0.00.0.0
http-0.13.50.13.5
http_parser-4.0.24.0.2
intl-0.17.00.18.0
js-0.6.50.6.7
material_color_utilities-0.2.00.3.0
meta-1.8.01.9.0
path-1.8.31.8.3
plugin_platform_interface-2.1.42.1.4
sky_engine-0.0.990.0.99
source_span-1.9.11.9.1
string_scanner-1.2.01.2.0
term_glyph-1.2.11.2.1
typed_data-1.3.11.3.1
vector_math-2.1.42.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

icon indicating section status
Support sound null safety
20 / 20icon to trigger folding of the section

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.

0
likes
100
pub points
21%
popularity

Publisher

unverified uploader

Flutter firecache implementation.

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

cloud_firestore, firebase_auth, firebase_core, firebase_storage, flutter, rxdart

More

Packages that depend on flutter_firecache