Skip to content

Commit

Permalink
pubspec: flutter_launcher_icons as dep instead of dev dep because fdr…
Browse files Browse the repository at this point in the history
…oid doesn't download it on CI

Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Jan 22, 2021
1 parent 04767fe commit b7770f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
permission_handler: ^5.0.1+1
flutter_launcher_icons: "^0.7.5" # workaround: this doesn't get downloaded on fdroid

dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.7.5"

flutter_icons:
image_path: "media/icone-verde.png"
Expand Down

0 comments on commit b7770f0

Please sign in to comment.