firebase_model_notifier 0.15.1+22 copy "firebase_model_notifier: ^0.15.1+22" to clipboard
firebase_model_notifier: ^0.15.1+22 copied to clipboard

discontinued

ModelNotifier package for Firebase. When you listen in Firestore, you can tell riverpod and others about the update.

2
likes
110/ 140
pub points
3%
popularity

We analyzed this package 9 hours ago, and awarded it 110 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/mathrunet/flutter_masamune/tree/master/packages/firebase_model_notifier was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: firebase_model_notifier,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: firebase_model_notifier.

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

4260 out of 4445 API elements (95.8 %) have documentation comments.

Some symbols that are missing documentation: firebase_model_notifier.AgesExtensions, firebase_model_notifier.AggregateField, firebase_model_notifier.AggregateField.AggregateField, firebase_model_notifier.ApiDynamicCollectionModel, firebase_model_notifier.ApiDynamicCollectionModel.ApiDynamicCollectionModel.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger 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:firebase_model_notifier/firebase_model_notifier.dart that imports:
  • package:model_notifier/model_notifier.dart that imports:
  • package:model_notifier/src/mobile/mobile.dart that imports:
  • package:katana_flutter/katana_flutter.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_linux.dart that imports:
  • package:url_launcher_linux/url_launcher_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:firebase_model_notifier/firebase_model_notifier.dart that imports:
  • package:model_notifier/model_notifier.dart that imports:
  • package:model_notifier/src/mobile/mobile.dart that imports:
  • package:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.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:win32/win32.dart that declares support for platforms: Windows.

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_model_notifier/firebase_model_notifier.dart that imports:
  • package:model_notifier/model_notifier.dart that imports:
  • package:model_notifier/src/mobile/mobile.dart that imports:
  • package:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.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:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:firebase_model_notifier/firebase_model_notifier.dart that imports:
  • package:model_notifier/model_notifier.dart that imports:
  • package:model_notifier/src/mobile/mobile.dart that imports:
  • package:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.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:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:firebase_model_notifier/firebase_model_notifier.dart that imports:
  • package:model_notifier/model_notifier.dart that imports:
  • package:model_notifier/src/mobile/mobile.dart that imports:
  • package:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.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:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:firebase_model_notifier/firebase_model_notifier.dart that imports:
  • package:model_notifier/model_notifier.dart that imports:
  • package:model_notifier/src/others/others.dart that imports:
  • package:katana_flutter/katana_flutter.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_web.dart that imports:
  • package:share_plus_platform_interface/share_plus_platform_interface.dart that imports:
  • package:share_plus_platform_interface/platform_interface/share_plus_platform.dart that imports:
  • package:share_plus_platform_interface/method_channel/method_channel_share.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 83 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/firestore/extensions.dart:1:1

  ╷
1 │ part of firebase_model_notifier;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/firestore/extensions.dart

INFO: 'MetaConst' is deprecated and shouldn't be used.

lib/firestore/extensions.dart:17:22

   ╷
17 │     String timeKey = MetaConst.pushTime,
   │                      ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/firestore/extensions.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
cloud_firestore any 4.15.10 4.15.10
cloud_functions any 4.6.10 4.6.10
flutter flutter 0.0.0 0.0.0
katana_firebase ^0.15.0 0.15.0+13 2.2.0
model_notifier ^0.15.0 0.15.1+16 0.15.1+16
Transitive dependencies
Package Constraint Compatible Latest
_flutterfire_internals - 1.3.27 1.3.27
args - 2.4.2 2.4.2
asn1lib - 1.5.2 1.5.2
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
cloud_firestore_platform_interface - 6.1.11 6.1.11
cloud_firestore_web - 3.10.10 3.10.10
cloud_functions_platform_interface - 5.5.21 5.5.21
cloud_functions_web - 4.8.1 4.8.1
collection - 1.18.0 1.18.0
connectivity_plus - 2.3.9 6.0.1
connectivity_plus_linux - 1.3.1 1.3.1
connectivity_plus_macos - 1.2.6 1.2.6
connectivity_plus_platform_interface - 1.2.4 2.0.0
connectivity_plus_web - 1.2.5 1.2.5
connectivity_plus_windows - 1.2.2 1.2.2
convert - 3.1.1 3.1.1
cross_file - 0.3.4+1 0.3.4+1
crypto - 3.0.3 3.0.3
csv - 5.1.1 6.0.0
dbus - 0.7.10 0.7.10
device_info_plus - 8.2.2 10.0.1
device_info_plus_platform_interface - 7.0.0 7.0.0
encrypt - 5.0.3 5.0.3
fake_async - 1.3.1 1.3.1
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
firebase_core - 2.27.2 2.27.2
firebase_core_platform_interface - 5.0.0 5.0.0
firebase_core_web - 2.13.0 2.13.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
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.17.0 0.19.0
js - 0.6.7 0.7.1
katana - 0.15.10+3 2.12.1
katana_flutter - 0.15.0+18 0.15.0+18
leak_tracker - 10.0.0 10.0.5
leak_tracker_flutter_testing - 2.0.1 3.0.4
leak_tracker_testing - 2.0.1 3.0.1
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.12.0
mime - 1.0.5 1.0.5
nm - 0.5.0 0.5.0
package_info_plus - 3.1.2 6.0.0
package_info_plus_platform_interface - 2.0.1 2.0.1
path - 1.9.0 1.9.0
path_provider - 2.1.2 2.1.2
path_provider_android - 2.2.2 2.2.2
path_provider_foundation - 2.3.2 2.3.2
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
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.7.4 3.7.4
recase - 4.1.0 4.1.0
share_plus - 6.3.4 8.0.2
share_plus_platform_interface - 3.4.0 3.4.0
shared_preferences - 2.2.2 2.2.2
shared_preferences_android - 2.2.1 2.2.1
shared_preferences_foundation - 2.3.5 2.3.5
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.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.6.1 0.7.0
typed_data - 1.3.2 1.3.2
url_launcher - 6.2.5 6.2.5
url_launcher_android - 6.3.0 6.3.0
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.0 2.3.0
url_launcher_windows - 3.1.1 3.1.1
uuid - 3.0.7 4.3.3
vector_math - 2.1.4 2.1.4
vm_service - 13.0.0 14.2.0
web - 0.5.1 0.5.1
win32 - 3.1.4 5.3.0
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

The constraint `^0.15.0` on katana_firebase does not support the stable version `1.1.0`.

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.

2
likes
110
pub points
3%
popularity

Publisher

verified publishermathru.net

ModelNotifier package for Firebase. When you listen in Firestore, you can tell riverpod and others about the update.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cloud_firestore, cloud_functions, flutter, katana_firebase, model_notifier

More

Packages that depend on firebase_model_notifier