Database-agnostic ORM for Dart applications.
TODO: Mention that this is basically Eloquent.
Add this to your package's pubspec.yaml file:
dependencies:
query_builder: "^0.0.2"
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:query_builder/query_builder.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.2 | Jun 11, 2017 |
|
|
0.0.1 | Apr 19, 2017 |
|
|
0.0.0 | Mar 29, 2017 |
|
|
We analyzed this package on Apr 9, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
97 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
80 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
45 |
Detected platforms: Flutter, web, other
No platform restriction found in primary library
package:query_builder/query_builder.dart
.
Maintain CHANGELOG.md
.
Changelog entries help clients to follow the progress in your code.
Package is pre-v1 release.
While there is nothing inherently wrong with versions of
0.*.*
, it usually means that the author is still experimenting with the general direction API.
Fix analysis and formatting issues.
Analysis or formatting checks reported 6 hints.
Run
dartfmt
to formatlib/query_builder.dart
.Run
dartfmt
to formatlib/src/data_store.dart
.Similar analysis of the following files failed:
lib/src/equality.dart
(hint)lib/src/exception.dart
(hint)lib/src/repository.dart
(hint)lib/src/results/results.dart
(hint)
Maintain an example.
Create a short demo in the
example/
directory to show how to use this package. Common file name patterns include:main.dart
,example.dart
or you could also usequery_builder.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.19.0 | ||
Dev dependencies | |||
test | ^0.12.0 |