chore(llc, core, ui): bump dio to ^5.2.0.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-06 15:17:06 +05:30
committed by xsahil03x
parent c307ee86f9
commit 7ef9dea72b
14 changed files with 85 additions and 77 deletions
@@ -91,8 +91,8 @@ void main() {
);
const errorMessage = 'Error! Error! Error!';
final error = DioError(
type: DioErrorType.badResponse,
final error = DioException(
type: DioExceptionType.badResponse,
message: errorMessage,
requestOptions: RequestOptions(),
);