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.
This commit is contained in:
cogwheel0
2025-10-21 13:23:08 +05:30
parent fba10ef43a
commit 2337568baf
30 changed files with 13 additions and 6 deletions

View File

@@ -7,10 +7,10 @@
<a href="https://play.google.com/store/apps/details?id=app.cogwheel.conduit"> <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>
<a href="https://apps.apple.com/us/app/conduit-open-webui-client/id6749840287"> <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> </a>
</div> </div>
@@ -18,7 +18,7 @@
<br> <br>
<div align="center"> <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> </div>
<br> <br>
@@ -49,7 +49,7 @@ Conduit is an open-source, cross-platform mobile application for Open-WebUI, pro
```bash ```bash
git clone https://github.com/cogwheel0/conduit && cd conduit git clone https://github.com/cogwheel0/conduit && cd conduit
flutter pub get 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 flutter run -d ios # or: -d android
``` ```
@@ -80,7 +80,7 @@ Conduit supports multiple authentication flows when connecting to your OpenWe
| | | | | | | | | |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| <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 ## Requirements
@@ -104,7 +104,7 @@ flutter pub get
3. Generate code: 3. Generate code:
```bash ```bash
flutter pub run build_runner build --delete-conflicting-outputs dart run build_runner build --delete-conflicting-outputs
``` ```
4. Run the app: 4. Run the app:

View File

@@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1 @@
https://github.com/cogwheel0/conduit/releases/tag/v2.1.8

BIN
docs/screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
docs/screenshots/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB

BIN
docs/screenshots/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

BIN
docs/screenshots/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 MiB

After

Width:  |  Height:  |  Size: 23 MiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB