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

OData Query Builder is a simple Dart package for building OData query parameter for your REST API.

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: ^2.3.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
194
downloads

Publisher

unverified uploader

Weekly Downloads

OData Query Builder is a simple Dart package for building OData query parameter for your REST API.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on odata_query