|
|
||
|---|---|---|
| .firebase | ||
| .vscode | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| test | ||
| web | ||
| .firebaserc | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| devtools_options.yaml | ||
| enabled.json | ||
| firebase.json | ||
| pubspec.lock | ||
| pubspec.yaml | ||
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.
important Commands:
Assets
for build icons and assets file
fluttergenif 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 apkfor split apks
flutter build apk --split-per-abi
Web Release
for build web
flutter build web --web-renderer canvaskit