Skip to content

Commit a7be98f

Browse files
committed
Change order of the demo images
1 parent d2b9c5f commit a7be98f

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

lib/Utilities/slide.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ final slideList = [
2222
imageUrl: 'assets/view_doc_03.jpg',
2323
),
2424
Slide(
25-
imageUrl: 'assets/view_doc_04.jpg',
25+
imageUrl: 'assets/view_doc_05.jpg',
2626
),
2727
Slide(
28-
imageUrl: 'assets/view_doc_05.jpg',
28+
imageUrl: 'assets/view_doc_04.jpg',
2929
),
3030
];

pubspec.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ packages:
207207
url: "https://pub.dartlang.org"
208208
source: hosted
209209
version: "0.16.1"
210-
js:
211-
dependency: transitive
212-
description:
213-
name: js
214-
url: "https://pub.dartlang.org"
215-
source: hosted
216-
version: "0.6.3-nullsafety.1"
217210
matcher:
218211
dependency: transitive
219212
description:
@@ -227,7 +220,7 @@ packages:
227220
name: meta
228221
url: "https://pub.dartlang.org"
229222
source: hosted
230-
version: "1.3.0-nullsafety.4"
223+
version: "1.3.0-nullsafety.3"
231224
open_file:
232225
dependency: "direct main"
233226
description:
@@ -428,7 +421,7 @@ packages:
428421
name: stack_trace
429422
url: "https://pub.dartlang.org"
430423
source: hosted
431-
version: "1.10.0-nullsafety.2"
424+
version: "1.10.0-nullsafety.1"
432425
stream_channel:
433426
dependency: transitive
434427
description:
@@ -549,5 +542,5 @@ packages:
549542
source: hosted
550543
version: "4.5.1"
551544
sdks:
552-
dart: ">=2.10.2 <=2.11.0-213.1.beta"
545+
dart: ">=2.10.2 <2.11.0"
553546
flutter: ">=1.22.2 <2.0.0"

0 commit comments

Comments
 (0)