Skip to content

Commit d9b0e80

Browse files
committed
feat: add docs
1 parent 987adc9 commit d9b0e80

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,33 @@ NexChat is a modern, next-generation chat application designed to connect people
3131
- AI (Lamda3, Qwen)
3232
- Localization
3333

34+
35+
## Prerequisites (macOS)
36+
37+
### iOS
38+
39+
#### Install Xcode
40+
41+
```bash
42+
brew install --cask xcode
43+
```
44+
45+
#### Setup iOS SDK
46+
47+
https://docs.flutter.dev/get-started/install/macos/mobile-ios#check-your-development-setup
48+
49+
### Android Studio
50+
#### Install Android Studio
51+
52+
```bash
53+
brew install --cask android-studio
54+
```
55+
56+
#### Setup android SDK
57+
58+
https://docs.flutter.dev/get-started/install/macos/mobile-android#check-your-development-setup
59+
60+
3461
## References
3562

3663
- [WeChat_flutter](https://github.com/fluttercandies/wechat_flutter)

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ tasks:
3939
clean:
4040
desc: Clean up
4141
cmds:
42+
- rm -rf ./build
4243
- flutter clean

0 commit comments

Comments
 (0)