GraphQL with Flutter
Sep 29, 2023 · 4 min read · Let's talk about how to integrate GraphQL with Flutter step by step. Need to add this dependency in pubspec.yaml file. dependencies: graphql_flutter: ^5.1.2 In main.dart file: WidgetsFlutterBinding.ensureInitialized(); await initHiveForFlutter()...
Join discussion
