Skip to content

Commit ca0c33e

Browse files
committed
ci: setup version
1 parent c2a4d0a commit ca0c33e

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

.github/workflows/netglade_analysis-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: dart-lang/setup-dart@v1
29+
with:
30+
sdk: 3.5.0
2931

3032
- name: Install Dependencies
3133
run: dart pub get

.github/workflows/netglade_flutter_utils-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: subosito/flutter-action@v2.16.0
29+
with:
30+
channel: stable
31+
flutter-version: 3.24.0
2932

3033
- name: Install Dependencies
3134
run: flutter pub get

.github/workflows/netglade_utils-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: dart-lang/setup-dart@v1
29+
with:
30+
sdk: 3.5.0
2931

3032
- name: Install Dependencies
3133
run: dart pub get

packages/netglade_flutter_utils/lib/netglade_flutter_utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// NetGlade Flutter utils library
22
/// used internally at netglade.
3-
library netglade_flutter_utils;
3+
library;
44

55
export 'src/conditionals/conditionals.dart';
66
export 'src/extensions/extensions.dart';

packages/netglade_utils/lib/netglade_utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// NetGlade Dart utils library
22
/// used internally at netglade.
3-
library netglade_utils;
3+
library;
44

55
export 'src/copy/copy.dart';
66
export 'src/extensions/extensions.dart';

0 commit comments

Comments
 (0)