Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.63 KB

README.md

File metadata and controls

46 lines (31 loc) · 2.63 KB

Here For You

This app has been developed by Microsoft Learn Student Ambassadors SRM and Team Envision for internal use at SRM Institute of Science and Technology, Kattankulathur, India. We permit you to use this app for your personal, non-commercial use only. Please refers Terms of Use for further claritification or write to us on our Email.

You can also use this email to report any security vulnerabilities to us.

If you are looking to download the production(stable) version of the app, you can do so here:

Quick Look

Getting Started

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Prerequisites

  1. Flutter SDK 119
  2. Android Toolchain and SDK
  3. A Mac (for iOS builds)

Building the App

  • Clone the repo to your computer.
  • Flutter SDK (1.19) setup the production environments for iOS and Android
  • Open the directory in your favourite command line tool and run flutter pub get to get all packages.
  • flutter build apk will build an APK file.
  • flutter run will run the app on your connected device
  • flutter build ios will build the app for iOS devices (You will need a Mac for this).