Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAINTROID-439 Re-Implement the drawing surface and basic drawing in Flutter #1

Merged
merged 14 commits into from
Jun 24, 2022

Conversation

krispykalsi
Copy link
Collaborator

  • A simple drawing brush and surface
  • Top and bottom app bars with Material 3 style

First PR! Leaving my mark here :D Excited to see this app grow

- add tool, command, command manager
- add const (wherever possible)
compare in relative values instead of absolute
- add more robust brush tool tests
- rename DrawCommand -> GraphicCommand
- make factories graphic, command factories
- add test coverage, generated mocks to gitignore
Copy link
Contributor

@juliajulie95 juliajulie95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! I added some suggestions, please have a look

README.md Outdated Show resolved Hide resolved
android/app/build.gradle Outdated Show resolved Hide resolved
android/app/src/main/res/drawable/launch_background.xml Outdated Show resolved Hide resolved
lib/main.dart Outdated Show resolved Hide resolved
lib/tool/brush_tool.dart Outdated Show resolved Hide resolved
lib/ui/pocket_paint.dart Show resolved Hide resolved
lib/ui/drawing_board.dart Show resolved Hide resolved
Copy link
Contributor

@juliajulie95 juliajulie95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, thank you! :)

@ThorstenBandel ThorstenBandel merged commit 95cfe43 into Catrobat:develop Jun 24, 2022
@krispykalsi krispykalsi deleted the PAINTROID-439 branch June 24, 2022 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants