Skip to content

Commit 6ebc49f

Browse files
committed
chore: minor fixes
1 parent 0946db6 commit 6ebc49f

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

example/pubspec.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -604,14 +604,6 @@ packages:
604604
relative: true
605605
source: path
606606
version: "1.0.0-alpha.15"
607-
timezone:
608-
dependency: "direct main"
609-
description:
610-
name: timezone
611-
sha256: ffc9d5f4d1193534ef051f9254063fa53d588609418c84299956c3db9383587d
612-
url: "https://pub.dev"
613-
source: hosted
614-
version: "0.10.0"
615607
todo:
616608
dependency: transitive
617609
description:

example/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ dependencies:
1717
time: ^2.1.4
1818
timetable:
1919
path: ../
20-
# Optional: it is only required for displaying current time indicator with specific time zone
21-
timezone: ^0.10.0
20+
# Optional: only needed if you want to display the current time indicator using a specific time zone.
21+
# You may use any alternative package as well.
22+
# timezone: ^0.10.0
2223

2324
dev_dependencies:
2425
supernova:

0 commit comments

Comments
 (0)