Skip to content

koty10/trippidy

Repository files navigation

Trippidy

This is a Flutter project for Trippidy - a tool for the Online Organisation of Trips.

Instalation

  • Follow the instructions on https://docs.flutter.dev/get-started/install
  • Install extensions to VS Code:
    • Dart from dartcode.org
    • Flutter from dartcode.org
  • Change values like domain in lib/constants.dart to your server or leave it unchanged and use my server
  • Run flutter pub get
  • Regenerate models:
    • dart run build_runner build --delete-conflicting-outputs
  • Either run flutter build apk --debug and manually install an .apk file from build\app\outputs\flutter-apk\app-debug.apk on your Android device or connect a physical Android phone with USB debugging enabled or run an emulator and run the project from VS Code from lib/main.dart

Tests

  • Unit tests can be run from the command line using flutter test -r expanded

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors