Skip to content

Commit 4836a62

Browse files
fix: dart format
1 parent 0ff5f6d commit 4836a62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands:
1010
setup_flutter:
1111
steps:
1212
- flutter/install_sdk_and_pub:
13-
version: 3.27.2
13+
version: 3.24.0
1414
- run:
1515
name: Generate Pigeons
1616
command: sh ./scripts/pigeon.sh
@@ -32,7 +32,7 @@ commands:
3232
steps:
3333
- run:
3434
name: Install patrol
35-
command: dart pub global activate patrol_cli 3.5.0
35+
command: dart pub global activate patrol_cli 3.3.0
3636
# This runs `flutter pub get` and `dart pub get` if we pass parameter `generate_pigeons` to the job it also runs the following:
3737
# - `sh ./scripts/pigeon.sh`
3838
# - `dart run build_runner build --delete-conflicting-outputs`

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dev_dependencies:
3434
flutter_test:
3535
sdk: flutter
3636
flutter_lints: 1.0.4
37-
patrol: ^3.15.2
37+
patrol: ^3.12.0
3838

3939
patrol:
4040
app_name: Instabug example

0 commit comments

Comments
 (0)