Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nateshmbhat committed Apr 21, 2020
1 parent db20776 commit 3d3b2b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@

# touchable 👆🏻

#### Flutter library to add various **gesture callbacks** to each **Shape** you draw on your canvas in your CustomPainter


[![](https://img.shields.io/pub/v/touchable)](https://pub.dev/packages/touchable)
![](https://img.shields.io/badge/package-flutter-blue)
![](https://img.shields.io/github/license/nateshmbhat/touchable)
![](https://img.shields.io/github/stars/nateshmbhat/touchable)
![](https://img.shields.io/github/forks/nateshmbhat/touchable)
[![](https://img.shields.io/badge/package-flutter-blue)](https://github.com/nateshmbhat/touchable)
[![](https://img.shields.io/github/license/nateshmbhat/touchable)](https://github.com/nateshmbhat/touchable)
[![](https://img.shields.io/github/stars/nateshmbhat/touchable)](https://github.com/nateshmbhat/touchable)
[![](https://img.shields.io/github/forks/nateshmbhat/touchable)](https://github.com/nateshmbhat/touchable)
[![](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fnateshmbhat%2Ftouchable)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fnateshmbhat%2Ftouchable)
![](https://img.shields.io/github/languages/code-size/nateshmbhat/touchable)
[![](https://img.shields.io/github/languages/code-size/nateshmbhat/touchable)](https://github.com/nateshmbhat/touchable)
[![](https://img.shields.io/badge/author-nateshmbhat-green.svg)](https://github.com/nateshmbhat)





#### Flutter library to add various **gesture callbacks** to each **Shape** you draw on your canvas in your CustomPainter
<br />

<p align="center">
Expand Down Expand Up @@ -152,4 +151,9 @@ When user performs any gesture on the screen , based on the location of the gest
- [x] ClipRRect
- [x] ClipPath
- [ ] Allow customizing touch detection behaviour regardless of the Paint applied (give a HitTestBehavior functionality)
- [ ] Support for translation , rotation , scaling and skewing transformations that needs some work vector math
- [ ] Support for translation , rotation , scaling and skewing transformations that needs some work vector math


## Links :
+ Pub Dev : https://pub.dev/packages/touchable
+ HomePage : https://github.com/nateshmbhat/touchable
4 changes: 4 additions & 0 deletions lib/src/types/types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ class Gesture {
Gesture(this.gestureType, this.gestureDetail);
}

enum TouchHitTestBehavior {

}

class ClipShapeItem {
final ClipShape clipShape;
final int position;
Expand Down

0 comments on commit 3d3b2b9

Please sign in to comment.