Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 864 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 864 Bytes

go_ride_sharing

A new Flutter project.

Getting Started

To run the project

  • Clone the repository
  • Run flutter pub get to install the dependencies
  • Ensure you have an emulator or a device installed
    • Launch the emulator or connect the device
    • (For VSCode, press Ctrl + Shift + P and select Flutter: Select Device). Select the device you want to run the project on.
  • Run flutter run in terminal to run the project

Dependencies

The project uses the following dependencies:

  • flutter: SDK for Flutter
  • cupertino_icons: ^1.0.8
  • http: ^1.2.2
  • crypto: ^3.0.5
  • shared_preferences: latest version available
  • equatable: latest version available
  • image_picker: latest version available

To add more dependencies

  • Add the dependency in the pubspec.yaml file
  • Run flutter pub get to install the dependency