Skip to content

Commit af43bc6

Browse files
authored
chore(samples): rename sample app to sample_app and update import paths (#23)
1 parent 9486ece commit af43bc6

File tree

5 files changed

+28
-27
lines changed

5 files changed

+28
-27
lines changed

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stream_feeds_flutter_workspace
2-
repository: https://github.com/GetStream/stream-core-flutter
2+
repository: https://github.com/GetStream/stream-feeds-flutter
33

44
versioning:
55
mode: independent

sample_app/lib/core/di/di_initializer.config.dart

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample_app/lib/core/di/di_initializer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import 'di_initializer.config.dart';
55

66
final locator = GetIt.instance;
77

8-
@injectableInit
8+
@InjectableInit(preferRelativeImports: true)
99
Future<void> initDI({String? env}) => locator.init(environment: env);
1010
Future<void> resetDI({bool dispose = true}) => locator.reset(dispose: dispose);

sample_app/lib/navigation/app_router.gr.dart

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: sample
1+
name: sample_app
22
description: "A demo app for the Stream Feeds SDK"
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44

0 commit comments

Comments
 (0)