elixir-07 / find-my-senior

A flutter application for connecting freshers to seniors in a hassle free way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find My Senior

A flutter application for connecting freshers to seniors in a hassle free way.

Workflow plan

Flowchart

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Running the app

Android Studio:

  • Try to locate the Target Selector on the toolbar. ToolBarAndroidStudio
  • If you are unable to view your device in the given list of devices, navigate to Tools> Android > AVD Manager and create your own virtual device simulator there.
  • Click the run icon in the toolbar, or invoke the menu item Run > Run.

Visual Studio:

  • Check if you can view your device on the VS Code Status Bar (the blue line on the bottom): Status Bar of VS Code Example
  • If you cannot view your device and want to use a device simulator, click on No Devices and launch a simulator.
  • Press F5 or simply invoke Run > Start Debugging.
  • The progress and output of the program is printed on the Debug Console window.

Using Terminal:

  • Navigate to the Project directory.
  • You can view the list of devices by the flutter devices command.
  • Run the flutter run command to run the app.

About

A flutter application for connecting freshers to seniors in a hassle free way.

License:MIT License


Languages

Language:Dart 97.8%Language:Swift 1.5%Language:Kotlin 0.5%Language:Objective-C 0.1%