8000 Downgrade pedantic version to 1.9.0. · next-coder/flutter-webrtc@beff368 · GitHub
[go: up one dir, main page]

Skip to content

Commit beff368

Browse files
committed
Downgrade pedantic version to 1.9.0.
1 parent 4441a34 commit beff368

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ dependencies:
1010
# Use with the CupertinoIcons class for iOS style icons.
1111
cupertino_icons: ^0.1.0
1212

13-
dev_dependencies:
14-
flutter_test:
15-
sdk: flutter
16-
1713
flutter_webrtc:
1814
path: ../
1915

2016
# Required for MediaRecorder example
2117
path_provider:
2218

23-
pedantic: ^1.9.2
19+
dev_dependencies:
20+
flutter_test:
21+
sdk: flutter
22+
23+
pedantic: ^1.9.0
2424

2525
# For information on the generic Dart part of this file, see the
2626
# following page: https://www.dartlang.org/tools/pub/pubspec

pubspec.yaml

Lines changed: 1 addition & 1 deletion
67B7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
sdk: flutter
1111

1212
dev_dependencies:
13-
pedantic: ^1.9.2
13+
pedantic: ^1.9.0
1414

1515
flutter:
1616
plugin:

0 commit comments

Comments
 (0)
0