Skip to content

ElsevierSoftwareX/SOFTX-D-24-00386

 
 

Repository files navigation

Excursiona

Collaborative mobile application for excursions in nature

Android and iOS application made with Flutter and Firebase

Setup

  • Install Flutter
  1. Install Flutter: https://docs.flutter.dev/get-started/install
  2. Set Flutter Version to 3.10.6 by executing the following command:
cd <path_to_flutter_directory> ; git checkout 3.10.6
  • Set Android environment up
  1. Download Android Studio: https://developer.android.com/studio
  2. Install Android Studio: https://developer.android.com/studio/install
  3. Create an Android virtual device: https://developer.android.com/studio/run/managing-avds
  • Set iOS environment up
  1. Install Xcode and Simulators: https://developer.apple.com/documentation/safari-developer-tools/installing-xcode-and-simulators
  2. Install CocoaPods at version 1.13.0: From terminal execute the following command
[sudo] gem install cocoapods -v 1.13.0'

Run

  • Run the app on Android or iOS - 2 Options:
  1. From the command line, execute the command:
cd <flutter_project_directory> ; flutter run
  1. From an IDE, Run and Debug options

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 88.7%
  • C++ 5.1%
  • CMake 4.1%
  • Swift 0.7%
  • Ruby 0.7%
  • HTML 0.4%
  • Other 0.3%