dartpollo_annotation 0.1.0-alpha.1 copy "dartpollo_annotation: ^0.1.0-alpha.1" to clipboard
dartpollo_annotation: ^0.1.0-alpha.1 copied to clipboard

Shared types and annotations for the dartpollo GraphQL client and generator.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartpollo_annotation

With Flutter:

 $ flutter pub add dartpollo_annotation

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

dependencies:
  dartpollo_annotation: ^0.1.0-alpha.1

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:dartpollo_annotation/dartpollo_annotation.dart';
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Shared types and annotations for the dartpollo GraphQL client and generator.

Repository (GitHub)
View/report issues

Topics

#graphql #codegen #annotation

License

MIT (license)

Dependencies

equatable, gql, gql_exec, json_annotation, pedantic_mono, yaml

More

Packages that depend on dartpollo_annotation