/Paintroid-Flutter

Flutter implementation of Paintroid, the standard image manipulation app for Catroid

Primary LanguageDartGNU General Public License v3.0GPL-3.0

paintroid

The standard image manipulation app for Catroid.

Getting Started

  1. Install Flutter
  2. Run flutter run lib/main.dart

Tests

  1. For unit tests, run flutter test at the project root
  2. For integration tests -
    • Make sure you have an iOS/Android device online by running flutter devices
    • Run flutter test integration_test -d <DEVICE-ID>

      Note Replace <Device-ID> with the ID of the device from previous command