forked from fluttercommunity/flutter_launcher_icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
29 lines (26 loc) · 817 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: flutter_launcher_icons
description: A package which simplifies the task of updating your Flutter app's launcher icon.
version: 0.14.1
maintainer: Mark O'Sullivan (@MarkOSullivan94)
homepage: https://github.com/fluttercommunity/flutter_launcher_icons
repository: https://github.com/fluttercommunity/flutter_launcher_icons/
issue_tracker: https://github.com/fluttercommunity/flutter_launcher_icons/issues
dependencies:
args: ^2.5.0
checked_yaml: ^2.0.3
cli_util: ^0.4.1
image: ^4.2.0
json_annotation: ^4.9.0
path: ^1.9.0
yaml: ^3.1.2
environment:
sdk: ">=3.0.0 <4.0.0"
dev_dependencies:
# Needed by build_version
build_runner: ^2.4.12
# https://pub.dev/packages/build_version
build_version: ^2.1.1
json_serializable: ^6.8.0
mockito: ^5.4.4
test: ^1.25.8
test_descriptor: ^2.0.1