flora_orm 3.3.1 copy "flora_orm: ^3.3.1" to clipboard
flora_orm: ^3.3.1 copied to clipboard

Flutter plugin for ORM in front of storage like sqflite and shared_preferences

140/ 160
pub points
456
downloads

We analyzed this package 2 hours ago, and awarded it 140 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: BSD-3-Clause.

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

467 out of 773 API elements (60.4 %) have documentation comments.

Some symbols that are missing documentation: builder, builder.entityPropsBuilder, flora_orm, flora_orm.ChangeNotifier.ChangeNotifier.new, flora_orm.ColumnDefinition.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ 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 `Windows`.

Because:

  • package:flora_orm/flora_orm.dart that imports:
  • package:flora_orm/src/orm_context.dart that imports:
  • package:flora_orm/engines/sqflite_storage.dart that imports:
  • package:flora_orm/src/engines/sqflite_engine.dart that imports:
  • package:flora_orm/src/contexts/sqflite_store_context.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:flora_orm/flora_orm.dart that imports:
  • package:flora_orm/src/orm_context.dart that imports:
  • package:flora_orm/engines/sqflite_storage.dart that imports:
  • package:flora_orm/src/engines/sqflite_engine.dart that imports:
  • package:flora_orm/src/contexts/sqflite_store_context.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:flora_orm/flora_orm.dart that imports:
  • package:flora_orm/src/orm_context.dart that imports:
  • package:flora_orm/engines/sqflite_storage.dart that imports:
  • package:flora_orm/src/engines/sqflite_engine.dart that imports:
  • package:flora_orm/src/contexts/sqflite_store_context.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flora_orm/flora_orm.dart that imports:
  • package:flora_orm/src/orm_context.dart that imports:
  • package:flora_orm/engines/sqflite_storage.dart that imports:
  • package:flora_orm/src/engines/sqflite_engine.dart that imports:
  • package:flora_orm/src/contexts/sqflite_store_context.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

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

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 254 issues. Showing the first 2:

INFO: Missing documentation for a public member.

lib/builder.dart:6:9

  ╷
6 │ Builder entityPropsBuilder(BuilderOptions options) =>
  │         ^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Missing documentation for a public member.

lib/src/bloc/test.entity.dart:7:7

  ╷
7 │ class TestEntity extends Entity<TestEntity, TestEntityMeta>
  │       ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/bloc/test.entity.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
analyzer ^7.3.0 7.7.1 9.0.0
build ^2.4.1 2.4.2 4.0.2
build_config ^1.1.1 1.2.0 1.2.0
collection ^1.18.0 1.19.1 1.19.1
equatable ^2.0.3 2.0.7 2.0.7
meta ^1.7.0 1.16.0 1.17.0
path ^1.9.0 1.9.1 1.9.1
path_provider ^2.0.11 2.1.5 2.1.5
shared_preferences ^2.0.15 2.5.3 2.5.3
source_gen ^2.0.0 2.0.0 4.0.2
sqflite ^2.0.3 2.4.2 2.4.2
sqflite_common ^2.5.4+5 2.5.6 2.5.6
sqflite_common_ffi ^2.3.4 2.3.6 2.3.6
uuid ^4.2.2 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 85.0.0 92.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
checked_yaml - 2.0.4 2.0.4
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dart_style - 3.1.1 3.1.2
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.1.3 2.1.3
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
package_config - 2.2.0 2.2.0
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.3 2.4.3
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
shared_preferences_android - 2.4.15 2.4.15
shared_preferences_foundation - 2.5.5 2.5.5
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
sqlite3 - 2.9.4 2.9.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
watcher - 1.1.4 1.1.4
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

Found 3 issues. Showing the first 2:

The constraint `^7.3.0` on analyzer does not support the stable version `8.0.0`.

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

The constraint `^2.4.1` on build does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions build 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:
3
likes
140
points
456
downloads

Publisher

verified publishertatlacas.com

Weekly Downloads

Flutter plugin for ORM in front of storage like sqflite and shared_preferences

Repository (GitHub)
View/report issues

Topics

#sql #database #orm #storage #persistence

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

analyzer, build, build_config, collection, equatable, flutter, meta, path, path_provider, shared_preferences, source_gen, sqflite, sqflite_common, sqflite_common_ffi, uuid

More

Packages that depend on flora_orm