feat: remove dartz in favor of dart 3

This commit is contained in:
Sailesh Dahal
2023-11-06 17:54:35 +05:45
parent 080eee7603
commit 2fcba20ddc
23 changed files with 149 additions and 131 deletions

View File

@ -1,4 +1,4 @@
import 'package:dartz/dartz.dart';
import 'package:flutter_project/shared/domain/models/either.dart';
import 'package:flutter_project/shared/exceptions/http_exception.dart';
class Response {