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
-8
View File
@@ -1,8 +0,0 @@
import 'package:backend_dart/backend_dart.dart';
import 'package:test/test.dart';
void main() {
test('calculate', () {
expect(calculate(), 42);
});
}