Connecting Flutter with Spring Boot Rest API - Part 9 | Connecting Flutter UI with the Spring Boot

preview_player
Показать описание
This tutorial demonstrates how to connect to Spring Boot backend from Flutter UI. We will learn how to consume Spring Boot REST API from Flutter UI. Our Spring Boot backend is ready and in this episode we will code register and get all employees pages using Flutter UI. #SpringBoot #Flutter

Рекомендации по теме
Комментарии
Автор

Thanks for this Tutorial . this helped me to learn Flutter+Springboot and helped me to create my First CRUD based app

shabeeralimsn
Автор

Hello. Thanks so much for the tutorials. I appreciate the opportunity to learn from your great tutorials. Thanks.

gilmcglory
Автор

I have problem with updateEmployee method inside updateEmployee screen. The code is same, but I can't call this method., as if it does not exist and is not defined, but it's exist.

'updateEmployee" must have method body because 'UpdateEmployee' is not abstract

@override
State<StatefulWidget> createState() {
return
}


}

denismacanovic
Автор

4:05, you start to do the "Future<EmployeeModel> registerEmployees" ... and in the 7:00 you finish only returning a MyAlertDialog, how does it work? :o

pedroamarques
Автор

I checked out your code and tried, but I got following error when registering a new employee
Unhandled Exception: HandshakeException: Handshake error
Any idea?

charith