Skip to content

Commit

Permalink
Release 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkko committed Apr 2, 2022
1 parent 432a727 commit 1359339
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.6 -02/04/2022
- Updated smart_auth
- Updated readme


## 2.2.5 -28/03/2022
Added

Expand Down
3 changes: 2 additions & 1 deletion example/lib/pinput_templates/rounded_with_cursor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import 'package:pinput/pinput.dart';

class RoundedWithCustomCursor extends StatefulWidget {
@override
_RoundedWithCustomCursorState createState() => _RoundedWithCustomCursorState();
_RoundedWithCustomCursorState createState() =>
_RoundedWithCustomCursorState();

@override
String toStringShort() => 'Rounded With Cursor';
Expand Down

0 comments on commit 1359339

Please sign in to comment.