Paintroid, also known as Pocket Paint, is associated to Catroid. It is a graphical paint editor application for the Android platform that, among others, allows setting parts of pictures to transparent.
Since Pocket Paint is now available in Google Play store you can also download Paintroid (Pocket Paint) from here. Alternatively, you can find it on **F-Droid ** here.
For more information oriented towards developers please visit our developers page.
Note This repository is the Flutter version of Paintroid
- Install Flutter:
- Currently used version specified in .github/workflows/main.yml
- Recommended: Use fvm for managing Flutter versions
- Get dependencies:
make get
- Run app:
make run
Alternatively make all
can be used to:
flutter clean
→flutter pub get
→build_runner build
→ →flutter run
- run
make build
- Run tests for all packages:
- all:
make test
- unit:
make unit
- widget:
make widget
- integration:
make integration
- all:
For integration tests:
Run the integration tests without device:
- Run
make integration
to run all integration tests - Run
make integration target=name_test
to run a specific integration test file example:make integration target=line_tool
- Run
make integration target=name_test id=n
to run a specific test in a file example:make integration target=line_tool id=1
(make sure to add thetest
suffix to the test file name)
Run the integration tests with device:
- Make sure you have an iOS/Android device online by running
flutter devices
- Run
make integration-drive
to run all integration tests - Run
make integration-drive target=name_test
to run a specific integration test file example:make integration-drive target=line_tool
- Run
make integration-drive target=name_test id=x
to run a specific test in a file example:make integration-drive target=line_tool id=1
(make sure to add thetest
suffix to the file name)
Please report all bugs on our Jira Bugtracker
If you want to contribute we suggest that you start with forking our repository and browse the code. Then you can look at our Issue-Tracker and start with fixing one ticket. Please make sure to pick a ticket with the status "Ready for development" and comment on the ticket that you are working on it. We strictly use Test-Driven Development and Clean Code, so first read everything you can about these development methods. Code developed in a different style will not be accepted. When you are done, comment again on the ticket and create a pull request on github. After you've created a pull request we will review your code and do a full testrun on your branch.
Let's start to set up the working environment using the instructions in our Wiki!
- Google Play Store Download
- F-Droid Download
- Frequently Asked Questions
- Credits
- Statistics on OpenHub
- Our Google group
License of our project (mainly AGPL v3).