ms_persist 2.2.2
ms_persist: ^2.2.2 copied to clipboard
A mixin that help you on handling model as a CRUD, you just need implement 3 overrides
We analyzed this package 5 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
21 out of 22 API elements (95.5 %) have documentation comments.
Some symbols that are missing documentation: ms_persist
.
10/10 points: Package has an example
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:ms_persist/ms_persist.dart
that imports:package:ms_persist/src/persist.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:ms_persist/ms_persist.dart
that imports:package:ms_persist/src/persist.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Web`.
Because:
package:ms_persist/ms_persist.dart
that imports:package:ms_persist/src/persist.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ms_persist/ms_persist.dart
that imports:package:ms_persist/src/persist.dart
that imports:package:ms_persist/src/utils.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
meta |
^1.16.0 |
1.16.0 | 1.17.0 | |
ms_map_utils |
>=1.0.0 <2.0.0 |
1.1.0 | 1.1.0 | |
path |
>=1.7.0 <2.0.0 |
1.9.1 | 1.9.1 | |
path_provider |
>=2.0.0 <3.0.0 |
2.1.5 | 2.1.5 | |
sembast |
^3.8.5+1 |
3.8.5+1 | 3.8.5+1 | |
sembast_sqflite |
>=2.0.0 <3.0.0 |
2.2.1 | 2.2.1 | |
sembast_web |
>=2.0.0 <4.0.0 |
2.4.2 | 2.4.2 | |
sqflite |
>=2.0.0 <3.0.0 |
2.4.2 | 2.4.2 | |
sqflite_common_ffi |
^2.3.6 |
2.3.6 | 2.3.6 | |
uuid |
>=3.0.0 <5.0.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
idb_shim |
- | 2.6.7 | 2.6.7 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
path_provider_android |
- | 2.2.18 | 2.2.18 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
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 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
sqlite3 |
- | 2.9.0 | 2.9.0 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 8 errors:
UNDEFINED_CLASS
-lib/src/persist.dart:13:1
- Undefined class 'Database'.NON_TYPE_AS_TYPE_ARGUMENT
-lib/src/persist.dart:28:17
- The name 'Database' isn't a type, so it can't be used as a type argument.UNDEFINED_CLASS
-lib/src/persist.dart:48:3
- Undefined class 'StoreRef'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.