/mwpa-app

App for NWPA

Primary LanguageDartGNU General Public License v3.0GPL-3.0

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!