Skip to content

Commit 1869c26

Browse files
authored
feat: Merge beta name changes (#1)
* feat: Merge beta name changes * workflow: Removes dart test because this package has no tests
1 parent 528e57b commit 1869c26

File tree

11 files changed

+265
-135
lines changed

11 files changed

+265
-135
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ jobs:
1818
- run: dart pub get
1919
- run: dart format --fix --set-exit-if-changed .
2020
- run: dart analyze
21-
- run: dart test

CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
1-
## 1.2.4
1+
## 1.3.0
22

3-
- Add `instanceName` to DependencyRegistration annotations
3+
### Features
44

5-
## 1.2.3
5+
Adds support for Navigator 2.0 by updating our fork of AutoRouter to version `5.0.4`.
66

7+
## 1.2.4
8+
- Add `instanceName` to DependencyRegistration annotations
9+
## 1.2.3
710
- Add `bottomsheets` to StackedApp annotations
8-
911
## 1.2.2
10-
1112
- Adds `autoTextFieldValidation` flag on FormView annotation
12-
1313
## 1.2.1
14-
1514
- Remove unused isPassword field from `FormTextField`
16-
1715
## 1.2.0
18-
1916
- Add `dialogs` to StackedApp annotations
20-
2117
## 1.1.0
22-
2318
- Add ambiguate function
24-
2519
## 1.0.0
26-
2720
- Initial version.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Stacked Core
1+
# Stacked Shared
22

3-
This package contains all the code shared between our flutter and pure dart packages to avoid including flutter where it's not required.
3+
This package contains all the code shared between our flutter and pure dart packages to avoid including flutter where it's not required.
File renamed without changes.

lib/src/code_generation/locator/stacked_locator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:get_it/get_it.dart';
2-
import 'package:stacked_core/stacked_core.dart';
2+
import 'package:stacked_shared/stacked_shared.dart';
33

44
/// A thin wrapper around get_it to reduce the number of direct dependencies the user has to depend on.
55
class StackedLocator {

0 commit comments

Comments
 (0)