Skip to content

Sneh-Gohel/event_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Management

A Flutter project for managing events.

Getting Started

This project is a starting point for a Flutter application.

Prerequisites

  • Flutter (Make sure Flutter is installed and set up correctly)
  • Android Studio / Visual Studio Code (Recommended IDEs)
  • An Android or iOS device/emulator for testing

How to Run the Project

  1. Clone the Repository:

    git clone <repository-url>
    cd event_management
  2. Install Dependencies:

  • Run the following command to install all the necessary dependencies:

      flutter pub get
  1. Run the Application:
  • To run the app on an emulator or a connected device, use the command:

      flutter run
    • If you want to run the app on a specific device, you can list all available devices using:

          flutter devices
    • Then specify the device ID with:

        flutter run -d <device_id>

Troubleshooting If you encounter any issues, you can run:

flutter doctor

This command will provide a diagnosis of common problems with your Flutter setup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages