Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Emon526 committed Sep 1, 2023
1 parent 259ec4f commit 75578b3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,43 @@ Mother Care is an ML-based application designed to help detect breast cancer in
flutter run
```

5. Generate Launcher Icons:

```bash
dart run flutter_launcher_icons
```

5. Update Pods:

```bash
cd ios
pod cache clean --all
rm Podfile.lock
rm -rf .symlinks/
cd ..
flutter clean
flutter pub get
cd ios
pod update
pod repo update
pod install --repo-update
pod update
pod install
cd ..
```

For detailed instructions, please refer to the [Flutter documentation](https://flutter.dev/docs/get-started/install).

## Contributing
Expand Down

0 comments on commit 75578b3

Please sign in to comment.