We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 563e4bb + f5fa4d2 commit d705443Copy full SHA for d705443
.github/workflows/publish.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- uses: dart-lang/setup-dart@v1
18
+ with:
19
+ sdk: stable
20
- name: Install dependencies
21
run: dart pub get
22
- name: Test Publish (Dry Run)
CODEOWNERS
@@ -1 +1 @@
1
-* @contentstack/security-admin
+* @contentstack/security-admin
pubspec.yaml
@@ -19,9 +19,9 @@ dependencies:
dev_dependencies:
flutter_lints: ^5.0.0
- build_runner: ^2.0.4
23
- build_test: ^2.1.0
+ build_runner: ^2.4.13
+ build_test: ^2.2.2
24
build_web_compilers: ^4.0.11
25
- json_serializable: ^6.1.5
+ json_serializable: ^6.9.0
26
test: ^1.20.1
27
0 commit comments