Skip to content

M-E-E-R-e-V/mwpa-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96fe079 · Nov 15, 2024

History

81 Commits
Feb 5, 2024
Aug 9, 2024
Jun 3, 2024
Aug 9, 2024
Jun 3, 2024
Nov 15, 2024
Mar 17, 2023
Aug 28, 2023
Aug 9, 2024
Jul 28, 2022
Aug 9, 2024
Aug 9, 2024

Repository files navigation

NOTE: This document is under development. Please check regularly for updates!

MWPA

App for MWPA

Mammal watching. Processing. Analysing.

Processing and analysing data gathered by mammal watching.

Information

More information about the project can be found here: MWPA

This part of MWPA is for the end devices. The software synchronizes data, new data can be recorded (also offline) and transferred back to the MWPA.

The app is implemented with Flutter (Dart) and should support the following platforms:

  • Android

Screenshots

1 1
1 1
1

IDE Setup

  • Use Android Studio

  • Install Flutter: https://docs.flutter.dev/get-started/install/linux

    • Install Dart SDK: https://dart.dev/get-dart
    • Install Android Studio Flutter Plugin
    • Set the Dart SDK in Android Studio: Settings -> Language & Frameworks -> Dart -> Dart SDK Path: /home/user/flutter/bin/cache/dart-sdk
  • Right Click to pubspec.yaml

    • Flutter -> Flutter Pub Get
    • Flutter -> Flutter Pub Upgrade
    • Flutter -> Flutter Upgrade
  • Add for Debugger 2 Task:

    • Edit Configuration main.dart
      • Add "Create Tool" with:

        • Name: Flutter icon
        • Group: External Tools
        • Program: /home/user/flutter/bin/flutter
        • Arguments: pub run flutter_launcher_icons:main
        • Working directory: /home/user/*/mwpa-app
      • Add "Create Tool" with:

        • Name: Flutter name
        • Description: Flutter App Name
        • Group: External Tools
        • Program: /home/user/flutter/bin/flutter
        • Arguments: pub run flutter_app_name
        • Working directory: /home/user/*/mwpa-app

Now you can work with the project!