File tree 4 files changed +8
-28
lines changed
4 files changed +8
-28
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ packages:
23
23
source: hosted
24
24
version: "1.1.2"
25
25
chewie:
26
- dependency: "direct main "
26
+ dependency: "direct dev "
27
27
description:
28
28
name: chewie
29
29
url: "https://pub.dartlang.org"
@@ -61,7 +61,7 @@ packages:
61
61
source: path
62
62
version: "1.0.0"
63
63
image_picker:
64
- dependency: "direct main "
64
+ dependency: "direct dev "
65
65
description:
66
66
name: image_picker
67
67
url: "https://pub.dartlang.org"
@@ -96,7 +96,7 @@ packages:
96
96
source: hosted
97
97
version: "1.6.2"
98
98
path_provider:
99
- dependency: "direct main "
99
+ dependency: "direct dev "
100
100
description:
101
101
name: path_provider
102
102
url: "https://pub.dartlang.org"
Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ dependencies:
12
12
# The following adds the Cupertino Icons font to your application.
13
13
# Use with the CupertinoIcons class for iOS style icons.
14
14
cupertino_icons : ^0.1.2
15
- path_provider : ^0.5.0+1
16
- image_picker : ^0.5.0+3
17
- chewie : ^0.9.5
18
15
19
16
dev_dependencies :
20
17
flutter_test :
21
18
sdk : flutter
22
19
20
+ path_provider : ^0.5.0+1
21
+ image_picker : ^0.5.0+3
22
+ chewie : ^0.9.5
23
+
23
24
flutter_uploader :
24
25
path : ../
25
26
Original file line number Diff line number Diff line change 4
4
// utility that Flutter provides. For example, you can send tap and scroll
5
5
// gestures. You can also use WidgetTester to find child widgets in the widget
6
6
// 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
- }
Original file line number Diff line number Diff line change 1
1
name : flutter_uploader
2
2
description : background upload plugin for flutter
3
3
version : 1.0.0
4
- author : onikiri
4
+ author :
onikiri <[email protected] >
5
5
homepage : https://github.com/BlueChilli/flutter_uploader
6
6
7
7
environment :
You can’t perform that action at this time.
0 commit comments