Skip to content

Commit

Permalink
release notes for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
immadisairaj committed May 29, 2023
1 parent 425957f commit 2a852c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0
- Deprecate onPressedUp, onPressedRight, onPressedDown, onPressedLeft
- Instead use onPressed
- Now supports dynamic colors based on ThemeData
- Updates to Flutter 3.10

## 0.1.5
- add option to trigger the pressed functions on tap down or tap up (clickTrigger)
- refactor the code
Expand Down
2 changes: 2 additions & 0 deletions lib/src/arrow_pad_component.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: deprecated_member_use_from_same_package

import 'dart:math';

import 'package:flutter/material.dart';
Expand Down

0 comments on commit 2a852c8

Please sign in to comment.