Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

App for NWPA

NotificationsYou must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

11
11
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!


[8]ページ先頭

©2009-2025 Movatter.jp