Skip to content

Online-Appen er den ultimate appen for alle informatikk-studenter!

Notifications You must be signed in to change notification settings

appKom/tempestine

Repository files navigation

online_events

Online-Appen er den ultimate appen for alle informatikk-studenter! I Online er det alt for mye som skjer til at en enkelt Onliner skal klare å henge med. Derfor tilbyr appen varslinger til arrangementer du ønsker å melde deg på eller har meldt deg på. I tillegg får du oversikt over hva som skjer, hvor det skjer, og når det skjer.

Appen er utstyrt med en kalender der du enkelt får oversikt over den innholdsrike hverdagen din. Var det torsdag eller fredag det var bedpress? Nå har du svaret. (Kalenderen er også fin å vise frem til dine ikke-Online venner for å gjøre dem misunnelige)

I tillegg har appen en rekke spill, leker og sanger som alle Onlinere kan kose seg med. Her er det moro for mange fester fremover, og mer vil det bli ettersom vi utvider og legger til nye spill og leker!

Prerequisites

To run this project firstly you need to have these components installed:

  • Flutter.sdk
  • Dart.sdk

Run the Application

  • Make sure you are in the online_events folder
  • Type in the terminal: flutter run

For Windows

Flutter.sdk

  1. Download the Flutter SDK:
  1. Extract the Flutter SDK:
  • Extract the contents of the zip file to a location on your machine (e.g., C:\flutter).
  1. Update the System Path:
  • Add the full path to the bin directory inside the Dart SDK to your system's Path environment variable.
  • To do this, search for 'Environment Variables' in your system settings, then under 'System Variables', find and edit the 'Path' variable to include the path to Dart's bin folder (e.g., C:\flutter\bin).
  1. Verify Installation:
  • Open a new command prompt and run: flutter doctor to verify that Flutter is installed correctly.

Dart.sdk

  1. Download the Dart SDK:
  1. Extract the Dart SDK:
  • Extract the contents of the zip file to a location on your machine (e.g., C:\dart).
  1. Update the System Path:
  • Add the full path to the bin directory inside the Dart SDK to your system's Path environment variable.
  • To do this, search for 'Environment Variables' in your system settings, then under 'System Variables', find and edit the 'Path' variable to include the path to Dart's bin folder (e.g., C:\dart\bin).
  1. Verify Installation:
  • Open a new command prompt and run dart --version to verify that Dart is installed correctly.

For macOS

Flutter.sdk

  1. System Requirements:
  • macOS (64-bit).
  • Disk space: 2.8 GB (does not include disk space for IDE/tools).
  • Tools: bash, curl, git, mkdir, rm, unzip, which - these tools are typically available on macOS.
  1. Get the Flutter SDK:
  1. Update Your Path:
  • Add Flutter's bin directory to your PATH variable.
  1. Run Flutter Doctor:
  • Open a terminal and run flutter doctor.
  1. Install Xcode:
  • Install the latest stable version of Xcode from the Mac App Store.
  • Configure the Xcode command-line tools by running sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer.
  1. Install Android Studio (Optional):
  • If you plan to develop for Android, install Android Studio and configure it.

Dart.sdk

  1. Using Homebrew
  • If you don't have Homebrew installed, install it from brew.sh.
  • Open Terminal and run brew tap dart-lang/dart.
  • Then, install Dart by running brew install dart.
  1. Verify Installation:
  • In the Terminal, run dart --version to ensure Dart is installed correctly.

About

Online-Appen er den ultimate appen for alle informatikk-studenter!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published