From 00cde056174aff59968e8a2543a051bf3d20a7d1 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 1 May 2024 16:26:32 +0200 Subject: [PATCH] chore: refractor --- lib/helper_extension.dart | 1 + pubspec.yaml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/helper_extension.dart b/lib/helper_extension.dart index 2af622a..5f620d6 100644 --- a/lib/helper_extension.dart +++ b/lib/helper_extension.dart @@ -1,5 +1,6 @@ library helper_extension; +export 'src/helper_extension_int.dart'; export 'src/helper_extension_list.dart'; export 'src/helper_extension_map.dart'; export 'src/helper_extension_string.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index fa0a107..fda81fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,10 +15,6 @@ dev_dependencies: sdk: flutter flutter_lints: ^2.0.0 -# For information on the generic Dart part of this file, see the -# following page: https://dart.dev/tools/pub/pubspec - -# The following section is specific to Flutter packages. flutter: # To add assets to your package, add an assets section, like this: