Skip to content

Commit

Permalink
fixed pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Oct 14, 2021
1 parent ec7f90e commit d161b82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ packages:
source: hosted
version: "0.12.10"
meta:
dependency: transitive
dependency: "direct dev"
description:
name: meta
url: "https://pub.dartlang.org"
Expand Down
9 changes: 6 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: icon_decoration
description: Add decoration capabilities for the Icon widget with shadows, borders, gradients.
description: Add decoration capabilities for the Icon widget with shadows,
borders, gradients.
version: 1.0.0
homepage:
homepage: https://github.com/TesteurManiak/icon_decoration
repository: https://github.com/TesteurManiak/icon_decoration

environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -12,10 +14,11 @@ dependencies:
sdk: flutter

dev_dependencies:
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
golden_toolkit: ^0.10.0
meta: ^1.7.0

flutter:
uses-material-design: true

0 comments on commit d161b82

Please sign in to comment.