I have my CRUD in laravel and a SQL Database. How can I fetch a database table data and print it in a Text Widget in Flutter ?
Asked
Active
Viewed 645 times
0
-
could you elaborate your questioin?do you want to fetch your laravel api inside the flutter and show in `Text` widget – lava Feb 20 '22 at 08:33
-
@lava :Yes , I want to display some data from a column from a database table (ie: items remaining in stock) inside a text widget in a shop screen in my flutter app. I finished learning Flutter and laravel basics and I can't figure out a way to use them both together , I'm still newbie . – LearningFlutterDev Feb 20 '22 at 08:37
-
https://www.youtube.com/watch?v=PMggRcf2_do. try this this tutorial if your total newbie. – lava Feb 20 '22 at 08:42