File tree Expand file tree Collapse file tree 13 files changed +36
-66
lines changed
03-types-and-operations/projects Expand file tree Collapse file tree 13 files changed +36
-66
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
2518sdks:
26- dart: ">=2.8 .1 <3.0.0"
19+ dart: ">=2.12 .1 <3.0.0"
Original file line number Diff line number Diff line change 11name : challenge
22
33environment :
4- sdk : ' >=2.8 .1 <3.0.0'
4+ sdk : ' >=2.12 .1 <3.0.0'
55
66dependencies :
7- characters : ^1.0 .0
7+ characters : ^1.1 .0
88
99dev_dependencies :
10- pedantic : ^1.9 .0
10+ pedantic : ^1.11 .0
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 "
2518sdks:
26- dart: ">=2.8 .1 <3.0.0"
19+ dart: ">=2.12 .1 <3.0.0"
Original file line number Diff line number Diff line change 11name : final_project
22
33environment :
4- sdk : ' >=2.8 .1 <3.0.0'
4+ sdk : ' >=2.12 .1 <3.0.0'
55
66dependencies :
7- characters : ^1.0 .0
7+ characters : ^1.1 .0
88
99dev_dependencies :
10- pedantic : ^1.9 .0
10+ pedantic : ^1.11 .0
Original file line number Diff line number Diff line change 1- // Copyright (c) 2020 Razeware LLC
1+ // Copyright (c) 2021 Razeware LLC
22// For full license & permission details, see LICENSE.
33
44void main () {
Original file line number Diff line number Diff line change 11# Generated by pub
22# See https://dart.dev/tools/pub/glossary#lockfile
33packages:
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 "
1811sdks:
19- dart: ">=2.8 .1 <3.0.0"
12+ dart: ">=2.12 .1 <3.0.0"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: A simple command-line application.
44# homepage: https://www.example.com
55
66environment :
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
1212dev_dependencies :
13- pedantic : ^1.9 .0
13+ pedantic : ^1.11 .0
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments