In this video, we will learn how to run a custom query to MySQL database and use it from FlutterFlow with a simple and quick setup using ApiFlow custom flows
CLONE FLUTTERFLOW + MYSQL PROJECT HERE (add your ApiFlow endpoint and header to API Call)
https://app.flutterflow.io/project/my...
START USING FLUTTERFLOW WITH MYSQL
https://apiflow.me/connect/flutterflo...
We connect MySQL database as the backend for FlutterFlow project, setup secure access and import API into FlutterFlow. Next, we build an app to run a custom query to the MySQL table and import the result dataset into FlutterFlow chart component
00:00 Introduction to custom MySQL queries demo
00:52 MySQL + FlutterFlow integration project setup
02:10 Create a custom flow to call MySQL query
05:17 Map MySQL data to FlutterFlow data type
06:40 Use MySQL query result with FlutterFlow chart
09:27 Test custom MySQL query in FlutterFlow application