firebase_manager 0.0.6 copy "firebase_manager: ^0.0.6" to clipboard
firebase_manager: ^0.0.6 copied to clipboard

A package to manage Firebase easily.

0
likes
140/ 160
pub points
14%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger 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.

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: GPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

187 out of 354 API elements (52.8 %) have documentation comments.

Some symbols that are missing documentation: firebase_manager, firebase_manager.ChildrenResult, firebase_manager.ChildrenResult.ChildrenResult, firebase_manager.ChildrenResult.exists, firebase_manager.ChildrenResult.getChild.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:firebase_manager/firebase_manager.dart that imports:
  • package:fm_auth/fm_auth.dart that imports:
  • package:fm_auth/src/fire_auth.dart that imports:
  • package:fm_auth/src/login/login_tool.dart that imports:
  • package:fm_auth/src/login/providers/google_login_provider.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:firebase_manager/firebase_manager.dart that imports:
  • package:fm_firestore/fm_firestore.dart that imports:
  • package:fm_firestore/coll/fire_coll_query.dart that imports:
  • package:fm_firestore/doc/fire_doc_tuple.dart that imports:
  • package:fm_firestore/doc/fire_doc.dart that imports:
  • package:fm_firestore/coll/fire_coll.dart that imports:
  • package:fm_firestore/ui/query_builder.dart that imports:
  • package:cloud_firestore/cloud_firestore.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `Web`.

Because:

  • package:firebase_manager/firebase_manager.dart that imports:
  • package:fm_storage/fm_storage.dart that imports:
  • package:fm_storage/src/fire_storage_element/fire_file_ref.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:firebase_manager/firebase_manager.dart that imports:
  • package:fm_auth/fm_auth.dart that imports:
  • package:fm_auth/src/fire_auth.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:firebase_manager/firebase_manager.dart that imports:
  • package:fm_auth/fm_auth.dart that imports:
  • package:fm_auth/src/fire_auth.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:firebase_manager/firebase_manager.dart that imports:
  • package:fm_auth/fm_auth.dart that imports:
  • package:fm_auth/src/fire_auth.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The import of 'package:fm_auth/fm_auth.dart' is unnecessary because all of the used elements are also provided by the import of '../../firebase_manager.dart'.

lib/src/init/firebase_manager.dart:7:8

  ╷
7 │ import 'package:fm_auth/fm_auth.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/init/firebase_manager.dart

INFO: The import of 'package:fm_storage/fm_storage.dart' is unnecessary because all of the used elements are also provided by the import of '../../firebase_manager.dart'.

lib/src/init/firebase_manager.dart:8:8

  ╷
8 │ import 'package:fm_storage/fm_storage.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/init/firebase_manager.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
cloud_firestore_platform_interface ^6.0.7 6.2.5 6.2.7
collection ^1.17.2 1.18.0 1.19.0
firebase_analytics ^10.0.2 10.10.7 11.0.1
firebase_app_check ^0.2.1+1 0.2.2+7 0.3.0+1
firebase_core ^2.1.0 2.32.0 3.1.0
firebase_crashlytics ^3.0.2 3.5.7 4.0.1
firebase_database ^10.3.6 10.5.7 11.0.1
firebase_dynamic_links ^5.0.17 5.5.7 6.0.1
firebase_messaging ^14.7.10 14.9.4 15.0.1
firebase_messaging_platform_interface ^4.5.18 4.5.37 4.5.39
firebase_ui_localizations ^1.5.0 1.12.0 1.12.0
flutter flutter 0.0.0 0.0.0
fm_auth ^0.0.1 0.0.1 0.0.1
fm_firestore ^0.0.1 0.0.1 0.0.1
fm_storage ^0.0.2 0.0.2 0.0.2
json_annotation ^4.8.1 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest
_flutterfire_internals - 1.3.35 1.3.37
async - 2.11.0 2.11.0
auto_exporter_annotation - 1.0.1 1.0.1
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
cloud_firestore - 4.17.5 5.0.1
cloud_firestore_web - 3.12.5 4.0.1
crypto - 3.0.3 3.0.3
fake_async - 1.3.1 1.3.1
ffi - 2.1.2 2.1.2
firebase_analytics_platform_interface - 3.10.8 4.0.1
firebase_analytics_web - 0.5.7+7 0.5.7+9
firebase_app_check_platform_interface - 0.1.0+29 0.1.0+31
firebase_app_check_web - 0.1.2+7 0.1.2+9
firebase_auth - 4.20.0 5.1.0
firebase_auth_platform_interface - 7.3.0 7.4.0
firebase_auth_web - 5.12.0 5.12.2
firebase_core_platform_interface - 5.1.0 5.1.0
firebase_core_web - 2.17.2 2.17.2
firebase_crashlytics_platform_interface - 3.6.35 3.6.37
firebase_database_platform_interface - 0.2.5+35 0.2.5+37
firebase_database_web - 0.2.5+7 0.2.5+9
firebase_dynamic_links_platform_interface - 0.2.6+35 0.2.6+37
firebase_messaging_web - 3.8.7 3.8.9
firebase_storage - 11.7.7 12.0.1
firebase_storage_platform_interface - 5.1.22 5.1.24
firebase_storage_web - 3.9.7 3.9.9
flutter_localizations - 0.0.0 0.0.0
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
font_awesome_flutter - 10.7.0 10.7.0
google_identity_services_web - 0.3.1+1 0.3.1+1
google_sign_in - 6.2.1 6.2.1
google_sign_in_android - 6.1.24 6.1.24
google_sign_in_ios - 5.7.6 5.7.6
google_sign_in_platform_interface - 2.4.5 2.4.5
google_sign_in_web - 0.12.4 0.12.4
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.19.0 0.19.0
js - 0.6.7 0.7.1
leak_tracker - 10.0.4 10.0.5
leak_tracker_flutter_testing - 3.0.3 3.0.5
leak_tracker_testing - 3.0.1 3.0.1
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
package_info_plus - 4.2.0 8.0.0
package_info_plus_platform_interface - 2.0.1 3.0.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.5 2.2.5
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
sign_in_button - 3.2.0 3.2.0
sign_in_with_apple - 5.0.0 6.1.1
sign_in_with_apple_platform_interface - 1.1.0 1.1.0
sign_in_with_apple_web - 1.0.1 2.1.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.2
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
vm_service - 14.2.1 14.2.3
web - 0.5.1 0.5.1
win32 - 5.5.1 5.5.1
xdg_directories - 1.0.4 1.0.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 7 issues. Showing the first 2:

The constraint `^10.0.2` on firebase_analytics does not support the stable version `11.0.0`, that was published 9 days ago.

When firebase_analytics is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions firebase_analytics to update the constraint.

The constraint `^0.2.1+1` on firebase_app_check does not support the stable version `0.3.0`, that was published 9 days ago.

When firebase_app_check is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions firebase_app_check 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.6, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.