Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fotiDim committed Aug 22, 2023
1 parent ab33a0f commit 3054d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/gesturedeck.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'generated/gesturedeck_generated.g.dart';
///
/// It allows developers to easily add support for multi-finger and single-finger gestures such as taps, swipes, pans, and long presses to their apps, that are active on top of the entire UI and do not interfere with the apps' UI elements.
///
/// To use Gesturedeck, create an instance of the `Gesturedeck` class and pass in the required parameters. When a gesture is detected, the corresponding callback will be invoked.
/// To use Gesturedeck, call `initialize()` and pass in the required parameters. When a gesture is detected, the corresponding callback will be invoked.
///
/// Gesturedeck requires an activation key to remove watermarks. The activation key can be obtained by contacting Navideck, the creators of Gesturedeck. The watermarked mode is available for free for developers who want to use it without setting an activation key.
class Gesturedeck {
Expand Down

0 comments on commit 3054d47

Please sign in to comment.