odata_query 1.0.0 copy "odata_query: ^1.0.0" to clipboard
odata_query: ^1.0.0 copied to clipboard

OData Query Builder is a simple Dart package for building OData query strings that you can concatenate to your REST API endpoints.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add odata_query

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  odata_query: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:odata_query/odata_query.dart';
4
likes
160
points
196
downloads

Publisher

unverified uploader

Weekly Downloads

OData Query Builder is a simple Dart package for building OData query strings that you can concatenate to your REST API endpoints.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on odata_query