mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 14:19:16 +00:00
feat: Add pub:duration as a dependency
This commit is contained in:
parent
edb02764f7
commit
290c4166c5
|
@ -297,6 +297,14 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "5.1.2"
|
||||
duration:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: duration
|
||||
sha256: d0b29d0a345429e3986ac56d60e4aef65b37d11e653022b2b9a4b361332b777f
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.0.12"
|
||||
dynamic_color:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -15,6 +15,7 @@ dependencies:
|
|||
cubit_form: ^2.0.1
|
||||
device_info_plus: ^9.0.2
|
||||
dio: ^5.1.2
|
||||
duration: 3.0.12
|
||||
dynamic_color: ^1.6.5
|
||||
easy_localization: ^3.0.2
|
||||
either_option: ^2.0.1-dev.1
|
||||
|
|
Loading…
Reference in a new issue