dart user service, dependency injection with riverpod

This commit is contained in:
2025-01-01 12:05:39 +00:00
parent cf3c34fb2f
commit bdd4042cef
22 changed files with 502 additions and 115 deletions
+1 -3
View File
@@ -1,3 +1 @@
int calculate() {
return 6 * 7;
}
@@ -1,8 +0,0 @@
import 'package:db_client/db_client.dart';
import 'package:test/test.dart';
void main() {
test('calculate', () {
expect(calculate(), 42);
});
}