This commit is contained in:
2026-03-22 01:49:15 +03:00
parent c9032077bd
commit 741a519687
+13
View File
@@ -102,3 +102,16 @@ git clone https://github.com/koloideal/casha.git
cd casha
flutter pub get
flutter run
```
Build release APK
```console
flutter build apk --release
```
Build for Google Play
```console
flutter build appbundle --release
```
<p align="center"> <sub>casha — <em>powered with ❤️ by</em> <strong>kolo</strong></sub> </p>