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

refactor: started rewrite #41

Merged
merged 29 commits into from
Apr 5, 2024
Merged

refactor: started rewrite #41

merged 29 commits into from
Apr 5, 2024

Conversation

timcreatedit
Copy link
Owner

@timcreatedit timcreatedit commented Apr 4, 2024

Description

Started a major rewrite of the package to make future changes easier. For now, not many new features yet, but the package dependencies are cleaned up and some things are fixed.

More features soon 👀

Checklist

  • My PR title is in the style of conventional commits
  • All public facing APIs are doccumented with dartdoc
  • I have added tests to cover my changes

Copy link
Contributor

github-actions bot commented Apr 5, 2024

Coverage Report

Automatic coverage report for 16e1a96e.

Generated by dart-coverage-assistant

Total coverage:

Coverage Diff
fail ⬆️ +22.62%

scribble

Scribble is a lightweight library for freehand drawing in Flutter

Coverage Diff
fail -
Coverage Details for scribble
File Line Percentage Line Count
lib/src/domain/model/point
point.dart 100.00 2
point.g.dart 44.44 9
lib/src/domain/model/sketch
sketch.dart 100.00 1
sketch.g.dart 57.14 7
lib/src/domain/model/sketch_line
sketch_line.dart 100.00 2
sketch_line.g.dart 58.33 12
lib/src/view
scribble.dart 0.00 30
scribble_sketch.dart 0.00 6
pan_gesture_catcher.dart 0.00 16
lib/src/view/notifier
scribble_notifier.dart 0.00 154
lib/src/view/painting
point_to_offset_x.dart 0.00 1
sketch_line_path_mixin.dart 0.00 24
scribble_editing_painter.dart 0.00 23
scribble_painter.dart 0.00 10
lib/src/view/state
scribble.state.dart 0.00 16
scribble.state.g.dart 0.00 49

value_notifier_tools

Helpful lightweight tools for working with ValueNotifiers

Coverage Diff
pass -
Coverage Details for value_notifier_tools
File Line Percentage Line Count
lib/src/history_value_notifier
history_value_notifier.dart 100.00 1
history_value_notifier_mixin.dart 100.00 45
lib/src/select_value_notifier
select_value_notifier.dart 100.00 12
lib/src/where_value_notifier
where_value_notifier_mixin.dart 100.00 7
where_value_notifier.dart 100.00 1
where_value_notifier_from_parent.dart 100.00 14

@timcreatedit timcreatedit marked this pull request as ready for review April 5, 2024 23:39
@timcreatedit timcreatedit merged commit 74c93aa into main Apr 5, 2024
2 checks passed
@timcreatedit timcreatedit deleted the feat/rewrite branch April 5, 2024 23:41
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.

1 participant