Rebrand to iiEasy: naming, logo, l10n, docs, assets
Some checks failed
L10n / l10n (push) Has been cancelled
Some checks failed
L10n / l10n (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
19
pubspec.yaml
19
pubspec.yaml
@@ -1,5 +1,5 @@
|
||||
name: conduit
|
||||
description: Open-source mobile client for Open-WebUI
|
||||
description: iiEasy — mobile client for Open-WebUI (based on Conduit). https://iiEasy.ru
|
||||
version: 2.4.3+91
|
||||
publish_to: 'none'
|
||||
|
||||
@@ -94,6 +94,7 @@ dev_dependencies:
|
||||
freezed: ^3.2.0
|
||||
json_serializable: ^6.11.1
|
||||
flutter_native_splash: ^2.4.6
|
||||
flutter_launcher_icons: ^0.14.3
|
||||
riverpod_generator: ^3.0.3
|
||||
riverpod_lint: ^3.0.3
|
||||
custom_lint: ^0.8.0
|
||||
@@ -112,13 +113,12 @@ flutter:
|
||||
- assets/chartjs.min.js
|
||||
|
||||
flutter_native_splash:
|
||||
# Splash background matches the light theme; `color_dark` handles dark mode.
|
||||
# Light theme: white background, dark logo (icon.png). Dark: dark background, light logo (icon_dark.png).
|
||||
color: "#FFFFFF"
|
||||
color_dark: "#0A0A0A"
|
||||
# Image to display on the splash screen
|
||||
image: assets/icons/icon.png
|
||||
# Optional: add icon_dark.png (from logo_dark.svg via scripts/generate_icon_from_svg.sh) and set image_dark: assets/icons/icon_dark.png for dark splash.
|
||||
|
||||
|
||||
# Android specific settings
|
||||
android_12:
|
||||
color: "#FFFFFF"
|
||||
@@ -126,4 +126,13 @@ flutter_native_splash:
|
||||
|
||||
# Web specific settings
|
||||
web: false
|
||||
|
||||
|
||||
# Generate launcher icons. Run: dart run flutter_launcher_icons
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/icons/icon.png"
|
||||
adaptive_icon_foreground: "assets/icons/icon.png"
|
||||
adaptive_icon_background: "#FFFFFF"
|
||||
remove_alpha_ios: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user