Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed Sep 16, 2023
1 parent d33a479 commit 5dd5e45
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ The project structure is organized into several directories:

## Special

### gitignore

Remove the following lines from .gitignore:

```
/android/
/ios/
/linux/
/macos/
/web/
/windows/
.metadata
```

### freezed

To run the code generator, execute the following command: `dart run build_runner build`
Expand All @@ -66,7 +80,8 @@ Contributions are welcome! If you find a bug or want to add a new feature, pleas

## TODO

Documentation
### Documentation:

[ ] main
[ ] app_apis
[ ] app_constants
Expand Down

0 comments on commit 5dd5e45

Please sign in to comment.