Files
universal_ble/example/flutter_launcher_icons.yaml
T
Rohit Sangwan 895dcbe343 Improve example app UI (#193)
* Improve example app ui

* Store favorite services in local storage

* Use Text instead of SelectableText

* Improve colors

* Fix flutter analyzer issues

* Revert example app minimum sdk requirement

* Implement hasPermission api and improve ui flow

* More ui improvements

* Improve ScannedItem ui

* Improve control ui

* Change color theme to blue

* Minor improvements wip

* improve responsive ui and flow

* More improvements

* More improvements

* Update Mac podfile

* Fix home page scroll view

* Update app and package name

* Revert changelog

* Resolve Ai comments

---------

Co-authored-by: Foti Dim <foti@navideck.com>
2025-12-21 08:51:36 +01:00

28 lines
667 B
YAML

# flutter pub run flutter_launcher_icons
flutter_launcher_icons:
image_path: "assets/icon.png"
android: "ic_launcher"
image_path_android: "assets/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
# adaptive_icon_background: "#2C2B2B"
# adaptive_icon_foreground: "assets/ic_launcher_monochrome.png"
ios: true
remove_alpha_ios: true
web:
generate: true
image_path: "assets/icon.png"
# background_color: "#2C2B2B"
# theme_color: "#2C2B2B"
windows:
generate: true
image_path: "assets/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon.png"