895dcbe343
* 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>
33 lines
873 B
YAML
33 lines
873 B
YAML
package_rename_config:
|
|
android:
|
|
app_name: "Universal BLE"
|
|
package_name: "com.navideck.universalble"
|
|
override_old_package: "com.navideck.universal_ble_example"
|
|
lang: "kotlin"
|
|
|
|
ios:
|
|
app_name: "Universal BLE"
|
|
bundle_name: "Universal BLE"
|
|
package_name: "com.navideck.universalble"
|
|
|
|
linux:
|
|
app_name: "Universal BLE"
|
|
package_name: "com.navideck.universalble"
|
|
exe_name: "universal_ble"
|
|
|
|
macos:
|
|
app_name: "Universal BLE"
|
|
package_name: "com.navideck.universalble"
|
|
copyright_notice: "Copyright © 2023 com.navideck. All rights reserved."
|
|
|
|
windows:
|
|
app_name: "Universal BLE"
|
|
organization: "Navideck"
|
|
copyright_notice: "Copyright © 2023 com.navideck. All rights reserved."
|
|
exe_name: "universal_ble"
|
|
|
|
web:
|
|
app_name: "Universal BLE"
|
|
short_app_name: "Universal BLE"
|
|
description: "Universal BLE"
|