Skip to content

DevCom-IITB/instiapp-flutter

Repository files navigation

512167# InstiApp

Flutter App for Indian Institute of Technology, Bombay (for iOS support)

Changelog

Go here

Contributing

For help getting started with Flutter, view online documentation.

Getting Started

  1. Follow instructions at Flutter Website to download and setup flutter and its dependencies
  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

arch -x86_64 pod install

Useful links

https://www.reddit.com/r/FlutterDev/comments/8ao6ty/how_to_make_bottom_appbar_that_sticks_to_the_top/

For Mac M1

  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