Tanay Banerjeeiamtanaybanerjee.hashnode.dev·Sep 29, 2023GraphQL with FlutterLet'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()...57 readsGraphQL
Arbaz Shaikharbazshaikh.hashnode.dev·Jan 21, 2023Flutter & GraphQL: The Perfect Match for Building a Next-Generation Mobile AppAre you tired of building mobile apps with clunky, outdated technologies? Look no further than Flutter - the revolutionary open-source mobile application development framework created by Google. With Flutter, you can easily create beautiful, responsi...2 likes·282 readsFlutter