add dependency on adaptive_theme
This commit is contained in:
parent
e0a587bd63
commit
3065d4fdb6
2 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
# Generated by pub
|
||||
# See https://dart.dev/tools/pub/glossary#lockfile
|
||||
packages:
|
||||
adaptive_theme:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: adaptive_theme
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.3.0"
|
||||
alice:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -18,6 +18,7 @@ environment:
|
|||
|
||||
dependencies:
|
||||
alice: ^0.2.4
|
||||
adaptive_theme: ^2.3.0
|
||||
animate_do: ^2.0.0
|
||||
archive: ^3.1.2
|
||||
background_fetch: ^1.0.1
|
||||
|
|
Loading…
Reference in a new issue