Skip to content

Commit dba806d

Browse files
committed
editions 1.1 update
1 parent 01340a5 commit dba806d

File tree

13 files changed

+36
-66
lines changed

13 files changed

+36
-66
lines changed

03-types-and-operations/projects/challenge/bin/challenge.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020 Razeware LLC
1+
// Copyright (c) 2021 Razeware LLC
22
// For full license & permission details, see LICENSE.
33

44
// If you get the error "Target of URI doesn't exist", make sure you have

03-types-and-operations/projects/challenge/pubspec.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,13 @@ packages:
77
name: characters
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.0.0"
11-
meta:
12-
dependency: transitive
13-
description:
14-
name: meta
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "1.2.2"
10+
version: "1.1.0"
1811
pedantic:
1912
dependency: "direct dev"
2013
description:
2114
name: pedantic
2215
url: "https://pub.dartlang.org"
2316
source: hosted
24-
version: "1.9.2"
17+
version: "1.11.0"
2518
sdks:
26-
dart: ">=2.8.1 <3.0.0"
19+
dart: ">=2.12.1 <3.0.0"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: challenge
22

33
environment:
4-
sdk: '>=2.8.1 <3.0.0'
4+
sdk: '>=2.12.1 <3.0.0'
55

66
dependencies:
7-
characters: ^1.0.0
7+
characters: ^1.1.0
88

99
dev_dependencies:
10-
pedantic: ^1.9.0
10+
pedantic: ^1.11.0

03-types-and-operations/projects/final/bin/final.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020 Razeware LLC
1+
// Copyright (c) 2021 Razeware LLC
22
// For full license & permission details, see LICENSE.
33

44
// If you get the error "Target of URI doesn't exist", make sure you have
@@ -152,6 +152,6 @@ doing this.''';
152152
// myVariable = 42; // OK
153153
// myVariable = 'hello'; // OK
154154

155-
Object myVariable = 42;
155+
Object? myVariable = 42;
156156
myVariable = 'hello'; // OK
157157
}

03-types-and-operations/projects/final/pubspec.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,13 @@ packages:
77
name: characters
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.0.0"
11-
meta:
12-
dependency: transitive
13-
description:
14-
name: meta
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "1.2.2"
10+
version: "1.1.0"
1811
pedantic:
1912
dependency: "direct dev"
2013
description:
2114
name: pedantic
2215
url: "https://pub.dartlang.org"
2316
source: hosted
24-
version: "1.9.2"
17+
version: "1.11.0"
2518
sdks:
26-
dart: ">=2.8.1 <3.0.0"
19+
dart: ">=2.12.1 <3.0.0"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: final_project
22

33
environment:
4-
sdk: '>=2.8.1 <3.0.0'
4+
sdk: '>=2.12.1 <3.0.0'
55

66
dependencies:
7-
characters: ^1.0.0
7+
characters: ^1.1.0
88

99
dev_dependencies:
10-
pedantic: ^1.9.0
10+
pedantic: ^1.11.0

03-types-and-operations/projects/mini_exercise/bin/mini_exercise.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020 Razeware LLC
1+
// Copyright (c) 2021 Razeware LLC
22
// For full license & permission details, see LICENSE.
33

44
void main() {
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4-
meta:
5-
dependency: transitive
6-
description:
7-
name: meta
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "1.2.3"
114
pedantic:
125
dependency: "direct dev"
136
description:
147
name: pedantic
158
url: "https://pub.dartlang.org"
169
source: hosted
17-
version: "1.9.2"
10+
version: "1.11.0"
1811
sdks:
19-
dart: ">=2.8.1 <3.0.0"
12+
dart: ">=2.12.1 <3.0.0"

03-types-and-operations/projects/mini_exercise/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: A simple command-line application.
44
# homepage: https://www.example.com
55

66
environment:
7-
sdk: '>=2.8.1 <3.0.0'
7+
sdk: '>=2.12.1 <3.0.0'
88

99
#dependencies:
1010
# path: ^1.7.0
1111

1212
dev_dependencies:
13-
pedantic: ^1.9.0
13+
pedantic: ^1.11.0
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
{
22
"configVersion": 2,
33
"packages": [
4-
{
5-
"name": "meta",
6-
"rootUri": "file:///Users/n382213/.pub-cache/hosted/pub.dartlang.org/meta-1.2.2",
7-
"packageUri": "lib/",
8-
"languageVersion": "1.12"
9-
},
104
{
115
"name": "pedantic",
12-
"rootUri": "file:///Users/n382213/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.2",
6+
"rootUri": "file:///Users/jonathan/.pub-cache/hosted/pub.dartlang.org/pedantic-1.11.0",
137
"packageUri": "lib/",
14-
"languageVersion": "2.1"
8+
"languageVersion": "2.12"
159
},
1610
{
1711
"name": "starter_project",
1812
"rootUri": "../",
1913
"packageUri": "lib/",
20-
"languageVersion": "2.8"
14+
"languageVersion": "2.12"
2115
}
2216
],
23-
"generated": "2020-09-08T14:30:00.459500Z",
17+
"generated": "2021-03-18T11:03:09.231929Z",
2418
"generator": "pub",
25-
"generatorVersion": "2.9.1"
19+
"generatorVersion": "2.12.1"
2620
}

0 commit comments

Comments
 (0)