File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
lib/src/code_generation/locator Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.2] ( https://github.com/Stacked-Org/core/pull/3 )
2
+ - Fixes argument mismatch with get_it
3
+
1
4
## [ 1.3.1] ( https://github.com/Stacked-Org/core/compare/v1.3.0...v1.3.1 ) (2023-04-12)
2
5
3
6
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ class StackedLocator {
398
398
/// provide a [disposingFunction] . This function overrides the disposing
399
399
/// you might have provided when registering.
400
400
void resetLazySingleton <T extends Object >(
401
- {Object ? instance,
401
+ {T ? instance,
402
402
String ? instanceName,
403
403
void Function (T )? disposingFunction}) =>
404
404
locator.resetLazySingleton <T >(
Original file line number Diff line number Diff line change 1
1
name : stacked_shared
2
2
description : Shared code between the stacked packages.
3
- version : 1.3.1
3
+ version : 1.3.2
4
4
homepage : https://github.com/FilledStacks/stacked/tree/master/packages/stacked_shared
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments