tvf_flutter_schema 1.1.0
tvf_flutter_schema: ^1.1.0 copied to clipboard
KOMBU IoT System - GraphQL Schema for Flutter/Dart (Mobile-focused). Provides GraphQL queries, mutations, and a direct GraphQL client for mobile app development with AWS Amplify. Uses GraphQL directly [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tvf_flutter_schemaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tvf_flutter_schema: ^1.1.0Alternatively, 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:tvf_flutter_schema/tvf_flutter_schema.dart';