data_management 1.0.1 copy "data_management: ^1.0.1" to clipboard
data_management: ^1.0.1 copied to clipboard

Collection of service with advanced style and controlling system.

90/ 160
pub points
370
downloads

We analyzed this package 25 hours ago, and awarded it 90 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

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: data_management,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository URL mismatch: expected https://github.com/P-YMR/flutter_data_management but got https://github.com/Mohiuddin655-PUB/flutter_data_management.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

285 out of 891 API elements (32.0 %) have documentation comments.

Some symbols that are missing documentation: core, core.Entity.Entity.new, core.Entity.filtered, core.Entity.filteredJson, core.Entity.id.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:data_management/data_management.dart that imports:
  • package:data_management/src/services/repositories/remote.dart that imports:
  • package:data_management/src/utils/connectivity.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:data_management/data_management.dart that imports:
  • package:data_management/src/data/sources/realtime.dart that imports:
  • package:firebase_database/firebase_database.dart that declares support for platforms: Android, iOS, macOS, Web.

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:data_management/data_management.dart that imports:
  • package:data_management/src/services/repositories/remote.dart that imports:
  • package:data_management/src/utils/connectivity.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:data_management/data_management.dart that imports:
  • package:data_management/src/services/repositories/remote.dart that imports:
  • package:data_management/src/utils/connectivity.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:data_management/data_management.dart that imports:
  • package:data_management/src/services/repositories/remote.dart that imports:
  • package:data_management/src/utils/connectivity.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 202 issues. Showing the first 2:

ERROR: Arguments of a constant creation must be constant expressions.

lib/src/core/field_value.dart:19:35

   ╷
19 │     return const FieldValue(null, InAppFieldValues.serverTimestamp);
   │                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: There's no constant named 'serverTimestamp' in 'InAppFieldValues'.

lib/src/core/field_value.dart:19:52

   ╷
19 │     return const FieldValue(null, InAppFieldValues.serverTimestamp);
   │                                                    ^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
cloud_firestore ^5.4.4 5.6.12 6.0.3
connectivity_plus ^6.1.0 6.1.5 7.0.0
dio ^5.7.0 5.9.0 5.9.0
encrypt ^5.0.3 5.0.3 5.0.3
firebase_database ^11.1.4 11.3.10 12.0.3
flutter_entity ^1.0.8 1.2.2 1.2.2
in_app_database ^1.2.7 1.3.5 1.3.5
in_app_query ^1.0.2 1.0.3 1.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.59 1.3.63
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 6.6.12 7.0.3
cloud_firestore_web - 4.4.12 5.0.3
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dbus - 0.7.11 0.7.11
dio_web_adapter - 2.1.1 2.1.1
fake_async - 1.3.3 1.3.3
ffi - 2.1.4 2.1.4
firebase_core - 3.15.2 4.2.0
firebase_core_platform_interface - 6.0.2 6.0.2
firebase_core_web - 2.24.1 3.2.0
firebase_database_platform_interface - 0.2.6+10 0.2.6+14
firebase_database_web - 0.2.6+16 0.2.6+20
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
pluralize - 0.0.8 0.0.8
pointycastle - 3.9.1 4.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.7
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

Found 3 issues. Showing the first 2:

The constraint `^5.4.4` 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 `^6.1.0` on connectivity_plus does not support the stable version `7.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.0, Flutter 3.35.7, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
90
points
370
downloads

Publisher

unverified uploader

Weekly Downloads

Collection of service with advanced style and controlling system.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cloud_firestore, connectivity_plus, dio, encrypt, firebase_database, flutter, flutter_entity, in_app_database, in_app_query

More

Packages that depend on data_management