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