refactor: Update README for asset paths and build command
- Changed asset paths for Google Play and App Store badges to point to the correct directory. - Updated the demo GIF path to reflect the new location in the screenshots folder. - Modified the build command in the setup instructions to use 'dart run' instead of 'flutter pub run' for better compatibility. - Removed outdated demo GIF and store badge images that are no longer needed.
12
README.md
@@ -7,10 +7,10 @@
|
||||
|
||||
|
||||
<a href="https://play.google.com/store/apps/details?id=app.cogwheel.conduit">
|
||||
<img src="store-badges/google.webp" alt="Get it on Google Play" style="height:56px;"/>
|
||||
<img src="docs/store-badges/google.webp" alt="Get it on Google Play" style="height:56px;"/>
|
||||
</a>
|
||||
<a href="https://apps.apple.com/us/app/conduit-open-webui-client/id6749840287">
|
||||
<img src="store-badges/apple.webp" alt="Download on the App Store" style="height:56px;"/>
|
||||
<img src="docs/store-badges/apple.webp" alt="Download on the App Store" style="height:56px;"/>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
@@ -18,7 +18,7 @@
|
||||
<br>
|
||||
|
||||
<div align="center">
|
||||
<img src="docs/conduit-demo.gif" alt="Conduit Demo" style="height:600px;"/>
|
||||
<img src="docs/screenshots/conduit-demo.gif" alt="Conduit Demo" style="height:600px;"/>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
@@ -49,7 +49,7 @@ Conduit is an open-source, cross-platform mobile application for Open-WebUI, pro
|
||||
```bash
|
||||
git clone https://github.com/cogwheel0/conduit && cd conduit
|
||||
flutter pub get
|
||||
flutter pub run build_runner build --delete-conflicting-outputs
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
flutter run -d ios # or: -d android
|
||||
```
|
||||
|
||||
@@ -80,7 +80,7 @@ Conduit supports multiple authentication flows when connecting to your Open‑We
|
||||
|
||||
| | | | |
|
||||
| --- | --- | --- | --- |
|
||||
| <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png" alt="Screenshot 2" width="200" /> | <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png" alt="Screenshot 3" width="200" /> | <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png" alt="Screenshot 4" width="200" /> | <img src="android/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png" alt="Screenshot 5" width="200" /> |
|
||||
| <img src="docs/screenshots/1.png" alt="Chat" width="200" /> | <img src="docs/screenshots/2.png" alt="Model Selector" width="200" /> | <img src="docs/screenshots/3.png" alt="Chat Drawer" width="200" /> | <img src="docs/screenshots/4.png" alt="Settings" width="200" /> |
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -104,7 +104,7 @@ flutter pub get
|
||||
|
||||
3. Generate code:
|
||||
```bash
|
||||
flutter pub run build_runner build --delete-conflicting-outputs
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
```
|
||||
|
||||
4. Run the app:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@mipmap/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
|
||||
</adaptive-icon>
|
||||
BIN
android/app/src/debug/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
android/app/src/debug/res/mipmap-hdpi/ic_launcher_background.png
Normal file
|
After Width: | Height: | Size: 845 B |
BIN
android/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
android/app/src/debug/res/mipmap-hdpi/ic_launcher_monochrome.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
android/app/src/debug/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
android/app/src/debug/res/mipmap-mdpi/ic_launcher_background.png
Normal file
|
After Width: | Height: | Size: 451 B |
BIN
android/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
android/app/src/debug/res/mipmap-mdpi/ic_launcher_monochrome.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
android/app/src/debug/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
BIN
android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
BIN
android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1 @@
|
||||
https://github.com/cogwheel0/conduit/releases/tag/v2.1.8
|
||||
BIN
docs/screenshots/1.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
docs/screenshots/2.png
Normal file
|
After Width: | Height: | Size: 608 KiB |
BIN
docs/screenshots/3.png
Normal file
|
After Width: | Height: | Size: 349 KiB |
BIN
docs/screenshots/4.png
Normal file
|
After Width: | Height: | Size: 279 KiB |
|
Before Width: | Height: | Size: 42 MiB After Width: | Height: | Size: 23 MiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |