Skip to content

Commit

Permalink
chore: refractor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDevApps committed May 1, 2024
1 parent 2718688 commit 00cde05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions lib/helper_extension.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
4 changes: 0 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 00cde05

Please sign in to comment.