Go to file
Mr.Jebelli ef509a6623 first changes for bassa 2026-02-02 15:58:27 +03:30
.firebase first changes for bassa 2026-02-02 15:58:27 +03:30
.vscode first changes for bassa 2026-02-02 15:58:27 +03:30
android first changes for bassa 2026-02-02 15:58:27 +03:30
assets first changes for bassa 2026-02-02 15:58:27 +03:30
ios first changes for bassa 2026-02-02 15:58:27 +03:30
lib first changes for bassa 2026-02-02 15:58:27 +03:30
test first changes for bassa 2026-02-02 15:58:27 +03:30
web first changes for bassa 2026-02-02 15:58:27 +03:30
.firebaserc first changes for bassa 2026-02-02 15:58:27 +03:30
.gitignore first changes for bassa 2026-02-02 15:58:27 +03:30
.metadata first changes for bassa 2026-02-02 15:58:27 +03:30
README.md first changes for bassa 2026-02-02 15:58:27 +03:30
analysis_options.yaml first changes for bassa 2026-02-02 15:58:27 +03:30
devtools_options.yaml first changes for bassa 2026-02-02 15:58:27 +03:30
enabled.json first changes for bassa 2026-02-02 15:58:27 +03:30
firebase.json first changes for bassa 2026-02-02 15:58:27 +03:30
pubspec.lock first changes for bassa 2026-02-02 15:58:27 +03:30
pubspec.yaml first changes for bassa 2026-02-02 15:58:27 +03:30

README.md

hoshan

A powerfull ai Chat Application Based on Flutter.

[!TIP] Web Release link is : https://web.houshan.ai/

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

hooshan banner

important Commands:

Assets

for build icons and assets file

fluttergen

if not work or first time create project then use this and if warning you select option 1-Delete

dart run build_runner build

flutter_gen: pub dev link

App Icon

for build launcher icons

dart run flutter_launcher_icons

flutter_launcher_icons: pub dev link

App Name

for change app name

dart run rename_app:main all="My App Name"

rename_app: pub dev link

Android Release

for build android apk

flutter build apk

for split apks

flutter build apk --split-per-abi

Web Release

for build web

flutter build web --web-renderer canvaskit