virnavi_isar_e2m 0.0.1 copy "virnavi_isar_e2m: ^0.0.1" to clipboard
virnavi_isar_e2m: ^0.0.1 copied to clipboard

A generic Isar DAO wrapper** that bridges the gap between Isar entities and domain models, streamlining NoSQL database interactions in Flutter applications.

130/ 160
pub points
38
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

0 out of 43 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: virnavi_isar_e2m, virnavi_isar_e2m.BaseNoSqlDao, virnavi_isar_e2m.BaseNoSqlDao.BaseNoSqlDao.new, virnavi_isar_e2m.BaseNoSqlDao.clear, virnavi_isar_e2m.BaseNoSqlDao.delete.

Passed check 10/10 points: Package has an example

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

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:virnavi_isar_e2m/virnavi_isar_e2m.dart that imports:
  • package:virnavi_isar_e2m/src/daos/daos.dart that imports:
  • package:virnavi_isar_e2m/src/daos/base_nosql_dao_impl.dart that imports:
  • package:virnavi_isar_e2m/src/daos/base_nosql_dao.dart that imports:
  • package:virnavi_common_sdk/virnavi_common_sdk.dart that imports:
  • package:virnavi_common_sdk/src/utils/utils.dart that imports:
  • package:virnavi_common_sdk/src/utils/internet_utils.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

WARNING: 'buildQuery' is experimental and could be removed or changed at any time.

lib/src/daos/base_nosql_dao_impl.dart:16:42

   ╷
16 │       () async => await entityCollection.buildQuery().deleteAll(),
   │                                          ^^^^^^^^^^
   ╵

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

WARNING: A value for optional parameter 'correlationId' isn't ever given.

lib/src/daos/base_nosql_dao_impl.dart:90:59

   ╷
90 │   Query<Entity> _buildQuery(List<IdType> idList, {String? correlationId}) {
   │                                                           ^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
isar_community ^3.3.0 3.3.0 3.3.0
isar_community_flutter_libs ^3.3.0 3.3.0 3.3.0
virnavi_common_sdk ^0.0.1 0.0.2 0.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.2.0 2.2.0
get_it - 9.2.1 9.2.1
js - 0.7.2 0.7.2 Discontinued
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
vector_math - 2.2.0 2.3.0

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

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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
38
downloads

Documentation

API reference

Publisher

verified publishervirnavi.com

Weekly Downloads

A generic Isar DAO wrapper** that bridges the gap between Isar entities and domain models, streamlining NoSQL database interactions in Flutter applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, isar_community, isar_community_flutter_libs, virnavi_common_sdk

More

Packages that depend on virnavi_isar_e2m