Skip to content

Instantly share code, notes, and snippets.

@rubywai
Created June 7, 2025 05:06
Show Gist options
  • Save rubywai/22822f9a3dcd2df58508bfbf1204f528 to your computer and use it in GitHub Desktop.
Save rubywai/22822f9a3dcd2df58508bfbf1204f528 to your computer and use it in GitHub Desktop.
dio mock
import 'package:dio/dio.dart';
import 'package:mockito/annotations.dart';
@GenerateMocks([Dio])
void main() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment