Skip to content

Flutter App for Indian Institute of Technology, Bombay

License

Notifications You must be signed in to change notification settings

saurabh4269/instiapp-flutter

 
 

Repository files navigation

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

About

Flutter App for Indian Institute of Technology, Bombay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 94.9%
  • Java 1.9%
  • HTML 1.2%
  • Swift 1.1%
  • Ruby 0.4%
  • CSS 0.4%
  • Other 0.1%