Skip to content

Commit

Permalink
deps: Add flutter_color_models
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Nov 15, 2023
1 parent a73175f commit d990df5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
color_models:
dependency: transitive
description:
name: color_models
sha256: "3683f0a461570161ca22b7d3e1765b2ce2bce3534db14e00d5ee458d0287abac"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -414,6 +422,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_color_models:
dependency: "direct main"
description:
name: flutter_color_models
sha256: "8454198ba9a82e533452d0764f1df3d6c3ccc2b33e18eb1f2fedc7ae4a5c43be"
url: "https://pub.dev"
source: hosted
version: "1.3.3+2"
flutter_driver:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -716,6 +732,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
num_utilities:
dependency: transitive
description:
name: num_utilities
sha256: "170695bcafd17a19ee3a060325e7e10fb35bb878c8bcb3e6f5691dde1462c0ae"
url: "https://pub.dev"
source: hosted
version: "1.0.5"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -828,6 +852,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.5.1"
powers:
dependency: transitive
description:
name: powers
sha256: "389ba222d4264655ecd3ffa461921bc707a07e4597b98831d21dd516eed6f496"
url: "https://pub.dev"
source: hosted
version: "1.0.0+2"
process:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ dependencies:
flutter_local_notifications_platform_interface: ^7.0.0+1
flutter_local_notifications: ^16.1.0
crypto: ^3.0.3
flutter_color_models: ^1.3.3+2

dev_dependencies:
flutter_driver:
Expand Down

0 comments on commit d990df5

Please sign in to comment.