fenv_graphql_core 0.2.0 copy "fenv_graphql_core: ^0.2.0" to clipboard
fenv_graphql_core: ^0.2.0 copied to clipboard

Runtime library providing core functionality for fenv GraphQL code generation, including query runners and state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fenv_graphql_core

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

dependencies:
  fenv_graphql_core: ^0.2.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:fenv_graphql_core/fenv_graphql_core.dart';
1
likes
130
points
180
downloads

Publisher

verified publisherjerry.company

Weekly Downloads

Runtime library providing core functionality for fenv GraphQL code generation, including query runners and state management.

Repository (GitHub)
View/report issues

Topics

#graphql #state-management #flutter #hooks #pagination

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_hooks, freezed_annotation, gql, graphql, graphql_flutter, hooks_riverpod

More

Packages that depend on fenv_graphql_core