App for registering and receiving notifications for events in Online. Among other things there are integrated games and songs.
To run this project firstly you need to have these components installed:
- Flutter.sdk
- Dart.sdk
- Make sure you are in the online_events folder
- Type in the terminal: flutter run
- Download the Flutter SDK:
- Go to the Flutter SDK download page https://docs.flutter.dev/get-started/install
- Download the Flutter SDK as a zip file for Windows.
- Extract the Flutter SDK:
- Extract the contents of the zip file to a location on your machine (e.g., C:\flutter).
- 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).
- Verify Installation:
- Open a new command prompt and run: flutter doctor to verify that Flutter is installed correctly.
- Download the Dart SDK:
- Go to the Dart SDK download page https://dart.dev/get-dart
- Download the Dart SDK as a zip file for Windows.
- Extract the Dart SDK:
- Extract the contents of the zip file to a location on your machine (e.g., C:\dart).
- 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).
- Verify Installation:
- Open a new command prompt and run dart --version to verify that Dart is installed correctly.
- 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.
- Get the Flutter SDK:
- Download the latest stable release of the Flutter SDK from https://docs.flutter.dev/get-started/install/macos
- Extract the file in a desired location (e.g., ~/development/flutter).
- Update Your Path:
- Add Flutter's bin directory to your PATH variable.
- Run Flutter Doctor:
- Open a terminal and run flutter doctor.
- 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.
- Install Android Studio (Optional):
- If you plan to develop for Android, install Android Studio and configure it.
- 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.
- Verify Installation:
- In the Terminal, run dart --version to ensure Dart is installed correctly.