Skip to content

App for påmelding til online arrangementer. Blir blant annet mulig å få varslinger før arrangement starter.

Notifications You must be signed in to change notification settings

appKom/online_events

Repository files navigation

online_events

App for registering and receiving notifications for events in Online. Among other things there are integrated games and songs.

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.