Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 92157ce

Browse files
remove uuid,
1 parent 03a03a2 commit 92157ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎example/test/widget_test.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'package:flutter_whip_example_app/main.dart';
1313
void main() {
1414
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
1515
// Build our app and trigger a frame.
16-
await tester.pumpWidget(constMyApp());
16+
await tester.pumpWidget(MyApp());
1717

1818
// Verify that our counter starts at 0.
1919
expect(find.text('0'), findsOneWidget);

‎pubspec.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
flutter_webrtc: ^0.14.1
1111
http: ^1.1.0
1212
sdp_transform: ^0.3.2
13-
uuid: ^3.0.3
1413
web_socket_channel: ^2.0.0
1514

1615
dev_dependencies:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /