Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/yx_scope/lib/src/scope_module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ part of 'base_scope_container.dart';
/// late final navigationDep = dep(() => Navigation());
/// }
///
/// class MonitorScopeModule extends ScopeModule<SomeScopeModule> {
/// class MonitorScopeModule extends ScopeModule<SomeScopeContainer> {
/// MonitorScopeModule(super.container);
///
/// late final reporterDep = dep(() => Reporter());
Expand Down
2 changes: 1 addition & 1 deletion packages/yx_scope/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: yx_scope
description: A core package of the compile-safe DI framework with advanced scoping capabilities
version: 1.0.2
repository: 'https://github.com/yandex/yx_scope'
repository: https://github.com/yandex/yx_scope
publish_to: 'none'
topics:
- di
Expand Down
1 change: 0 additions & 1 deletion packages/yx_scope_flutter/example/test/widget_test.dart

This file was deleted.

2 changes: 1 addition & 1 deletion packages/yx_scope_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: yx_scope_flutter
description: An adapter package that provides yx_scope widgets for Flutter UI integration
version: 1.0.2
repository: 'https://github.com/yandex/yx_scope'
repository: https://github.com/yandex/yx_scope
publish_to: 'none'
topics:
- di
Expand Down
2 changes: 1 addition & 1 deletion packages/yx_scope_linter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: yx_scope_linter
description: A package that contains static analysis rules for yx_scope DI framework
version: 0.1.2
repository: 'https://github.com/yandex/yx_scope'
repository: https://github.com/yandex/yx_scope
publish_to: 'none'
topics:
- di
Expand Down