Skip to content

Commit b4a0b20

Browse files
committed
update example
1 parent 251989b commit b4a0b20

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages:
2323
source: hosted
2424
version: "1.1.2"
2525
chewie:
26-
dependency: "direct main"
26+
dependency: "direct dev"
2727
description:
2828
name: chewie
2929
url: "https://pub.dartlang.org"
@@ -61,7 +61,7 @@ packages:
6161
source: path
6262
version: "1.0.0"
6363
image_picker:
64-
dependency: "direct main"
64+
dependency: "direct dev"
6565
description:
6666
name: image_picker
6767
url: "https://pub.dartlang.org"
@@ -96,7 +96,7 @@ packages:
9696
source: hosted
9797
version: "1.6.2"
9898
path_provider:
99-
dependency: "direct main"
99+
dependency: "direct dev"
100100
description:
101101
name: path_provider
102102
url: "https://pub.dartlang.org"

example/pubspec.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ dependencies:
1212
# The following adds the Cupertino Icons font to your application.
1313
# Use with the CupertinoIcons class for iOS style icons.
1414
cupertino_icons: ^0.1.2
15-
path_provider: ^0.5.0+1
16-
image_picker: ^0.5.0+3
17-
chewie: ^0.9.5
1815

1916
dev_dependencies:
2017
flutter_test:
2118
sdk: flutter
2219

20+
path_provider: ^0.5.0+1
21+
image_picker: ^0.5.0+3
22+
chewie: ^0.9.5
23+
2324
flutter_uploader:
2425
path: ../
2526

example/test/widget_test.dart

-21
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,3 @@
44
// utility that Flutter provides. For example, you can send tap and scroll
55
// gestures. You can also use WidgetTester to find child widgets in the widget
66
// tree, read text, and verify that the values of widget properties are correct.
7-
8-
import 'package:flutter/material.dart';
9-
import 'package:flutter_test/flutter_test.dart';
10-
11-
import 'package:flutter_uploader_example/main.dart';
12-
13-
void main() {
14-
testWidgets('Verify Platform version', (WidgetTester tester) async {
15-
// Build our app and trigger a frame.
16-
await tester.pumpWidget(MyApp());
17-
18-
// Verify that platform version is retrieved.
19-
expect(
20-
find.byWidgetPredicate(
21-
(Widget widget) => widget is Text &&
22-
widget.data.startsWith('Running on:'),
23-
),
24-
findsOneWidget,
25-
);
26-
});
27-
}

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_uploader
22
description: background upload plugin for flutter
33
version: 1.0.0
4-
author: onikiri
4+
author: onikiri <[email protected]>
55
homepage: https://github.com/BlueChilli/flutter_uploader
66

77
environment:

0 commit comments

Comments
 (0)