Skip to content

Commit bf2af43

Browse files
committed
🚀 Import common exports.
1 parent 89d08fd commit bf2af43

File tree

5 files changed

+6
-111
lines changed

5 files changed

+6
-111
lines changed

lib/src/constants/constants.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
///
55
import 'constants.dart';
66

7+
export 'package:flutter_common_exports/flutter_common_exports.dart';
8+
79
export '../delegates/sort_path_delegate.dart';
810
export '../delegates/text_delegate.dart';
9-
export '../utils/real_debug_print.dart';
1011

1112
export 'colors.dart';
1213
export 'custom_scroll_physics.dart';
13-
export 'screens.dart';
1414

1515
class Constants {
1616
const Constants._();

lib/src/constants/screens.dart

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

lib/src/utils/real_debug_print.dart

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

lib/src/widget/platform_progress_indicator.dart

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

pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ dependencies:
1616
photo_manager: ">=0.5.2 <2.0.0"
1717
provider: ^4.1.2
1818
video_player: ">=0.10.11 <2.0.0"
19+
20+
flutter_common_exports:
21+
git:
22+
url: "https://github.com/AlexVincent525/flutter_common_exports.git"

0 commit comments

Comments
 (0)