flutter_data 0.5.20
flutter_data: ^0.5.20 copied to clipboard
The seamless way to work with persistent data models in Flutter. Inspired by Ember Data and ActiveRecord.
We analyzed this package on Mar 7, 2021, and awarded it 70 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 128 out of 303 API elements (42.2 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: 'DataModel
lib/src/utils/initialization.dart:13:1
╷
13 │ InternalLocator internalLocatorFn =
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/utils/initialization.dart
INFO: 'package:riverpod/all.dart' is deprecated and shouldn't be used. use `riverpod/riverpod.dart` instead.
lib/flutter_data.dart:8:1
╷
8 │ import 'package:riverpod/all.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/flutter_data.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer | ^0.39.5 | 0.39.17 | 1.1.0 |
async | ^2.4.0 | 2.5.0 | 2.5.0 |
build | ^1.3.0 | 1.3.0 | 1.6.3 |
build_resolvers | ^1.3.11 | 1.3.11 | 1.5.4 |
collection | ^1.14.13 | 1.15.0 | 1.15.0 |
data_state | ^0.3.7 | 0.3.7 | 0.3.7 |
equatable | ^1.2.5 | 1.2.6 | 2.0.0 |
glob | ^1.2.0 | 1.2.0 | 2.0.0 |
hive | ^1.4.4+1 | 1.4.4+1 | 2.0.0 |
http | ^0.12.2 | 0.12.2 | 0.13.0 |
inflection2 | ^0.4.3 | 0.4.3 | 0.4.3 |
json_annotation | ^3.0.1 | 3.1.1 | 4.0.0 |
meta | ^1.1.8 | 1.3.0 | 1.3.0 |
path | ^1.6.4 | 1.8.0 | 1.8.0 |
pubspec_parse | ^0.1.5 | 0.1.8 | 1.0.0 |
riverpod | >=0.11.0 <1.0.0 | 0.12.4 | 0.13.1 |
source_gen | ^0.9.5 | 0.9.7+1 | 0.9.10+3 |
state_notifier | >=0.6.0 <1.0.0 | 0.6.0 | 0.7.0 |
uuid | ^2.0.4 | 2.2.2 | 3.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 7.0.0 | 17.0.0 |
args | - | 1.6.0 | 2.0.0 |
charcode | - | 1.2.0 | 1.2.0 |
checked_yaml | - | 1.0.4 | 2.0.1 |
cli_util | - | 0.2.0 | 0.3.0 |
clock | - | 1.1.0 | 1.1.0 |
convert | - | 2.1.1 | 3.0.0 |
crypto | - | 2.1.5 | 3.0.0 |
csslib | - | 0.16.2 | 0.17.0 |
dart_style | - | 1.3.6 | 1.3.14 |
file | - | 5.2.1 | 6.1.0 |
graphs | - | 0.2.0 | 1.0.0 |
html | - | 0.14.0+4 | 0.15.0 |
http_parser | - | 3.1.4 | 4.0.0 |
intl | - | 0.17.0 | 0.17.0 |
js | - | 0.6.3 | 0.6.3 |
logging | - | 0.11.4 | 1.0.0 |
node_interop | - | 1.2.1 | 1.2.1 |
node_io | - | 1.2.0 | 1.2.0 |
package_config | - | 1.9.3 | 2.0.0 |
pub_semver | - | 1.4.4 | 2.0.0 |
source_span | - | 1.8.1 | 1.8.1 |
string_scanner | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.0 | 1.3.0 |
watcher | - | 0.9.7+15 | 1.0.0 |
yaml | - | 2.2.1 | 3.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 8 issues. Showing the first 2:
The constraint `^0.39.5` on analyzer does not support the stable version `0.40.0`.
Try running dart pub upgrade --major-versions analyzer
to update the constraint.
The constraint `^1.2.5` on equatable does not support the stable version `2.0.0`, that was published 5 days ago.
When equatable is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions equatable
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.3
,
Dart 2.12.0
.