File tree Expand file tree Collapse file tree 9 files changed +186
-41
lines changed Expand file tree Collapse file tree 9 files changed +186
-41
lines changed Original file line number Diff line number Diff line change 70
70
! ** /ios /** /default.pbxuser
71
71
! ** /ios /** /default.perspectivev3
72
72
! /packages /flutter_tools /test /data /dart_dependencies_test /** /.packages
73
+
74
+ ** /.flutter-plugins-dependencies
75
+ ** /ios /Flutter /flutter_export_environment.sh
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
38
38
targetSdkVersion 28
39
39
versionCode flutterVersionCode. toInteger()
40
40
versionName flutterVersionName
41
- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
41
+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
42
42
}
43
43
44
44
buildTypes {
@@ -56,6 +56,6 @@ flutter {
56
56
57
57
dependencies {
58
58
testImplementation ' junit:junit:4.12'
59
- androidTestImplementation ' com.android.support. test:runner :1.0.2 '
60
- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
59
+ androidTestImplementation ' androidx. test.ext:junit :1.1.1 '
60
+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
61
61
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.2.1 '
8
+ classpath ' com.android.tools.build:gradle:3.5.3 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
2
3
+ android.enableR8 =true
4
+ android.useAndroidX =true
5
+ android.enableJetifier =true
Original file line number Diff line number Diff line change 1
- # Fri Jun 23 08:50:38 CEST 2017
1
+ # Thu Dec 12 15:22:42 MST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
Original file line number Diff line number Diff line change 2
2
# This is a generated file; do not edit or check into version control.
3
3
export " FLUTTER_ROOT=/Users/matthewwhitaker/Projects/FlutterDevelopment/flutter"
4
4
export " FLUTTER_APPLICATION_PATH=/Users/matthewwhitaker/Projects/Flutter_Projects/flutter_html/example"
5
- export " FLUTTER_TARGET=/Users/matthewwhitaker/Projects/Flutter_Projects/flutter_html/example/ lib/main.dart"
5
+ export " FLUTTER_TARGET=lib/main.dart"
6
6
export " FLUTTER_BUILD_DIR=build"
7
7
export " SYMROOT=${SOURCE_ROOT} /../build/ios"
8
8
export " FLUTTER_FRAMEWORK_DIR=/Users/matthewwhitaker/Projects/FlutterDevelopment/flutter/bin/cache/artifacts/engine/ios"
9
9
export " FLUTTER_BUILD_NAME=1.0.0"
10
10
export " FLUTTER_BUILD_NUMBER=1"
11
- export " TRACK_WIDGET_CREATION=true"
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
2
# See https://dart.dev/tools/pub/glossary#lockfile
3
3
packages:
4
+ archive:
5
+ dependency: transitive
6
+ description:
7
+ name: archive
8
+ url: "https://pub.dartlang.org"
9
+ source: hosted
10
+ version: "2.0.11"
11
+ args:
12
+ dependency: transitive
13
+ description:
14
+ name: args
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.5.2"
4
18
async:
5
19
dependency: transitive
6
20
description:
7
21
name: async
8
22
url: "https://pub.dartlang.org"
9
23
source: hosted
10
- version: "2.3 .0"
24
+ version: "2.4 .0"
11
25
boolean_selector:
12
26
dependency: transitive
13
27
description:
@@ -50,6 +64,13 @@ packages:
50
64
url: "https://pub.dartlang.org"
51
65
source: hosted
52
66
version: "2.1.1"
67
+ crypto:
68
+ dependency: transitive
69
+ description:
70
+ name: crypto
71
+ url: "https://pub.dartlang.org"
72
+ source: hosted
73
+ version: "2.1.3"
53
74
css_colors:
54
75
dependency: transitive
55
76
description:
@@ -102,20 +123,27 @@ packages:
102
123
url: "https://pub.dartlang.org"
103
124
source: hosted
104
125
version: "0.14.0+2"
126
+ image:
127
+ dependency: transitive
128
+ description:
129
+ name: image
130
+ url: "https://pub.dartlang.org"
131
+ source: hosted
132
+ version: "2.1.4"
105
133
matcher:
106
134
dependency: transitive
107
135
description:
108
136
name: matcher
109
137
url: "https://pub.dartlang.org"
110
138
source: hosted
111
- version: "0.12.5 "
139
+ version: "0.12.6 "
112
140
meta:
113
141
dependency: transitive
114
142
description:
115
143
name: meta
116
144
url: "https://pub.dartlang.org"
117
145
source: hosted
118
- version: "1.1.7 "
146
+ version: "1.1.8 "
119
147
open_iconic_flutter:
120
148
dependency: transitive
121
149
description:
@@ -218,7 +246,7 @@ packages:
218
246
name: test_api
219
247
url: "https://pub.dartlang.org"
220
248
source: hosted
221
- version: "0.2.5 "
249
+ version: "0.2.11 "
222
250
typed_data:
223
251
dependency: transitive
224
252
description:
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
2
# See https://dart.dev/tools/pub/glossary#lockfile
3
3
packages:
4
+ archive:
5
+ dependency: transitive
6
+ description:
7
+ name: archive
8
+ url: "https://pub.dartlang.org"
9
+ source: hosted
10
+ version: "2.0.11"
11
+ args:
12
+ dependency: transitive
13
+ description:
14
+ name: args
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.5.2"
4
18
async:
5
19
dependency: transitive
6
20
description:
7
21
name: async
8
22
url: "https://pub.dartlang.org"
9
23
source: hosted
10
- version: "2.3 .0"
24
+ version: "2.4 .0"
11
25
boolean_selector:
12
26
dependency: transitive
13
27
description:
@@ -50,6 +64,13 @@ packages:
50
64
url: "https://pub.dartlang.org"
51
65
source: hosted
52
66
version: "2.1.1"
67
+ crypto:
68
+ dependency: transitive
69
+ description:
70
+ name: crypto
71
+ url: "https://pub.dartlang.org"
72
+ source: hosted
73
+ version: "2.1.3"
53
74
css_colors:
54
75
dependency: "direct main"
55
76
description:
@@ -88,20 +109,27 @@ packages:
88
109
url: "https://pub.dartlang.org"
89
110
source: hosted
90
111
version: "0.14.0+2"
112
+ image:
113
+ dependency: transitive
114
+ description:
115
+ name: image
116
+ url: "https://pub.dartlang.org"
117
+ source: hosted
118
+ version: "2.1.4"
91
119
matcher:
92
120
dependency: transitive
93
121
description:
94
122
name: matcher
95
123
url: "https://pub.dartlang.org"
96
124
source: hosted
97
- version: "0.12.5 "
125
+ version: "0.12.6 "
98
126
meta:
99
127
dependency: transitive
100
128
description:
101
129
name: meta
102
130
url: "https://pub.dartlang.org"
103
131
source: hosted
104
- version: "1.1.7 "
132
+ version: "1.1.8 "
105
133
open_iconic_flutter:
106
134
dependency: transitive
107
135
description:
@@ -204,7 +232,7 @@ packages:
204
232
name: test_api
205
233
url: "https://pub.dartlang.org"
206
234
source: hosted
207
- version: "0.2.5 "
235
+ version: "0.2.11 "
208
236
typed_data:
209
237
dependency: transitive
210
238
description:
You can’t perform that action at this time.
0 commit comments