Try Optimizely Content Graph with Flutter on mobile.
- Replace all Optimizely Content Graph key eBrGunULiC5TziTCtiOLEmov2LijBf30obh0KmhcBlyTktGZ with your key
- Run ./generateSchema.main.kts to generate the lib\schema.graphql file (The Kotlin command-line compiler is needed https://kotlinlang.org/docs/command-line.html)
- Run dart run build_runner build --delete-conflicting-outputs to generate Dart Graphql client code.
- Build and run.