import 'package:dio/dio.dart'; var dio = Dio(BaseOptions( baseUrl: "http://localhost:8080", ));