onycha 1.0.3-dev.1 copy "onycha: ^1.0.3-dev.1" to clipboard
onycha: ^1.0.3-dev.1 copied to clipboard

outdated

A router for RawDart SPA Development and AngularDart Development.

A touch detection directive for AngularDart. Features include touch, swiping, panning, dragging and dropping.

Usage #

A simple usage example: (Currently in beta mode)

import 'package:onycha/onycha.dart';

@Component(
  ...
  directives: [Swipy, Touchy],
)
class ExampleComponent{

  void swR(){
    ...
  }

  void swL(){
    ...
  }

  void swD(){
    ...
  }

  void swU(){
    ...
  }
  void soft(){

  }
  void hard(){

  }
}
<div
  swipy
  [swipeLeft]="swL"
  [swipeRight]="swR"
  [swipeDown]="swD"
  [swipeUp]="swU"
></div>

<div touchy [softTouchy]="soft" [hardTouchy]="hard"></div>

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A router for RawDart SPA Development and AngularDart Development.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

angular

More

Packages that depend on onycha