We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c8ae4 commit 993b263Copy full SHA for 993b263
lib/src/helpers/response_helper.dart
@@ -1,8 +1,8 @@
1
import 'dart:io';
2
3
+import 'package:core/core.dart';
4
import 'package:dart_frog/dart_frog.dart';
-import 'package:ht_api/src/models/request_id.dart';
5
-import 'package:ht_shared/ht_shared.dart';
+import 'package:flutter_news_app_api_server_full_source_code/src/models/request_id.dart';
6
7
/// A utility class to simplify the creation of standardized API responses.
8
abstract final class ResponseHelper {
0 commit comments