Skip to content

Commit 3573e29

Browse files
authored
chore: Removed unused files and cleaned up imports (#366)
- Deleted stac_font_weight.dart parser - Removed stac_font_weight export from widgets.dart - Deleted stac_scroll_physics.dart utility - Removed stac_scroll_physics export from utils.dart
1 parent 3c3fe67 commit 3573e29

File tree

4 files changed

+0
-80
lines changed

4 files changed

+0
-80
lines changed

packages/stac/lib/src/parsers/widgets/stac_font_weight/stac_font_weight.dart

Lines changed: 0 additions & 50 deletions
This file was deleted.

packages/stac/lib/src/parsers/widgets/widgets.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export 'package:stac/src/parsers/widgets/stac_filled_button/stac_filled_button_p
3333
export 'package:stac/src/parsers/widgets/stac_fitted_box/stac_fitted_box_parser.dart';
3434
export 'package:stac/src/parsers/widgets/stac_flexible/stac_flexible_parser.dart';
3535
export 'package:stac/src/parsers/widgets/stac_floating_action_button/stac_floating_action_button_parser.dart';
36-
export 'package:stac/src/parsers/widgets/stac_font_weight/stac_font_weight.dart';
3736
export 'package:stac/src/parsers/widgets/stac_form/stac_form_parser.dart';
3837
export 'package:stac/src/parsers/widgets/stac_form/stac_form_scope.dart';
3938
export 'package:stac/src/parsers/widgets/stac_fractionally_sized_box/stac_fractionally_sized_box_parser.dart';

packages/stac/lib/src/utils/stac_scroll_physics.dart

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
export 'package:stac/src/utils/color_utils.dart';
2-
export 'package:stac/src/utils/stac_scroll_physics.dart';

0 commit comments

Comments
 (0)