sanity_client 1.8.1 copy "sanity_client: ^1.8.1" to clipboard
sanity_client: ^1.8.1 copied to clipboard

Native Dart client to run GROQ queries and fetch documents from Sanity.io

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sanity_client
copied to clipboard

With Flutter:

 $ flutter pub add sanity_client
copied to clipboard

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

dependencies:
  sanity_client: ^1.8.1
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:sanity_client/sanity_client.dart';
copied to clipboard
5
likes
0
points
450
downloads

Publisher

verified publishervyuh.tech

Weekly Downloads

2024.09.24 - 2025.04.08

Native Dart client to run GROQ queries and fetch documents from Sanity.io

Homepage
Repository (GitHub)
View/report issues

Topics

#sanity #client #query #json #vyuh

License

unknown (license)

Dependencies

eventflux, flutter, http, json_annotation

More

Packages that depend on sanity_client