Skip to content

The source code of the mobile application of IEEE Al-Azhar

Notifications You must be signed in to change notification settings

IEEE-AlAzhar/Mobile-app

Repository files navigation

IEEE Mobile Application

A mobile application to help the IEEE-AlAzhar university student branch keep track of its members and allow membres to quickly see their feedbacks and achievements and be up-to-date with the recent events and updates in the team. IEEE-Al-Azhar University Student Branch

  1. Installation
  2. Depedencies
  3. Structure
  4. Contribution

Installation

This app is built with Flutter - Google's app development framework. (https://flutter.io). You also can use VS code, Inelij IDE or Android Studio. You can follow here the official Docs for installing flutter and Android Studio.

After you install the Flutter SDK and the proper IDE for you, make sure that you have also installed git.

  1. Now, run in the git bash

    $ git clone https://github.com/IEEE-AlAzhar/Mobile-app.git

  2. $ cd Mobile-app

  3. $flutter run -d <Specify here your emulator that you want your project to be run onto>

For more commands and details checkout this article.

Dependencies

  1. Image Picker
  2. HTTP package
  3. Shared Preferences
    • For the sake of simplicity, we have used SharedPreferences, but may be in later versions the SQLite API might be used instead.
  4. Provider Package
  5. Dio
  6. Intl
  7. modal progress hud

Structure

The app consists of four major folders:

  1. models folder.
  2. screens folder.
  3. utils folder.
  4. widgets folder.

Contribution

Follow the guides mentioned in the CONTRIBUTING.md

About

The source code of the mobile application of IEEE Al-Azhar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages