flutter_fixtures_sqflite 0.3.0
flutter_fixtures_sqflite: ^0.3.0 copied to clipboard
SQLite/sqflite implementation for Flutter Fixtures - mock database queries with fixture files
We analyzed this package 45 hours ago, and awarded it 80 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
91 out of 95 API elements (95.8 %) have documentation comments.
Some symbols that are missing documentation: flutter_fixtures_sqflite, flutter_fixtures_sqflite.DatabaseAdapter.DatabaseAdapter.new, flutter_fixtures_sqflite.RecorderDatabaseAdapter.RecorderDatabaseAdapter.new, flutter_fixtures_sqflite.SqfliteFixtureSource.SqfliteFixtureSource.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
ERROR: Classes can only mix in mixins and classes.
lib/src/fixture_database.dart:44:35
╷
44 │ class FixtureDatabaseAdapter with FixtureSelector implements DatabaseAdapter {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fixture_database.dart
ERROR: A value of type 'Duration' can't be assigned to a variable of type 'DataSelectorDelay'.
lib/src/fixture_database.dart:64:18
╷
64 │ this.delay = DataSelectorDelay.instant,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fixture_database.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_fixtures_core |
^0.3.0 |
0.3.1 | 0.3.1 | |
sqflite |
^2.4.1 |
2.4.4 | 2.4.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
platform |
- | 3.2.0 | 3.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
sqflite_android |
- | 2.4.4 | 2.4.4 | |
sqflite_common |
- | 2.5.13 | 2.5.13 | |
sqflite_darwin |
- | 2.4.4 | 2.4.4 | |
sqflite_platform_interface |
- | 2.4.2 | 2.4.2 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
vector_math |
- | 2.4.3 | 2.4.3 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.