Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VIBR0X authored Dec 5, 2023
1 parent 1591ad4 commit cf5e1df
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ For help getting started with Flutter, view online
## Getting Started

1. Follow instructions at [Flutter Website](https://flutter.io/) to download and setup flutter and its dependencies
2. Clone this repo
3. Run `flutter packages get` to get all the dependency packages
4. Run `flutter packages pub run build_runner build --delete-conflicting-outputs` to generate code for JSON Serailizing and Retrofit ApiClient
5. Run `flutter run` to run the app on any device/simulator/emulator.
6. \[_Optional but recommended_\] Use either Visual Studio Code or Android Studio to code/debug.
2. We use Flutter version 2.10.5
3. Clone this repo
4. Run `flutter packages get` to get all the dependency packages
5. Run `flutter packages pub run build_runner build --delete-conflicting-outputs` to generate code for JSON Serializing and Retrofit ApiClient
6. Run `flutter run` to run the app on any device/simulator/emulator.
7. \[_Optional but recommended_\] Use either Visual Studio Code or Android Studio to code/debug.

## pod install error on M1 mac

Expand All @@ -32,4 +33,4 @@ https://www.reddit.com/r/FlutterDev/comments/8ao6ty/how_to_make_bottom_appbar_th

1. Run `sudo arch -x86_64 gem install ffi`
2. Run `arch -x86_64 pod repo update`
3. Run `arch -x86_64 pod install` error should be gone
3. Run `arch -x86_64 pod install` error should be gone

0 comments on commit cf5e1df

Please sign in to comment.