step 5 : add base repository dan dio provider

This commit is contained in:
sindhu
2025-02-15 13:28:38 +07:00
parent 60febfa5c8
commit fe3bbdc10e
2 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import 'package:dio/dio.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
final dioProvider = Provider<Dio>((ref) => Dio());