Skip to content

Commit

Permalink
chore: update default_example's pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed Aug 2, 2022
1 parent a766119 commit edbc2eb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion example/default_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@ flutter_icons:
ios: true # can specify file name here e.g. "My-Launcher-Icon"
adaptive_icon_background: "assets/images/christmas-background.png" # only available for Android 8.0 devices and above
adaptive_icon_foreground: "assets/images/icon-foreground-432x432.png" # only available for Android 8.0 devices and above
min_sdk_android: 21 # android min sdk min:16, default 21
remove_alpha_ios: true
web:
generate: true
image_path: "path/to/image.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "path/to/image.png"
icon_size: 48 # min:48, max:256, default: 48

dev_dependencies:
flutter_test:
sdk: flutter

flutter:

uses-material-design: true

0 comments on commit edbc2eb

Please sign in to comment.