Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devcom-iitb/instiapp-flutter
Flutter App for Indian Institute of Technology, Bombay
https://github.com/devcom-iitb/instiapp-flutter
flutter iitb instiapp
Last synced: 5 days ago
JSON representation
Flutter App for Indian Institute of Technology, Bombay
- Host: GitHub
- URL: https://github.com/devcom-iitb/instiapp-flutter
- Owner: DevCom-IITB
- License: mit
- Created: 2018-11-21T00:29:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T17:58:48.000Z (29 days ago)
- Last Synced: 2024-12-09T18:42:53.682Z (29 days ago)
- Topics: flutter, iitb, instiapp
- Language: Dart
- Homepage:
- Size: 11.9 MB
- Stars: 13
- Watchers: 2
- Forks: 31
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
512167# InstiApp
Flutter App for Indian Institute of Technology, Bombay (for iOS support)
## Changelog
Go [here](Changelog.md)
# Contributing
For help getting started with Flutter, view online
[documentation](https://flutter.io/).## Getting Started
1. Follow instructions at [Flutter Website](https://flutter.io/) 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