From e7c1f21c50c0b0f96e008daf3a540918d17c1530 Mon Sep 17 00:00:00 2001 From: Mike Stainer Date: Fri, 21 Jun 2024 13:52:26 +0700 Subject: [PATCH] Added responsive_utils.dart to the library file --- lib/responsive_framework.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/responsive_framework.dart b/lib/responsive_framework.dart index d4f1f12..ab1cf0f 100644 --- a/lib/responsive_framework.dart +++ b/lib/responsive_framework.dart @@ -8,3 +8,4 @@ export 'src/responsive_row_column.dart'; export 'src/responsive_scaled_box.dart'; export 'src/responsive_value.dart'; export 'src/utils/scroll_behavior.dart'; +export 'src/utils/responsive_utils.dart';