skip to Main Content

Flutter/dart – Connection failed

I created the simplest GET (spring boot backend) imaginable: [...] @GetMapping("basic") @ResponseBody public void basic2() { System.out.println("basic get invoked"); } [...] I'm trying to create a flutter mobile app client for this. I can invoke it via curl and I…

VIEW QUESTION
Back To Top
Search